KDevelop API Documentation

BugCounter Class Reference

This class is used to provide entries in a list, of all the counters for each developer in the team. More...

#include <bugcounter.h>

Collaboration diagram for BugCounter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

const QString GetNextID ()

Public Attributes

QString Initials
int LastBugNumber

Detailed Description

This class is used to provide entries in a list, of all the counters for each developer in the team.

This enables us to use a sequential numbering system that doesn't create conflicting ID's even when a project's developers are spread over the internet.

Definition at line 31 of file bugcounter.h.


Member Function Documentation

const QString BugCounter::GetNextID  ) 
 

Definition at line 21 of file bugcounter.cpp.

References Initials, and LastBugNumber.

Referenced by BugList::slotAddClicked().


Member Data Documentation

QString BugCounter::Initials
 

Definition at line 34 of file bugcounter.h.

Referenced by StructureParser::AddDeveloper(), BugList::BugList(), GetNextID(), BugList::ParseFile(), BugList::slotAddClicked(), and BugList::WriteXMLFile().

int BugCounter::LastBugNumber
 

Definition at line 35 of file bugcounter.h.

Referenced by StructureParser::AddDeveloper(), BugList::BugList(), GetNextID(), BugList::ParseFile(), BugList::slotAddClicked(), and BugList::WriteXMLFile().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:37:18 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003