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

#include <coProgressBarMenuItem.h>

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

Public Member Functions

 coProgressBarMenuItem (const std::string &name)
 
virtual ~coProgressBarMenuItem ()
 
void setProgress (float progress)
 
void setProgress (int progress)
 
float getProgress () const
 
virtual const char * getClassName () const
 get the Element's classname More...
 
virtual bool isOfClassName (const char *) const
 check if the Element or any ancestor is this classname More...
 
- Public Member Functions inherited from vrui::coRowMenuItem
 coRowMenuItem (const std::string &labelString)
 
 coRowMenuItem (const std::string &symbolicName, const std::string &labelString)
 
virtual ~coRowMenuItem ()
 
virtual void setLabel (coLabel *label)
 
coLabelgetLabel ()
 
void setLabel (const std::string &labelString)
 this function may be overloaded - it is called by setName() More...
 
virtual coUIElementgetUIElement ()
 
virtual void setActive (bool a)
 activates or deactivates the item More...
 
virtual void selected (bool selected)
 MenuItem is selected 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 void setAttachment (int)
 sets the attachment border More...
 
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 doActionRelease ()
 Action is called via joystick. More...
 
virtual void doSecondActionPress ()
 second Action for Item More...
 
virtual void doSecondActionRelease ()
 second Action for Item More...
 

Additional Inherited Members

- Protected Attributes inherited from vrui::coRowMenuItem
coMenuContainercontainer
 container to store menu elements More...
 
coColoredBackgroundbackground
 menu item background which changes its color when menu item is selected More...
 
coLabellabel
 label text 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...
 
- Static Protected Attributes inherited from vrui::coRowMenuItem
static const int LEFTMARGIN
 size of margin at left edge of menu item More...
 

Constructor & Destructor Documentation

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

Member Function Documentation

virtual const char* vrui::coProgressBarMenuItem::getClassName ( ) const
virtual

get the Element's classname

Reimplemented from vrui::coRowMenuItem.

float vrui::coProgressBarMenuItem::getProgress ( ) const
virtual bool vrui::coProgressBarMenuItem::isOfClassName ( const char *  ) const
virtual

check if the Element or any ancestor is this classname

Reimplemented from vrui::coRowMenuItem.

void vrui::coProgressBarMenuItem::setProgress ( float  progress)
void vrui::coProgressBarMenuItem::setProgress ( int  progress)

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