IntProperty Class Reference
Integer property class. More...
#include <property.h>
Inheritance diagram for IntProperty:
Public Member Functions | |
IntProperty (const char *newKey, int newValue, bool readOnly) | |
IntProperty (const char *newKey, int newValue, bool readOnly, Driver *driver, ConfigFile *cf, int section) | |
Constructor that registers the property with a driver as well while it is constructed. | |
int | GetValue (void) const |
void | SetValue (int newValue) |
void | GetValueToMessage (void *data) const |
void | SetValueFromMessage (const void *data) |
virtual bool | ReadConfig (ConfigFile *cf, int section) |
operator int (void) | |
const IntProperty & | operator= (const IntProperty &rhs) |
int | operator= (int rhs) |
Private Attributes | |
int | value |
Detailed Description
Integer property class.
The documentation for this class was generated from the following file: