|
OpenSceneGraph
3.5.1
|

Public Types | |
| typedef T | object_type |
| typedef osg::observer_ptr< object_type > | ptr_type |
| typedef std::vector< ptr_type > | Vector |
| typedef Vector::iterator | Iterator |
| typedef Vector::const_iterator | ConstIterator |
Public Member Functions | |
| Iterator | begin () |
| ConstIterator | begin () const |
| Iterator | end () |
| ConstIterator | end () const |
| Vector::size_type | size () const |
| object_type * | getByName (const std::string &name) |
| const object_type * | getByName (const std::string &name) const |
| object_type * | getByIndex (unsigned int index) |
| const object_type * | getByIndex (unsigned int index) const |
| unsigned int | getNumObjects () const |
| Vector & | getObjects () |
| const Vector & | getObjects () const |
Protected Member Functions | |
| bool | _remove (object_type *obj) |
| bool | _removeByName (const std::string &name) |
Protected Attributes | |
| Vector | _objects |
| typedef Vector::const_iterator osgWidget::UIObjectParent< T >::ConstIterator |
| typedef Vector::iterator osgWidget::UIObjectParent< T >::Iterator |
| typedef T osgWidget::UIObjectParent< T >::object_type |
| typedef osg::observer_ptr<object_type> osgWidget::UIObjectParent< T >::ptr_type |
| typedef std::vector<ptr_type> osgWidget::UIObjectParent< T >::Vector |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
| Generated at Wed Nov 11 2015 22:15:27 for the OpenSceneGraph by doxygen 1.8.10. |