IVT
|
#include <QTApplicationHandler.h>
Public Slots | |
void | Exit () |
Public Member Functions | |
CQTApplicationHandler (int argc, char **args) | |
~CQTApplicationHandler () | |
void | Reset () |
bool | ProcessEventsAndGetExit () |
void | Lock () |
void | Unlock () |
Public Member Functions inherited from CApplicationHandlerInterface | |
virtual | ~CApplicationHandlerInterface () |
Definition at line 66 of file QTApplicationHandler.h.
CQTApplicationHandler::CQTApplicationHandler | ( | int | argc, |
char ** | args | ||
) |
Definition at line 55 of file QTApplicationHandler.cpp.
CQTApplicationHandler::~CQTApplicationHandler | ( | ) |
Definition at line 64 of file QTApplicationHandler.cpp.
|
inlineslot |
Definition at line 86 of file QTApplicationHandler.h.
void CQTApplicationHandler::Lock | ( | ) |
Definition at line 95 of file QTApplicationHandler.cpp.
|
virtual |
Implements CApplicationHandlerInterface.
Definition at line 86 of file QTApplicationHandler.cpp.
|
virtual |
Implements CApplicationHandlerInterface.
Definition at line 75 of file QTApplicationHandler.cpp.
void CQTApplicationHandler::Unlock | ( | ) |
Definition at line 102 of file QTApplicationHandler.cpp.