#include <events.h>
Inheritance diagram for crs::window_events:

Public Methods | |
| virtual | ~window_events () |
| virtual void | onResize (base_control &, const bounds &, const bounds &) |
| virtual void | onHide (base_control &) |
| virtual void | onShow (base_control &) |
| virtual void | onMove (base_control &, const position &, const position &) |
| virtual void | onKeyPress (base_control &, const int &) |
| virtual void | onMouseDown (base_control &, const position &, const bool &, const bool &) |
|
|
|
|
|
Definition at line 19 of file events.h. Referenced by crs::base_control::doHide(). |
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 23 of file events.h. Referenced by crs::base_control::doMove(). |
|
||||||||||||||||
|
Definition at line 17 of file events.h. Referenced by crs::base_control::doResize(). |
|
|
Definition at line 21 of file events.h. Referenced by crs::base_control::doShow(). |
1.2.18