vrecko
virtual reality framework
|
#include <Menu.h>
Public Member Functions | |
void | addChild (osg::ref_ptr< IMenuComponent > menuComponent) |
void | removeChild (int index) |
IMenuComponent * | getChild (u_int index) |
Public Member Functions inherited from vreckoUtils::IMenuComponent | |
virtual std::string | toXMLString ()=0 |
virtual std::string | getName ()=0 |
virtual std::string | getCaption ()=0 |
virtual void | accept (MenuVisitor &visitor)=0 |
virtual | ~IMenuComponent () |
Protected Attributes | |
std::vector< osg::ref_ptr < IMenuComponent > > | _items |
|
inline |
|
inline |
|
inline |
|
protected |