BoolProperty Member List
This is the complete list of members for BoolProperty, including all inherited members.
BoolProperty(const char *newKey, bool newValue, bool readOnly) (defined in BoolProperty) | BoolProperty | |
BoolProperty(const char *newKey, bool newValue, bool readOnly, Driver *driver, ConfigFile *cf, int section) | BoolProperty | |
GetKey(void) const (defined in Property) | Property | inlinevirtual |
GetValue(void) const (defined in BoolProperty) | BoolProperty | inline |
GetValueToMessage(void *data) const (defined in BoolProperty) | BoolProperty | virtual |
key (defined in Property) | Property | protected |
KeyIsEqual(const char *rhs) (defined in Property) | Property | virtual |
operator bool(void) (defined in BoolProperty) | BoolProperty | inline |
operator=(const BoolProperty &rhs) (defined in BoolProperty) | BoolProperty | |
operator=(bool rhs) (defined in BoolProperty) | BoolProperty | |
Property(void) (defined in Property) | Property | |
Property(const char *newKey, bool readOnly) (defined in Property) | Property | |
ReadConfig(ConfigFile *cf, int section) (defined in BoolProperty) | BoolProperty | virtual |
readonly (defined in Property) | Property | protected |
SetKey(const char *newKey) (defined in Property) | Property | virtual |
SetValue(bool newValue) (defined in BoolProperty) | BoolProperty | |
SetValueFromMessage(const void *data) (defined in BoolProperty) | BoolProperty | virtual |
value (defined in BoolProperty) | BoolProperty | private |
~Property(void) (defined in Property) | Property | virtual |