#include <SUIT_ExceptionHandler.h>
Public Member Functions | |
virtual bool | handle (QObject *, QEvent *) |
Static Public Member Functions | |
static void | addCleanUpRoutine (CleanUpFunction p) |
static void | removeCleanUpRoutine (CleanUpFunction p) |
Protected Member Functions | |
bool | internalHandle (QObject *, QEvent *) |
void | showMessage (const QString &, const QString &) |
Private Member Functions | |
void | cleanUp () |
Static Private Attributes | |
static CleanUpFuncList | myCleanUpFunctions |
Show exception message on error handler.
|
static |
References myCleanUpFunctions.
|
private |
References myCleanUpFunctions.
Checks: is internal handle on object o?
Reimplemented in SalomeApp_ExceptionHandler.
References internalHandle().
Checks: is internal handle on object o?
|
static |
References myCleanUpFunctions.
Show error message mgs, if application is not null.
References cleanUp(), and SUIT_MessageBox::critical().
|
staticprivate |