"Class to represent the type of a user" More...
#include <resourcetype.h>
Private Member Functions | |
ResourceType (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 resource. It contains an id and a name.
Constructors and destructor are private, creating and deleting resourcetypes is handled by the class TaskManagerData.
Definition at line 23 of file resourcetype.h.
ResourceType::ResourceType | ( | const QString & | id, | |
const QString & | name | |||
) | [private] |
Creates a new resourcetype with the given properties.
Definition at line 5 of file resourcetype.cpp.