#include <SUITApp_Application.h>
Public Member Functions | |
SUITApp_Application (int &, char **, SUIT_ExceptionHandler *=0) | |
virtual bool | notify (QObject *receiver, QEvent *e) |
SUIT_ExceptionHandler * | handler () const |
void | setHandler (SUIT_ExceptionHandler *) |
Private Attributes | |
SUIT_ExceptionHandler * | myExceptHandler |
SUITApp_Application::SUITApp_Application | ( | int & | argc, |
char ** | argv, | ||
SUIT_ExceptionHandler * | hand = 0 |
||
) |
Constructor
SUIT_ExceptionHandler * SUITApp_Application::handler | ( | ) | const |
References myExceptHandler.
Constructor
Sends event to receiver
e | - event |
receiver | - receiver |
References SUIT_ExceptionHandler::handle(), and myExceptHandler.
void SUITApp_Application::setHandler | ( | SUIT_ExceptionHandler * | hand | ) |
|
private |