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

Public Member Functions

 drwnListProperty (list< string > *storage, bool bReadOnly=false)
 
drwnPropertyType type () const
 
string asString () const
 
drwnPropertyInterfaceclone () 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)
 
- Public Member Functions inherited from drwnStoragePropertyInterface< list< string > >
 drwnStoragePropertyInterface (list< string > *storage, bool bReadOnly=false)
 
const list< string > & getValue () const
 
bool setValue (const list< string > &value)
 
- Public Member Functions inherited from drwnPropertyInterface
bool isReadOnly () const
 
bool isSerializeable () const
 
virtual bool setProperty (const char *value)
 
virtual void read (drwnXMLNode &xml)
 
virtual void write (drwnXMLNode &xml) const
 
drwnPropertyInterfaceclone (bool bReadOnly, bool bSerialize) const
 

Additional Inherited Members

- Protected Member Functions inherited from drwnPropertyInterface
 drwnPropertyInterface (bool bReadOnly, bool bSerialize=true)
 
- Protected Attributes inherited from drwnStoragePropertyInterface< list< string > >
list< string > * _storage
 
- Protected Attributes inherited from drwnPropertyInterface
bool _bReadOnly
 
bool _bSerialize
 

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