#include <VP1QtApplication.h>
Definition at line 43 of file VP1QtApplication.h.
◆ VP1QtApplication()
| VP1QtApplication::VP1QtApplication |
( |
int & | argc, |
|
|
char ** | argv ) |
|
inline |
◆ ~VP1QtApplication()
| virtual VP1QtApplication::~VP1QtApplication |
( |
| ) |
|
|
inlinevirtual |
◆ notify()
| bool VP1QtApplication::notify |
( |
QObject * | rec, |
|
|
QEvent * | ev ) |
|
virtual |
Definition at line 39 of file VP1QtApplication.cxx.
40{
41
42
43
44
45
46
47 try {
48 return QApplication::notify(rec,
ev);
49 }
50 catch (std::exception &e) {
52 qWarning("VP1QtApplication: Error '%s' sending event '%s' to object '%s' ('%s')",
53 e.what(),
typeid(*ev).name(), qPrintable(rec->objectName()),
54 typeid(*rec).name());
55 qWarning("throwing the exception again...");
57 return false;
58 }
59 catch (char const *str) {
61 return false;
62 }
63 catch (...) {
65 return false;
66 }
67
68 return false;
69}
static void message(const QString &, IVP1System *sys=0)
The documentation for this class was generated from the following files: