|
| event_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh, event &a_event) |
|
virtual | ~event_action () |
|
| event_action (const event_action &a_from) |
|
event_action & | operator= (const event_action &a_from) |
|
void | reset () |
|
const event & | get_event () const |
|
event & | get_event () |
|
void | set_done (bool a_value) |
|
bool | done () const |
|
void | set_do_switch_children (bool a_value) |
|
bool | do_switch_children () const |
|
| matrix_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh) |
|
virtual | ~matrix_action () |
|
| matrix_action (const matrix_action &a_from) |
|
matrix_action & | operator= (const matrix_action &a_from) |
|
void | push_matrices () |
|
void | pop_matrices () |
|
mat4f & | projection_matrix () |
|
mat4f & | model_matrix () |
|
bool | end () const |
|
int | cur () const |
|
bool | project_point (float &a_x, float &a_y, float &a_z, float &a_w) |
|
void | model_point (float &a_x, float &a_y, float &a_z, float &a_w) |
|
void | projected_origin (float &a_x, float &a_y, float &a_z) |
|
| win_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh) |
|
virtual | ~win_action () |
|
unsigned int | ww () const |
|
unsigned int | wh () const |
|
virtual void * | cast (const std::string &a_class) const |
|
virtual const std::string & | s_cls () const =0 |
|
| action (std::ostream &a_out) |
|
virtual | ~action () |
|
std::ostream & | out () const |
|
| states (unsigned int a_ww, unsigned int a_wh) |
|
virtual | ~states () |
|
const sg::state & | state () const |
|
sg::state & | state () |
|
void | pop_state () |
|
void | push_state () |
|
void | save_state (const sg::state &a_state) |
|
const sg::state & | saved_state () const |
|
sg::state & | saved_state () |
|
Definition at line 14 of file event_action.
◆ event_action() [1/2]
tools::sg::event_action::event_action |
( |
std::ostream & |
a_out, |
|
|
unsigned int |
a_ww, |
|
|
unsigned int |
a_wh, |
|
|
event & |
a_event |
|
) |
| |
|
inline |
◆ ~event_action()
virtual tools::sg::event_action::~event_action |
( |
| ) |
|
|
inlinevirtual |
◆ event_action() [2/2]
tools::sg::event_action::event_action |
( |
const event_action & |
a_from | ) |
|
|
inline |
◆ do_switch_children()
bool tools::sg::event_action::do_switch_children |
( |
| ) |
const |
|
inline |
◆ done()
bool tools::sg::event_action::done |
( |
| ) |
const |
|
inline |
◆ get_event() [1/2]
event& tools::sg::event_action::get_event |
( |
| ) |
|
|
inline |
◆ get_event() [2/2]
const event& tools::sg::event_action::get_event |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ reset()
void tools::sg::event_action::reset |
( |
| ) |
|
|
inline |
◆ set_do_switch_children()
void tools::sg::event_action::set_do_switch_children |
( |
bool |
a_value | ) |
|
|
inline |
◆ set_done()
void tools::sg::event_action::set_done |
( |
bool |
a_value | ) |
|
|
inline |
◆ m_do_switch_children
bool tools::sg::event_action::m_do_switch_children |
|
protected |
◆ m_done
bool tools::sg::event_action::m_done |
|
protected |
◆ m_event
event& tools::sg::event_action::m_event |
|
protected |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/event_action