Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
drwnSelectionProperty Class Reference
Inheritance diagram for drwnSelectionProperty:
drwnStoragePropertyInterface< int > drwnPropertyInterface

Public Member Functions

 drwnSelectionProperty (int *storage, const vector< string > *choices, bool bReadOnly=false)
 
drwnPropertyType type () const
 
string asString () const
 
drwnPropertyInterfaceclone () const
 
const vector< string > * getChoices () const
 
bool setProperty (bool value)
 
bool setProperty (int value)
 
bool setProperty (double value)
 
bool setProperty (const string &value)
 
void read (drwnXMLNode &xml)
 
void write (drwnXMLNode &xml) const
 
- Public Member Functions inherited from drwnStoragePropertyInterface< int >
 drwnStoragePropertyInterface (int *storage, bool bReadOnly=false)
 
const int & getValue () const
 
bool setValue (const int &value)
 
- Public Member Functions inherited from drwnPropertyInterface
bool isReadOnly () const
 
bool isSerializeable () const
 
virtual bool setProperty (const char *value)
 
virtual bool setProperty (const Eigen::VectorXd &value)
 
virtual bool setProperty (const Eigen::MatrixXd &value)
 
drwnPropertyInterfaceclone (bool bReadOnly, bool bSerialize) const
 

Protected Attributes

const vector< string > * _choices
 
- Protected Attributes inherited from drwnStoragePropertyInterface< int >
int * _storage
 
- Protected Attributes inherited from drwnPropertyInterface
bool _bReadOnly
 
bool _bSerialize
 

Additional Inherited Members

- Protected Member Functions inherited from drwnPropertyInterface
 drwnPropertyInterface (bool bReadOnly, bool bSerialize=true)
 

The documentation for this class was generated from the following files: