#include <GTKApplicationHandler.h>
Public Member Functions | |
CGTKApplicationHandler (int argc=0, char **argv=0) | |
bool | ProcessEventsAndGetExit () |
void | Reset () |
void | SetExit (bool exit) |
~CGTKApplicationHandler () | |
Public Member Functions inherited from CApplicationHandlerInterface | |
virtual | ~CApplicationHandlerInterface () |
Static Public Member Functions | |
static CGTKApplicationHandler * | GetApplicationHandler () |
Private Attributes | |
bool | m_bExit |
Static Private Attributes | |
static CGTKApplicationHandler * | m_pGTKApplicationHandler = NULL |
Definition at line 24 of file GTKApplicationHandler.h.
CGTKApplicationHandler::CGTKApplicationHandler | ( | int | argc = 0 , |
char ** | argv = 0 |
||
) |
Definition at line 21 of file GTKApplicationHandler.cpp.
CGTKApplicationHandler::~CGTKApplicationHandler | ( | ) |
Definition at line 44 of file GTKApplicationHandler.cpp.
|
inlinestatic |
Definition at line 35 of file GTKApplicationHandler.h.
|
virtual |
Implements CApplicationHandlerInterface.
Definition at line 49 of file GTKApplicationHandler.cpp.
|
virtual |
Implements CApplicationHandlerInterface.
Definition at line 57 of file GTKApplicationHandler.cpp.
|
inline |
Definition at line 33 of file GTKApplicationHandler.h.
|
private |
Definition at line 38 of file GTKApplicationHandler.h.
|
staticprivate |
Definition at line 39 of file GTKApplicationHandler.h.