Definition at line 256 of file event.
◆ num_t
◆ anim_event() [1/2]
tools::sg::anim_event::anim_event |
( |
num_t |
a_secs, |
|
|
num_t |
a_micro_secs |
|
) |
| |
|
inline |
◆ ~anim_event()
virtual tools::sg::anim_event::~anim_event |
( |
| ) |
|
|
inlinevirtual |
◆ anim_event() [2/2]
tools::sg::anim_event::anim_event |
( |
const anim_event & |
a_from | ) |
|
|
inline |
◆ cast()
virtual void* tools::sg::anim_event::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::sg::event.
Definition at line 261 of file event.
262 if(
void* p = cmp_cast<anim_event>(
this,a_class))
return p;
◆ copy()
virtual event* tools::sg::anim_event::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::sg::anim_event::id_class |
( |
| ) |
|
|
inlinestatic |
◆ micro_seconds()
num_t tools::sg::anim_event::micro_seconds |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ seconds()
num_t tools::sg::anim_event::seconds |
( |
| ) |
const |
|
inline |
◆ set_some_found()
void tools::sg::anim_event::set_some_found |
( |
bool |
a_v | ) |
|
|
inline |
◆ some_found()
bool tools::sg::anim_event::some_found |
( |
| ) |
const |
|
inline |
◆ m_micro_secs
num_t tools::sg::anim_event::m_micro_secs |
|
protected |
◆ m_secs
num_t tools::sg::anim_event::m_secs |
|
protected |
◆ m_some_found
bool tools::sg::anim_event::m_some_found |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/event