#include <ViewControllerEvent.h>
Public Types | |
| enum | Type { RESIZE, TIMER_START, TIMER_STOP, TIMER, SHOW, HIDE, CLOSE } |
Public Member Functions | |
| ViewControllerEvent (Type type, const ViewControllerPtr vc=ViewControllerPtr(), const vector< float > &values=vector< float >()) | |
| Type | getType (void) const |
| const ViewControllerPtr | getViewController (void) const |
| const vector< float > & | getValues (void) const |
Definition at line 10 of file ViewControllerEvent.h.
Definition at line 12 of file ViewControllerEvent.h.
| RenderTools::ViewControllerEvent::ViewControllerEvent | ( | Type | type, | |
| const ViewControllerPtr | vc = ViewControllerPtr(), |
|||
| const vector< float > & | values = vector< float >() | |||
| ) |
Definition at line 5 of file ViewControllerEvent.cpp.
| ViewControllerEvent::Type RenderTools::ViewControllerEvent::getType | ( | void | ) | const |
Definition at line 11 of file ViewControllerEvent.cpp.
| const vector< float > & RenderTools::ViewControllerEvent::getValues | ( | void | ) | const |
Definition at line 19 of file ViewControllerEvent.cpp.
| const ViewControllerPtr RenderTools::ViewControllerEvent::getViewController | ( | void | ) | const |
Definition at line 15 of file ViewControllerEvent.cpp.
1.5.8