#include <GTKApplicationHandler.h>
Public Member Functions | |
CGTKApplicationHandler (int argc=0, char **argv=0) | |
bool | ProcessEventsAndGetExit () |
void | Reset () |
void | SetExit (bool exit) |
~CGTKApplicationHandler () | |
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.
Definition at line 44 of file GTKApplicationHandler.cpp.
static CGTKApplicationHandler* CGTKApplicationHandler::GetApplicationHandler | ( | ) | [inline, static] |
Definition at line 35 of file GTKApplicationHandler.h.
bool CGTKApplicationHandler::ProcessEventsAndGetExit | ( | ) | [virtual] |
Implements CApplicationHandlerInterface.
Definition at line 49 of file GTKApplicationHandler.cpp.
void CGTKApplicationHandler::Reset | ( | ) | [virtual] |
Implements CApplicationHandlerInterface.
Definition at line 57 of file GTKApplicationHandler.cpp.
void CGTKApplicationHandler::SetExit | ( | bool | exit | ) | [inline] |
Definition at line 33 of file GTKApplicationHandler.h.
bool CGTKApplicationHandler::m_bExit [private] |
Definition at line 38 of file GTKApplicationHandler.h.
CGTKApplicationHandler * CGTKApplicationHandler::m_pGTKApplicationHandler = NULL [static, private] |
Definition at line 39 of file GTKApplicationHandler.h.