Overview | All Modules | Tutorial | User's Guide | Programming Guide
Previous

COVISE Online Documentation

Next

Public Member Functions | Protected Attributes | List of all members
vrui::coMovableBackgroundMenuItem Class Reference

#include <coMovableBackgroundMenuItem.h>

Inheritance diagram for vrui::coMovableBackgroundMenuItem:
vrui::coMenuItem

Public Member Functions

 coMovableBackgroundMenuItem (const char *name, float aspect, float size=-1)
 
 coMovableBackgroundMenuItem (const char *name, uint *normalImage, int comp, int ns, int nt, int nr, float aspect, float size=-1)
 
virtual ~coMovableBackgroundMenuItem ()
 
virtual coUIElementgetUIElement ()
 return the actual UI Element that represents this menu. More...
 
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...
 
float getScale ()
 
void setScale (float s)
 
void setSize (float hsize, float vsize)
 
void reset ()
 
float getAspect ()
 
float getVSize ()
 
- Public Member Functions inherited from vrui::coMenuItem
 coMenuItem (const std::string &name)
 Constructor. More...
 
virtual ~coMenuItem ()
 Destructor. Removes this menu item from the parent menu. More...
 
virtual void setMenuListener (coMenuListener *listener)
 Set a new menu listener to receive menu item events. More...
 
virtual coMenuListenergetMenuListener ()
 Get the menu listener to receive menu item events. More...
 
virtual void setParentMenu (coMenu *parent)
 Set the parent menu in which this menu item is listed. More...
 
virtual void setVisible (bool visible)
 show or hide this menu item., just removes it from the scenegraph in the default implementation, should do something better in the real implementation More...
 
virtual bool isVisible () const
 
virtual void setAttachment (int)
 sets the attachment border More...
 
virtual const char * getName () const
 returns the symbolic name of this menu item. More...
 
virtual coUIElementgetUIElement ()
 return the actual UI Element that represents this menu. More...
 
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...
 
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 void setActive (bool a)
 functions activates or deactivates the item More...
 
virtual bool getActive ()
 return if item is active More...
 
virtual void setLabel (const std::string &newName)
 this function may be overloaded - it is called by setName() More...
 
virtual void selected (bool select)
 MenuItem is selected via joystick. 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...
 

Protected Attributes

coTexturedBackgroundbackground
 
float aspect_
 
float vsize_
 
- Protected Attributes inherited from vrui::coMenuItem
bool visible
 
coMenumyMenu
 parent menu which contains More...
 
coMenuListenerlistener
 menu event listener, triggered More...
 
std::string myName
 name of the item (internal More...
 
bool active_
 flag if item is active More...
 

Constructor & Destructor Documentation

◆ coMovableBackgroundMenuItem() [1/2]

vrui::coMovableBackgroundMenuItem::coMovableBackgroundMenuItem ( const char *  name,
float  aspect,
float  size = -1 
)

◆ coMovableBackgroundMenuItem() [2/2]

vrui::coMovableBackgroundMenuItem::coMovableBackgroundMenuItem ( const char *  name,
uint *  normalImage,
int  comp,
int  ns,
int  nt,
int  nr,
float  aspect,
float  size = -1 
)

◆ ~coMovableBackgroundMenuItem()

vrui::coMovableBackgroundMenuItem::~coMovableBackgroundMenuItem ( )
virtual

Member Function Documentation

◆ getAspect()

float vrui::coMovableBackgroundMenuItem::getAspect ( )

◆ getClassName()

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

get the Element's classname

Reimplemented from vrui::coMenuItem.

◆ getScale()

float vrui::coMovableBackgroundMenuItem::getScale ( )

◆ getUIElement()

coUIElement * vrui::coMovableBackgroundMenuItem::getUIElement ( )
virtual

return the actual UI Element that represents this menu.

Reimplemented from vrui::coMenuItem.

◆ getVSize()

float vrui::coMovableBackgroundMenuItem::getVSize ( )

◆ isOfClassName()

bool vrui::coMovableBackgroundMenuItem::isOfClassName ( const char *  classname) const
virtual

check if the Element or any ancestor is this classname

Reimplemented from vrui::coMenuItem.

◆ reset()

void vrui::coMovableBackgroundMenuItem::reset ( )

◆ setScale()

void vrui::coMovableBackgroundMenuItem::setScale ( float  s)

◆ setSize()

void vrui::coMovableBackgroundMenuItem::setSize ( float  hsize,
float  vsize 
)

Member Data Documentation

◆ aspect_

float vrui::coMovableBackgroundMenuItem::aspect_
protected

◆ background

coTexturedBackground* vrui::coMovableBackgroundMenuItem::background
protected

◆ vsize_

float vrui::coMovableBackgroundMenuItem::vsize_
protected

The documentation for this class was generated from the following files:
PreviousNext

Authors: Martin Aumüller, Ruth Lang, Daniela Rainer, Jürgen Schulze-Döbold, Andreas Werner, Peter Wolf, Uwe Wössner
Copyright © 1993-2009 HLRS, 2004-2009 RRZK, 2005-2009 Visenso
COVISE Version 6.5 Academic