|
Jive reference manual
|
#include <jem/gl/Menu.h>

Public Member Functions | |
| Menu () | |
| Menu (const Array< String > &list) | |
| Menu (const Menu &rhs) | |
| Ref< Object > | clone () const |
| void | clear () |
| void | addLine () |
| void | addEntry (const String &entry) |
| void | addOption (const String &first, const String &second, bool state) |
| void | insertEntry (const String &entry, const String &next) |
| void | eraseEntry (const String &entry) |
| Array< String > | listEntries () const |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Protected Member Functions | |
| virtual | ~Menu () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jem::Clonable | |
| virtual | ~Clonable () |
| virtual void | emitVTable_ () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
Friends | |
| class | MenuNode |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
| jem::gl::Menu::Menu | ( | ) |
| jem::gl::Menu::Menu | ( | const Menu & | rhs | ) |
|
protectedvirtual |
Implements jem::Clonable.
| void jem::gl::Menu::clear | ( | ) |
| void jem::gl::Menu::addLine | ( | ) |
| void jem::gl::Menu::addEntry | ( | const String & | entry | ) |
| void jem::gl::Menu::eraseEntry | ( | const String & | entry | ) |
|
friend |