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>

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.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:59 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003