Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SUITApp_Application Class Reference

#include <SUITApp_Application.h>

Inheritance diagram for SUITApp_Application:
Inheritance graph

Public Member Functions

 SUITApp_Application (int &, char **, SUIT_ExceptionHandler *=0)
 
virtual bool notify (QObject *receiver, QEvent *e)
 
SUIT_ExceptionHandlerhandler () const
 
void setHandler (SUIT_ExceptionHandler *)
 

Private Attributes

SUIT_ExceptionHandlermyExceptHandler
 

Constructor & Destructor Documentation

SUITApp_Application::SUITApp_Application ( int &  argc,
char **  argv,
SUIT_ExceptionHandler hand = 0 
)

Constructor

Member Function Documentation

SUIT_ExceptionHandler * SUITApp_Application::handler ( ) const
Returns
exception handler

References myExceptHandler.

bool SUITApp_Application::notify ( QObject receiver,
QEvent e 
)
virtual

Constructor

Sends event to receiver

Returns
the value that is returned from the receiver's event handler
Parameters
e- event
receiver- receiver

References SUIT_ExceptionHandler::handle(), and myExceptHandler.

void SUITApp_Application::setHandler ( SUIT_ExceptionHandler hand)

Changes exception handler

Parameters
hand- new handler

References myExceptHandler.

Member Data Documentation

SUIT_ExceptionHandler* SUITApp_Application::myExceptHandler
private

The documentation for this class was generated from the following files: