|
| FloatProperty (const char *name) |
|
PropertyType | GetType () |
|
bool | Set (double val) |
|
bool | Set (long val) |
|
bool | Set (const char *val) |
|
bool | Get (double &val) const |
|
bool | Get (long &val) const |
|
bool | Get (std::string &val) const |
|
bool | SetLimits (double lowerLimit, double upperLimit) |
|
| Property (const char *name) |
|
bool | GetCached () const |
|
void | SetCached (bool bState=true) |
|
bool | GetReadOnly () const |
|
void | SetReadOnly (bool bState=true) |
|
bool | GetInitStatus () const |
|
void | SetInitStatus (bool init) |
|
void | RegisterAction (ActionFunctor *fpAction) |
|
int | Update () |
|
int | Apply () |
|
std::vector< std::string > | GetAllowedValues () const |
|
void | ClearAllowedValues () |
|
void | AddAllowedValue (const char *value) |
|
void | AddAllowedValue (const char *value, long data) |
|
bool | IsAllowed (const char *value) const |
|
bool | GetData (const char *value, long &data) const |
|
bool | HasLimits () const |
|
double | GetLowerLimit () const |
|
double | GetUpperLimit () const |
|
bool | SetLimits (double lowerLimit, double upperLimit) |
|
bool | IsSequenceable () |
|
void | SetSequenceable (long sequenceMaxSize) |
|
long | GetSequenceMaxSize () const |
|
int | ClearSequence () |
|
int | AddToSequence (const char *value) |
|
int | SendSequence () |
|
std::string | GetName () const |
|
std::vector< std::string > | GetSequence () const |
|
int | StartSequence () |
|
int | StopSequence () |
|
Floating point property class (uses double type for value representation).