|
inlib
1.2.0
|


Public Member Functions | |
| event_action (std::ostream &a_out, unsigned int a_ww, unsigned int a_wh, event *a_event) | |
| virtual | ~event_action () |
| const inlib::sg::event * | get_event () const |
Definition at line 134 of file event_action.
| inlib::sg::event_action::event_action | ( | std::ostream & | a_out, |
| unsigned int | a_ww, | ||
| unsigned int | a_wh, | ||
| event * | a_event | ||
| ) | [inline] |
Definition at line 136 of file event_action.
: win_action(a_out,a_ww,a_wh) //,m_handled(false) ,m_event(a_event) //not owner. {}
| virtual inlib::sg::event_action::~event_action | ( | ) | [inline, virtual] |
Definition at line 143 of file event_action.
{}
| const inlib::sg::event* inlib::sg::event_action::get_event | ( | ) | const [inline] |
Definition at line 156 of file event_action.
{return m_event;}
1.7.5.1