Property Class Referenceabstract
#include <property.h>
Inheritance diagram for Property:
Collaboration diagram for Property:
Detailed Description
Property base class.
Public Member Functions | |
Property (const char *newKey, bool readOnly) | |
virtual const char * | GetKey (void) const |
virtual void | SetKey (const char *newKey) |
virtual void | GetValueToMessage (void *data) const =0 |
virtual void | SetValueFromMessage (const void *data)=0 |
virtual bool | KeyIsEqual (const char *rhs) |
virtual bool | ReadConfig (ConfigFile *cf, int section)=0 |
Protected Attributes | |
char * | key |
bool | readonly |
The documentation for this class was generated from the following file: