Definition at line 107 of file event.
◆ mouse_down_event() [1/2]
tools::sg::mouse_down_event::mouse_down_event |
( |
int |
a_x, |
|
|
int |
a_y |
|
) |
| |
|
inline |
◆ ~mouse_down_event()
virtual tools::sg::mouse_down_event::~mouse_down_event |
( |
| ) |
|
|
inlinevirtual |
◆ mouse_down_event() [2/2]
tools::sg::mouse_down_event::mouse_down_event |
( |
const mouse_down_event & |
a_from | ) |
|
|
inline |
◆ cast()
virtual void* tools::sg::mouse_down_event::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::sg::event.
Definition at line 112 of file event.
113 if(
void* p = cmp_cast<mouse_down_event>(
this,a_class))
return p;
◆ copy()
virtual event* tools::sg::mouse_down_event::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::sg::mouse_down_event::id_class |
( |
| ) |
|
|
inlinestatic |
◆ operator=()
◆ x()
int tools::sg::mouse_down_event::x |
( |
| ) |
const |
|
inline |
◆ y()
int tools::sg::mouse_down_event::y |
( |
| ) |
const |
|
inline |
◆ m_x
int tools::sg::mouse_down_event::m_x |
|
protected |
◆ m_y
int tools::sg::mouse_down_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