|
|
class | UArgs |
| |
|
class | UArgsImpl |
| |
|
class | _UAttrArgs |
| |
|
|
UChildIter | at (int pos) |
| | returns an iterator pointing to the object at this position; returns the last child if 'pos' = -1 and end() if 'pos' is out of bounds.
|
| |
|
UChildIter | find (const UNode &child) |
| | returns an iterator pointing to 'child'; returns end() if 'child' does no belong to the child list.
|
| |
| UChildIter | findStr (const UStr &value, bool ignore_case=true) |
| | searches a string (UStr) which is equal to 'value'; returns end() if there is no such child. More...
|
| |
| UChildIter | findBox (const UStr &value, bool ignore_case=true) |
| | searches a box (UBox or subclass) which contains a string which is equal to 'value'; returns end() if there is no such child. More...
|
| |
| template<class CC > |
| UChildIter | findClass (CC *&c) |
| | returns an iterator to the first child that derives from this class. More...
|
| |
The documentation for this class was generated from the following file: