#include <Property.h>
|
| 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 () |
|
virtual PropertyType | GetType ()=0 |
|
virtual bool | Set (double dVal)=0 |
|
virtual bool | Set (long lVal)=0 |
|
virtual bool | Set (const char *Val)=0 |
|
virtual bool | Get (double &dVal) const =0 |
|
virtual bool | Get (long &lVal) const =0 |
|
virtual bool | Get (std::string &strVal) const =0 |
|
|
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_ |
|
Property API with most of the Property mechanism implemented.
◆ AddToSequence()
int MM::Property::AddToSequence |
( |
const char * |
value | ) |
|
|
inlinevirtual |
◆ ClearSequence()
int MM::Property::ClearSequence |
( |
| ) |
|
|
inlinevirtual |
◆ GetLowerLimit()
double MM::Property::GetLowerLimit |
( |
| ) |
const |
|
inlinevirtual |
◆ GetName()
std::string MM::Property::GetName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetSequence()
std::vector< std::string > MM::Property::GetSequence |
( |
| ) |
const |
|
inlinevirtual |
◆ GetSequenceMaxSize()
long MM::Property::GetSequenceMaxSize |
( |
| ) |
const |
|
inlinevirtual |
◆ GetUpperLimit()
double MM::Property::GetUpperLimit |
( |
| ) |
const |
|
inlinevirtual |
◆ HasLimits()
bool MM::Property::HasLimits |
( |
| ) |
const |
|
inlinevirtual |
◆ SendSequence()
int MM::Property::SendSequence |
( |
| ) |
|
|
inlinevirtual |
◆ SetLimits()
bool MM::Property::SetLimits |
( |
double |
lowerLimit, |
|
|
double |
upperLimit |
|
) |
| |
|
inlinevirtual |
◆ SetSequenceable()
void MM::Property::SetSequenceable |
( |
long |
sequenceMaxSize | ) |
|
|
virtual |
The documentation for this class was generated from the following files: