|
QSDK 1.1 Documentation |
Inheritance diagram for Listener:

Public Member Functions | |
| Listener () | |
| void | onTick (double time) |
| void | onWindowClose () |
Definition at line 19 of file ptut01.cpp.
|
|
Definition at line 21 of file ptut01.cpp.
00021 {}
|
|
|
No action is needed on a per frame basis, so onTick does nothing. Implements ApplicationListener. Definition at line 28 of file ptut01.cpp.
00028 {}
|
|
|
Handle window close events and shutdown the application. Implements ApplicationListener. Definition at line 33 of file ptut01.cpp. References Application::app().
00033 { Q::Application::app().shutdown(); }
|
|
|
|
Qube Software Limited © 2000-2004
|
|