#include <SpaceballEvent.h>
Public Member Functions | |
ButtonEvent (const ButtonEvent &in) | |
ButtonEvent () | |
int | buttonNumber () |
ButtonStateType | buttonStatus () |
bool | isHandled () |
void | setButtonNumber (const int &buttonNumberIn) |
void | setButtonStatus (const ButtonStateType &buttonStatusIn) |
void | setHandled (bool in) |
Static Public Attributes | |
static int | ButtonEventType = -1 |
Definition at line 58 of file SpaceballEvent.h.
ButtonEvent::ButtonEvent | ( | ) |
Definition at line 65 of file SpaceballEvent.cpp.
ButtonEvent::ButtonEvent | ( | const ButtonEvent & | in | ) |
Definition at line 70 of file SpaceballEvent.cpp.
int ButtonEvent::buttonNumber | ( | ) |
Definition at line 87 of file SpaceballEvent.cpp.
Referenced by Gui::MainWindow::event(), and Gui::Dialog::DlgCustomizeSpaceball::event().
ButtonStateType ButtonEvent::buttonStatus | ( | ) |
Definition at line 77 of file SpaceballEvent.cpp.
Referenced by Gui::MainWindow::event(), and Gui::Dialog::DlgCustomizeSpaceball::event().
bool Spaceball::ButtonEvent::isHandled | ( | ) | [inline] |
Definition at line 67 of file SpaceballEvent.h.
Referenced by Gui::GUIApplicationNativeEventAware::processSpaceballEvent().
void ButtonEvent::setButtonNumber | ( | const int & | buttonNumberIn | ) |
Definition at line 92 of file SpaceballEvent.cpp.
void ButtonEvent::setButtonStatus | ( | const ButtonStateType & | buttonStatusIn | ) |
Definition at line 82 of file SpaceballEvent.cpp.
void Spaceball::ButtonEvent::setHandled | ( | bool | in | ) | [inline] |
Definition at line 68 of file SpaceballEvent.h.
Referenced by Gui::MainWindow::event(), and Gui::Dialog::DlgCustomizeSpaceball::event().
int ButtonEvent::ButtonEventType = -1 [static] |
Definition at line 70 of file SpaceballEvent.h.
Referenced by Gui::MainWindow::event(), Gui::Dialog::DlgCustomizeSpaceball::event(), Gui::GUIApplicationNativeEventAware::initSpaceball(), Gui::GUIApplication::notify(), and Gui::View3DInventorViewer::processEvent().