#include <SalomeApp_ExceptionHandler.h>
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) |
SalomeApp_ExceptionHandler::SalomeApp_ExceptionHandler | ( | const bool | floatSignal | ) |
Constructor. Initialize by floatSignal.
Try to call handleSignals( o, e ), catch and show error message.
Reimplemented from SUIT_ExceptionHandler.
References handleSignals(), and SUIT_ExceptionHandler::showMessage().
Try to call SUIT_ExceptionHandler::internalHandle(o, e), catch if failure.
References Handle(), and SUIT_ExceptionHandler::internalHandle().