Definition at line 193 of file event.
◆ mouse_move_event() [1/2]
tools::sg::mouse_move_event::mouse_move_event |
( |
int |
a_x, |
|
|
int |
a_y, |
|
|
int |
a_ox, |
|
|
int |
a_oy, |
|
|
bool |
a_touch |
|
) |
| |
|
inline |
◆ ~mouse_move_event()
virtual tools::sg::mouse_move_event::~mouse_move_event |
( |
| ) |
|
|
inlinevirtual |
◆ mouse_move_event() [2/2]
tools::sg::mouse_move_event::mouse_move_event |
( |
const mouse_move_event & |
a_from | ) |
|
|
inline |
◆ cast()
virtual void* tools::sg::mouse_move_event::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::sg::event.
Definition at line 198 of file event.
199 if(
void* p = cmp_cast<mouse_move_event>(
this,a_class))
return p;
◆ copy()
virtual event* tools::sg::mouse_move_event::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::sg::mouse_move_event::id_class |
( |
| ) |
|
|
inlinestatic |
◆ is_touch()
bool tools::sg::mouse_move_event::is_touch |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ ox()
int tools::sg::mouse_move_event::ox |
( |
| ) |
const |
|
inline |
◆ oy()
int tools::sg::mouse_move_event::oy |
( |
| ) |
const |
|
inline |
◆ x()
int tools::sg::mouse_move_event::x |
( |
| ) |
const |
|
inline |
◆ y()
int tools::sg::mouse_move_event::y |
( |
| ) |
const |
|
inline |
◆ m_ox
int tools::sg::mouse_move_event::m_ox |
|
protected |
◆ m_oy
int tools::sg::mouse_move_event::m_oy |
|
protected |
◆ m_touch
bool tools::sg::mouse_move_event::m_touch |
|
protected |
◆ m_x
int tools::sg::mouse_move_event::m_x |
|
protected |
◆ m_y
int tools::sg::mouse_move_event::m_y |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/event