domain::Type Class Reference
#include <type.h>
List of all members.
Public Member Functions |
const QString & | id () const |
const QString & | name () const |
Protected Member Functions |
| Type (const QString &id, const QString &name) |
Private Member Functions |
| Type (const Type &type) |
Type & | operator= (const Type &) |
Private Attributes |
TypePrivate * | d |
Friends |
class | TaskManagerData |
Detailed Description
This class is the general superclass of all other '-type' objects. It has an id and a name.
Definition at line 19 of file type.h.
Constructor & Destructor Documentation
domain::Type::Type |
( |
const QString & |
id, |
|
|
const QString & |
name | |
|
) |
| | [protected] |
Creates a new type with the given properties.
Definition at line 14 of file type.cpp.
Member Function Documentation
const QString & domain::Type::id |
( |
|
) |
const |
Returns the id of this type.
Definition at line 30 of file type.cpp.
const QString & domain::Type::name |
( |
|
) |
const |
Returns the name of this type.
Definition at line 35 of file type.cpp.
The documentation for this class was generated from the following files: