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

#include <coSliderToolboxItem.h>

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

Public Member Functions

 coSliderToolboxItem (const std::string &, float, float, float)
 
virtual ~coSliderToolboxItem ()
 
virtual int hit (vruiHit *)
 
virtual void miss ()
 
void setValue (float)
 
float getValue () const
 
void setMin (float)
 
float getMin () const
 
void setMax (float)
 
float getMax () const
 
void setNumTicks (float)
 
float getNumTicks () const
 
void setPrecision (int)
 
int getPrecision () const
 
void setInteger (bool)
 
bool isInteger () const
 
void setLogarithmic (bool)
 
bool isLogarithmic () const
 
void setLabel (const std::string &labelstr)
 this function may be overloaded - it is called by setName() More...
 
void sliderEvent (coSlider *)
 
void sliderReleasedEvent (coSlider *)
 
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...
 
virtual void setActive (bool a)
 functions activates or deactivates the item More...
 
virtual void selected (bool select)
 MenuItem is selected via joystick. More...
 
virtual void doActionPress ()
 Action is called via joystick. More...
 
virtual void doSecondActionPress ()
 second Action for Item More...
 
- Public Member Functions inherited from vrui::coToolboxMenuItem
 coToolboxMenuItem (const std::string &name)
 
virtual ~coToolboxMenuItem ()
 
virtual coUIElementgetUIElement ()
 
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...
 
virtual void setActive (bool a)
 activates or deactivates the item More...
 
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 void setAttachment (int)
 sets the attachment border More...
 
virtual const char * getName () const
 
virtual coUIElementgetUIElement ()
 
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...
 
- Public Member Functions inherited from vrui::coSliderActor
virtual ~coSliderActor ()
 
virtual void sliderEvent (coSlider *slider)
 
virtual void sliderReleasedEvent (coSlider *slider)
 
- Public Member Functions inherited from vrui::coAction
 coAction ()
 Constructor. More...
 
virtual ~coAction ()
 Destructor. More...
 
virtual int hit (vruiHit *hit)=0
 
virtual void miss ()
 
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

coSliderslider
 slider UI element More...
 
coLabelminLabel
 
coLabelmaxLabel
 
coLabellabel
 
- 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::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 }
 

Constructor & Destructor Documentation

◆ coSliderToolboxItem()

vrui::coSliderToolboxItem::coSliderToolboxItem ( const std::string &  ,
float  ,
float  ,
float   
)

◆ ~coSliderToolboxItem()

virtual vrui::coSliderToolboxItem::~coSliderToolboxItem ( )
virtual

Member Function Documentation

◆ doActionPress()

virtual void vrui::coSliderToolboxItem::doActionPress ( )
virtual

Action is called via joystick.

Reimplemented from vrui::coMenuItem.

◆ doSecondActionPress()

virtual void vrui::coSliderToolboxItem::doSecondActionPress ( )
virtual

second Action for Item

Reimplemented from vrui::coMenuItem.

◆ getClassName()

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

get the Element's classname

Reimplemented from vrui::coToolboxMenuItem.

◆ getMax()

float vrui::coSliderToolboxItem::getMax ( ) const

◆ getMin()

float vrui::coSliderToolboxItem::getMin ( ) const

◆ getNumTicks()

float vrui::coSliderToolboxItem::getNumTicks ( ) const

◆ getPrecision()

int vrui::coSliderToolboxItem::getPrecision ( ) const

◆ getValue()

float vrui::coSliderToolboxItem::getValue ( ) const

◆ hit()

virtual int vrui::coSliderToolboxItem::hit ( vruiHit hit)
virtual

hit is called whenever the node, or any node underneath the node with this action is intersected return ACTION_CALL_ON_MISS if you want miss to be called otherwise return ACTION_DONE

Implements vrui::coAction.

◆ isInteger()

bool vrui::coSliderToolboxItem::isInteger ( ) const

◆ isLogarithmic()

bool vrui::coSliderToolboxItem::isLogarithmic ( ) const

◆ isOfClassName()

virtual bool vrui::coSliderToolboxItem::isOfClassName ( const char *  ) const
virtual

check if the Element or any ancestor is this classname

Reimplemented from vrui::coToolboxMenuItem.

◆ miss()

virtual void vrui::coSliderToolboxItem::miss ( )
virtual

miss is called once after a hit, if the node is not intersected anymore

Reimplemented from vrui::coAction.

◆ selected()

virtual void vrui::coSliderToolboxItem::selected ( bool  select)
virtual

MenuItem is selected via joystick.

Reimplemented from vrui::coMenuItem.

◆ setActive()

virtual void vrui::coSliderToolboxItem::setActive ( bool  a)
virtual

functions activates or deactivates the item

Reimplemented from vrui::coToolboxMenuItem.

◆ setInteger()

void vrui::coSliderToolboxItem::setInteger ( bool  )

◆ setLabel()

void vrui::coSliderToolboxItem::setLabel ( const std::string &  newName)
virtual

this function may be overloaded - it is called by setName()

Reimplemented from vrui::coMenuItem.

◆ setLogarithmic()

void vrui::coSliderToolboxItem::setLogarithmic ( bool  )

◆ setMax()

void vrui::coSliderToolboxItem::setMax ( float  )

◆ setMin()

void vrui::coSliderToolboxItem::setMin ( float  )

◆ setNumTicks()

void vrui::coSliderToolboxItem::setNumTicks ( float  )

◆ setPrecision()

void vrui::coSliderToolboxItem::setPrecision ( int  )

◆ setValue()

void vrui::coSliderToolboxItem::setValue ( float  )

◆ sliderEvent()

void vrui::coSliderToolboxItem::sliderEvent ( coSlider )
virtual

Reimplemented from vrui::coSliderActor.

◆ sliderReleasedEvent()

void vrui::coSliderToolboxItem::sliderReleasedEvent ( coSlider )
virtual

Reimplemented from vrui::coSliderActor.

Member Data Documentation

◆ label

coLabel* vrui::coSliderToolboxItem::label
protected

◆ maxLabel

coLabel* vrui::coSliderToolboxItem::maxLabel
protected

◆ minLabel

coLabel* vrui::coSliderToolboxItem::minLabel
protected

◆ slider

coSlider* vrui::coSliderToolboxItem::slider
protected

slider UI element


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