|
| drwnDirectoryProperty (string *storage, bool bReadOnly=false) |
|
drwnPropertyType | type () const |
|
drwnPropertyInterface * | clone () const |
|
| drwnStringProperty (string *storage, bool bReadOnly=false) |
|
string | asString () const |
|
bool | setProperty (bool value) |
|
bool | setProperty (int value) |
|
bool | setProperty (double value) |
|
bool | setProperty (const string &value) |
|
bool | setProperty (const Eigen::VectorXd &value) |
|
bool | setProperty (const Eigen::MatrixXd &value) |
|
| drwnStoragePropertyInterface (string *storage, bool bReadOnly=false) |
|
const string & | getValue () const |
|
bool | setValue (const string &value) |
|
bool | isReadOnly () const |
|
bool | isSerializeable () const |
|
virtual bool | setProperty (const char *value) |
|
virtual void | read (drwnXMLNode &xml) |
|
virtual void | write (drwnXMLNode &xml) const |
|
drwnPropertyInterface * | clone (bool bReadOnly, bool bSerialize) const |
|
|
| drwnPropertyInterface (bool bReadOnly, bool bSerialize=true) |
|
string * | _storage |
|
bool | _bReadOnly |
|
bool | _bSerialize |
|
The documentation for this class was generated from the following file: