|
|
This is just a simple interface for objects which have some sort of description string which can be set and retrieved. I wanted it to be a QObject so that it could emit a signal when its description changed; see Nameable.h for why it isn't.
| QString getDescription ()
| getDescription |
[const virtual]
Returns this object's description.
| void setDescription (const QString &newDescr)
| setDescription |
[virtual]
Sets this object's description & emits the descrChanged() signal.
| void serialize (Serializer &ser)
| serialize |
[const virtual]
Reimplemented from Serializable.
| void deserialize (const Deserializer &ser)
| deserialize |
[virtual]
Note that this does not emit the descrChanged() signal.
Reimplemented from Serializable.
| Generated by: stephan on cheyenne on Mon Aug 11 14:06:52 2003, using kdoc 2.0a54. |