|
| | PiPoArrayAttr (PiPo *pipo, const char *name, const char *descr, bool changesStream, unsigned int initVal=NULL) |
| |
| | ~PiPoArrayAttr (void) |
| |
| void | clone (Attr *other) |
| |
| unsigned int | setSize (unsigned int size) |
| |
| unsigned int | getSize (void) |
| |
| void | set (unsigned int i, int val, bool silently=false) |
| |
| void | set (unsigned int i, double val, bool silently=false) |
| |
| void | set (unsigned int i, const char *val, bool silently=false) |
| |
| int | getInt (unsigned int i) |
| |
| double | getDbl (unsigned int i) |
| |
| const char * | getStr (unsigned int i) |
| |
| | EnumAttr (PiPo *pipo, const char *name, const char *descr, const std::type_info *type, bool changesStream) |
| |
| void | addEnumItem (const char *item, const char *doc="undocumented") |
| |
| std::vector< const char * > * | getEnumList (void) |
| |
| int | getEnumIndex (const char *tag) |
| |
| const char * | getEnumTag (unsigned int idx) |
| |
| | Attr (PiPo *pipo, const char *name, const char *descr, const std::type_info *type, bool changesStream) |
| | PiPo attribute base class. More...
|
| |
| | ~Attr (void) |
| |
| void | setIndex (unsigned int index) |
| |
| void | setName (const char *name) |
| |
| void | setDescr (const char *descr) |
| |
| unsigned int | getIndex (void) |
| |
| const char * | getName (void) |
| |
| const char * | getDescr (void) |
| |
| enum Type | getType (void) |
| |
| bool | doesChangeStream (void) |
| |
| virtual void | clone (Attr *other)=0 |
| |
| void | changed (bool silently=false) |
| |
| void | rename (const char *name) |
| |
| unsigned intconst & | operator[] (unsigned int index) const |
| |
| unsigned int & | operator[] (unsigned int index) |
| |