tbx  0.7.3
Public Member Functions | List of all members
tbx::AdjusterClickedEvent Class Reference

Event information for Adjuster Clicked event. More...

#include <adjuster.h>

Inheritance diagram for tbx::AdjusterClickedEvent:
tbx::EventInfo

Public Member Functions

 AdjusterClickedEvent (IdBlock &id_block, PollBlock &data)
 Construct from toolbox event information.
 
bool up () const
 true if up/right arrow was clicked. More...
 
bool down () const
 false if up/right arrow was clicked. More...
 
- Public Member Functions inherited from tbx::EventInfo
 EventInfo (const IdBlock &id_block, PollBlock &data)
 Contruct the event information from the id_block and data update by the toolbox.
 
const IdBlockid_block () const
 IdBlock for the current event. More...
 

Additional Inherited Members

- Protected Attributes inherited from tbx::EventInfo
PollBlock_data
 raw data from the event
 

Detailed Description

Event information for Adjuster Clicked event.

Member Function Documentation

bool tbx::AdjusterClickedEvent::down ( ) const
inline

false if up/right arrow was clicked.

true if down/left was clicked

bool tbx::AdjusterClickedEvent::up ( ) const
inline

true if up/right arrow was clicked.

false if down/left was clicked


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