KiCad PCB EDA Suite
|
#include <spacemouse.h>
Public Member Functions | |
LINUX_SPACEMOUSE (EDA_DRAW_PANEL_GAL *parent) | |
~LINUX_SPACEMOUSE () | |
Private Member Functions | |
void | OnSpaceMouseMotion () |
void | OnSpaceMouseButton () |
Private Attributes | |
EDA_DRAW_PANEL_GAL * | m_parent |
Definition at line 31 of file spacemouse.h.
LINUX_SPACEMOUSE::LINUX_SPACEMOUSE | ( | EDA_DRAW_PANEL_GAL * | parent | ) |
Definition at line 26 of file spacemouse.cpp.
References m_parent, OnSpaceMouseButton(), and OnSpaceMouseMotion().
LINUX_SPACEMOUSE::~LINUX_SPACEMOUSE | ( | ) |
Definition at line 33 of file spacemouse.cpp.
References m_parent, OnSpaceMouseButton(), and OnSpaceMouseMotion().
|
private |
Definition at line 44 of file spacemouse.cpp.
Referenced by LINUX_SPACEMOUSE(), and ~LINUX_SPACEMOUSE().
|
private |
Definition at line 39 of file spacemouse.cpp.
Referenced by LINUX_SPACEMOUSE(), and ~LINUX_SPACEMOUSE().
|
private |
Definition at line 38 of file spacemouse.h.
Referenced by LINUX_SPACEMOUSE(), and ~LINUX_SPACEMOUSE().