#include <SpaceballEvent.h>
Public Member Functions | |
| ButtonEvent () | |
| ButtonEvent (const ButtonEvent &in) | |
| int | buttonNumber () |
| ButtonStateType | buttonStatus () |
| ButtonEvent & | operator= (const ButtonEvent &in) |
| void | setButtonNumber (const int &buttonNumberIn) |
| void | setButtonStatus (const ButtonStateType &buttonStatusIn) |
Public Member Functions inherited from Spaceball::EventBase | |
| bool | isHandled () |
| void | setHandled (bool sig) |
Static Public Attributes | |
| static int | ButtonEventType = -1 |
Additional Inherited Members | |
Protected Member Functions inherited from Spaceball::EventBase | |
| EventBase (QEvent::Type event) | |
Protected Attributes inherited from Spaceball::EventBase | |
| bool | handled |
| ButtonEvent::ButtonEvent | ( | ) |
| ButtonEvent::ButtonEvent | ( | const ButtonEvent & | in | ) |
References Spaceball::EventBase::handled.
| int ButtonEvent::buttonNumber | ( | ) |
Referenced by Gui::MainWindow::event(), and Gui::Dialog::DlgCustomizeSpaceball::event().
| ButtonStateType ButtonEvent::buttonStatus | ( | ) |
Referenced by Gui::MainWindow::event(), and Gui::Dialog::DlgCustomizeSpaceball::event().
| ButtonEvent & ButtonEvent::operator= | ( | const ButtonEvent & | in | ) |
References Spaceball::EventBase::handled.
| void ButtonEvent::setButtonNumber | ( | const int & | buttonNumberIn | ) |
Referenced by Gui::GUIApplicationNativeEventAware::postButtonEvent().
| void ButtonEvent::setButtonStatus | ( | const ButtonStateType & | buttonStatusIn | ) |
Referenced by Gui::GUIApplicationNativeEventAware::postButtonEvent().
|
static |