#include <App.hh>
Definition at line 33 of file App.hh.
Public Member Functions | |
virtual bool | OnInit () |
Called to initialize the application. | |
virtual int | OnRun () |
Called to run the application. | |
Private Attributes | |
Frame * | frame |
bool App::OnInit | ( | ) | [virtual] |
int App::OnRun | ( | ) | [virtual] |
Frame* smse::App::frame [private] |