|
Public Member Functions
|
|
BrushConfiguration
(const ClassDesc *pClass, unsigned
int iID, QString sName, QString sToolTip, QString sCategory) |
|
Constructor.
|
unsigned int |
ID (void)
const |
|
Returns the unique id of the configuration.
|
virtual QString |
Name (void)
const |
|
Returns the name of the configuration.
|
virtual QString |
ToolTip (void)
const |
|
Returns the tooltip for the configuration.
|
virtual const ClassDesc * |
OperationClass
(void) const |
|
Returns the operation class belonging to the
configuration.
|
virtual QString |
Category ()
const |
|
Returns the category title that groups
configurations together.
|
virtual void |
Serialize
(Stream
&s) |
|
Serializes the configuration to the given
stream.
|