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

#include <SalomeApp_ExceptionHandler.h>

Inheritance diagram for SalomeApp_ExceptionHandler:
Inheritance graph

Public Member Functions

 SalomeApp_ExceptionHandler (const bool)
 
virtual bool handle (QObject *, QEvent *)
 

Protected Member Functions

virtual bool handleSignals (QObject *, QEvent *)
 
- Protected Member Functions inherited from SUIT_ExceptionHandler
bool internalHandle (QObject *, QEvent *)
 
void showMessage (const QString &, const QString &)
 

Additional Inherited Members

- Static Public Member Functions inherited from SUIT_ExceptionHandler
static void addCleanUpRoutine (CleanUpFunction p)
 
static void removeCleanUpRoutine (CleanUpFunction p)
 

Constructor & Destructor Documentation

SalomeApp_ExceptionHandler::SalomeApp_ExceptionHandler ( const bool  floatSignal)

Constructor. Initialize by floatSignal.

Member Function Documentation

bool SalomeApp_ExceptionHandler::handle ( QObject o,
QEvent e 
)
virtual

Try to call handleSignals( o, e ), catch and show error message.

Reimplemented from SUIT_ExceptionHandler.

References handleSignals(), and SUIT_ExceptionHandler::showMessage().

bool SalomeApp_ExceptionHandler::handleSignals ( QObject o,
QEvent e 
)
protectedvirtual

Try to call SUIT_ExceptionHandler::internalHandle(o, e), catch if failure.

References Handle(), and SUIT_ExceptionHandler::internalHandle().


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