Definition at line 53 of file event.
◆ size_event() [1/2]
tools::sg::size_event::size_event |
( |
unsigned int |
a_ow, |
|
|
unsigned int |
a_oh, |
|
|
unsigned int |
a_w, |
|
|
unsigned int |
a_h |
|
) |
| |
|
inline |
Definition at line 71 of file event.
◆ ~size_event()
virtual tools::sg::size_event::~size_event |
( |
| ) |
|
|
inlinevirtual |
Definition at line 78 of file event.
◆ size_event() [2/2]
tools::sg::size_event::size_event |
( |
const size_event & |
a_from | ) |
|
|
inline |
Definition at line 80 of file event.
◆ cast()
virtual void* tools::sg::size_event::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::sg::event.
Definition at line 58 of file event.
59 if(
void* p = cmp_cast<size_event>(
this,a_class))
return p;
◆ copy()
virtual event* tools::sg::size_event::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ height()
unsigned int tools::sg::size_event::height |
( |
| ) |
const |
|
inline |
Definition at line 99 of file event.
◆ id_class()
static cid tools::sg::size_event::id_class |
( |
| ) |
|
|
inlinestatic |
Definition at line 57 of file event.
◆ old_height()
unsigned int tools::sg::size_event::old_height |
( |
| ) |
const |
|
inline |
Definition at line 97 of file event.
◆ old_width()
unsigned int tools::sg::size_event::old_width |
( |
| ) |
const |
|
inline |
Definition at line 96 of file event.
◆ operator=()
Definition at line 87 of file event.
◆ width()
unsigned int tools::sg::size_event::width |
( |
| ) |
const |
|
inline |
Definition at line 98 of file event.
◆ m_h
unsigned int tools::sg::size_event::m_h |
|
protected |
◆ m_oh
unsigned int tools::sg::size_event::m_oh |
|
protected |
◆ m_ow
unsigned int tools::sg::size_event::m_ow |
|
protected |
◆ m_w
unsigned int tools::sg::size_event::m_w |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/event