Version: 9.12.0
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::SUITApp_Application ( int &  argc,
char **  argv,
SUIT_ExceptionHandler hand = 0 
)

Constructor

Member Function Documentation

◆ handler()

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

References myExceptHandler.

◆ notify()

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

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.

◆ setHandler()

void SUITApp_Application::setHandler ( SUIT_ExceptionHandler hand)

Changes exception handler

Parameters
hand- new handler

References myExceptHandler.

Member Data Documentation

◆ myExceptHandler

SUIT_ExceptionHandler* SUITApp_Application::myExceptHandler
private

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