OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
vrui::coLabelSubMenuToolboxItem Class Reference

#include <coLabelSubMenuToolboxItem.h>

Inheritance diagram for vrui::coLabelSubMenuToolboxItem:
Inheritance graph
[legend]
Collaboration diagram for vrui::coLabelSubMenuToolboxItem:
Collaboration graph
[legend]

Public Member Functions

 coLabelSubMenuToolboxItem (const std::string &name)
 
virtual ~coLabelSubMenuToolboxItem ()
 
virtual void setAttachment (int)
 sets the attachment border More...
 
virtual const char * getClassName () const
 get the Element's classname More...
 
virtual bool isOfClassName (const char *name) const
 check if the Element or any ancestor is this classname More...
 
virtual void setLabel (const std::string &labelString)
 change the label text More...
 
virtual void buttonEvent (coRotButton *)
 
- Public Member Functions inherited from vrui::coSubMenuToolboxItem
 coSubMenuToolboxItem (const std::string &name)
 
virtual ~coSubMenuToolboxItem ()
 
int hit (vruiHit *hit) override
 
void miss () override
 
virtual void selected (bool select) override
 MenuItem is selected via joystick. More...
 
virtual void doActionRelease () override
 Action is called via joystick. More...
 
virtual void setMenu (coMenu *menu) override
 
virtual void closeSubmenu () override
 
virtual void openSubmenu () override
 
virtual void setActive (bool a) override
 functions activates or deactivates the item More...
 
void positionSubmenu () override
 
- Public Member Functions inherited from vrui::coToolboxMenuItem
 coToolboxMenuItem (const std::string &name)
 
virtual ~coToolboxMenuItem ()
 
virtual coUIElementgetUIElement ()
 
virtual void doSecondActionRelease ()
 Action is called via joystick. More...
 
- Public Member Functions inherited from vrui::coMenuItem
 coMenuItem (const std::string &name)
 
virtual ~coMenuItem ()
 
virtual void setMenuListener (coMenuListener *listener)
 
virtual coMenuListenergetMenuListener ()
 
virtual void setParentMenu (coMenu *parent)
 
virtual void setVisible (bool visible)
 
virtual bool isVisible () const
 
virtual const char * getName () const
 
coMenugetParentMenu ()
 get my parent menu More...
 
void setName (const std::string &newName, bool updateTwins=true)
 set my name - items with labels must call this when changing label More...
 
virtual bool getActive ()
 return if item is active More...
 
virtual void doActionPress ()
 Action is called via joystick. More...
 
virtual void doSecondActionPress ()
 second Action for Item More...
 
- Public Member Functions inherited from vrui::coGenericSubMenuItem
 coGenericSubMenuItem (coMenuItem *container)
 
virtual ~coGenericSubMenuItem ()
 
bool isOpen () const
 
coMenugetMenu ()
 get my subMenu More...
 
- Public Member Functions inherited from vrui::coRotButtonActor
virtual ~coRotButtonActor ()
 
- Public Member Functions inherited from vrui::coAction
 coAction ()
 Constructor. More...
 
virtual ~coAction ()
 Destructor. More...
 
void setFrame (unsigned int frame)
 INTERNAL set the framecounter (used to produce the miss call) More...
 
unsigned int getFrame () const
 INTERNAL get the framecounter (used to produce the miss call) More...
 
void setNode (vruiNode *)
 INTERNAL set the node this action belongs to. More...
 
void addChild (coAction *)
 INTERNAL add a child action. More...
 
virtual int hitAll (vruiHit *hit)
 INTERNAL same as miss/hit, but do it for all children as well. More...
 
virtual void missAll ()
 INTERNAL same as miss/hit, but do it for all children as well. More...
 

Protected Attributes

coLabellabel
 
- Protected Attributes inherited from vrui::coSubMenuToolboxItem
coRotButtonsubMenuIcon
 arrow button which is used for interaction More...
 
int attachment
 
- Protected Attributes inherited from vrui::coToolboxMenuItem
coMenuContainermenuContainer
 container to store menu elements More...
 
coColoredBackgroundbackground
 menu item background which changes its color when menu item is selected More...
 
- Protected Attributes inherited from vrui::coMenuItem
bool visible
 
coMenumyMenu
 this menu item More...
 
coMenuListenerlistener
 on menu selection More...
 
std::string myName
 symbolic name, or displayed as label) More...
 
bool active_
 flag if item is active More...
 
- Protected Attributes inherited from vrui::coGenericSubMenuItem
coMenusubMenu
 the subMenu which is opened and closed by thes button More...
 
bool open
 current state of the menu (open or closed) More...
 
coMenuItemcontainer_
 containing menu item More...
 
- Protected Attributes inherited from vrui::coAction
std::string actionName
 

Additional Inherited Members

- Public Types inherited from vrui::coAction
enum  Result { ACTION_DONE = 0x00, ACTION_CALL_ON_MISS = 0x01, ACTION_UNDEF = 0x02 }
 

Detailed Description

Menu item which can be used to open and close submenus menu events are generated when the user opens or closes the submenu In difference to a normal Menu subwindow, orientation (attachement) changes have to be handled properly.

Constructor & Destructor Documentation

vrui::coLabelSubMenuToolboxItem::coLabelSubMenuToolboxItem ( const std::string &  name)
virtual vrui::coLabelSubMenuToolboxItem::~coLabelSubMenuToolboxItem ( )
virtual

Member Function Documentation

virtual void vrui::coLabelSubMenuToolboxItem::buttonEvent ( coRotButton )
inlinevirtual
virtual const char* vrui::coLabelSubMenuToolboxItem::getClassName ( ) const
virtual

get the Element's classname

Reimplemented from vrui::coSubMenuToolboxItem.

virtual bool vrui::coLabelSubMenuToolboxItem::isOfClassName ( const char *  name) const
virtual

check if the Element or any ancestor is this classname

Reimplemented from vrui::coSubMenuToolboxItem.

virtual void vrui::coLabelSubMenuToolboxItem::setAttachment ( int  )
virtual

sets the attachment border

Implements vrui::coSubMenuToolboxItem.

virtual void vrui::coLabelSubMenuToolboxItem::setLabel ( const std::string &  labelString)
virtual

change the label text

Reimplemented from vrui::coMenuItem.

Member Data Documentation

coLabel* vrui::coLabelSubMenuToolboxItem::label
protected

The documentation for this class was generated from the following file: