#include <Property.h>
|
| StringProperty (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, double) |
|
| 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 | 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 () |
|
|
bool | readOnly_ |
|
ActionFunctor * | fpAction_ |
|
bool | cached_ |
|
bool | hasData_ |
|
bool | initStatus_ |
|
bool | limits_ |
|
bool | sequenceable_ |
|
long | sequenceMaxSize_ |
|
std::vector< std::string > | sequenceEvents_ |
|
double | lowerLimit_ |
|
double | upperLimit_ |
|
std::map< std::string, long > | values_ |
|
const std::string | name_ |
|
◆ Get() [1/3]
bool MM::StringProperty::Get |
( |
double & |
val | ) |
const |
|
virtual |
◆ Get() [2/3]
bool MM::StringProperty::Get |
( |
long & |
val | ) |
const |
|
virtual |
◆ Get() [3/3]
bool MM::StringProperty::Get |
( |
std::string & |
val | ) |
const |
|
virtual |
◆ GetType()
PropertyType MM::StringProperty::GetType |
( |
| ) |
|
|
inlinevirtual |
◆ Set() [1/3]
bool MM::StringProperty::Set |
( |
const char * |
val | ) |
|
|
virtual |
◆ Set() [2/3]
bool MM::StringProperty::Set |
( |
double |
val | ) |
|
|
virtual |
◆ Set() [3/3]
bool MM::StringProperty::Set |
( |
long |
val | ) |
|
|
virtual |
◆ SetLimits()
bool MM::StringProperty::SetLimits |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following files: