"Class to represent the type of a user" More...
#include <usertype.h>


Protected Member Functions | |
| UserType (const QString &id, const QString &name) | |
Friends | |
| class | TaskManagerData |
"Class to represent the type of a user"
This class is used to represent the type of a user. It contains an id and a name.
Constructors and destructor are protected, creating and deleting usertypes is handled by the class TaskManagerData.
Definition at line 24 of file usertype.h.
| UserType::UserType | ( | const QString & | id, | |
| const QString & | name | |||
| ) | [protected] |
Creates a new usertype with the given properties.
Definition at line 5 of file usertype.cpp.
1.6.3