![]() |
VR-Forces 4.0.4 Class Documentation
|
DtExceptionHandlingApplication is a QApplication that catches all exceptions. More...

Public Member Functions | |
| DtExceptionHandlingApplication (DtDe &de, int &c, char **v) | |
| CTOR. | |
| virtual | ~DtExceptionHandlingApplication () |
| DTOR. | |
| virtual bool | notify (QObject *rec, QEvent *ev) |
| Catches all exceptions. | |
Protected Attributes | |
| DtDe & | myDe |
DtExceptionHandlingApplication is a QApplication that catches all exceptions.
| makVrv::DtExceptionHandlingApplication::DtExceptionHandlingApplication | ( | DtDe & | de, |
| int & | c, | ||
| char ** | v | ||
| ) |
CTOR.
| virtual makVrv::DtExceptionHandlingApplication::~DtExceptionHandlingApplication | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtExceptionHandlingApplication::notify | ( | QObject * | rec, |
| QEvent * | ev | ||
| ) | [virtual] |
Catches all exceptions.
DtDe& makVrv::DtExceptionHandlingApplication::myDe [protected] |