#include <gepetto/gui/safeapplication.hh>
Public Member Functions | |
SlotExceptionCatch () | |
virtual bool | safeNotify (QApplication *app, QObject *receiver, QEvent *e)=0 |
Inherited classes must call impl_notify method surronded by a try/catch. More... | |
void | addAsLeaf (SlotExceptionCatch *child) |
Protected Member Functions | |
bool | impl_notify (QApplication *app, QObject *receiver, QEvent *e) |
Protected Attributes | |
SlotExceptionCatch * | child_ |
|
inline |
References safeNotify().
|
inline |
References addAsLeaf(), and child_.
Referenced by addAsLeaf().
|
inlineprotected |
References child_, and safeNotify().
Referenced by gepetto::gui::SafeApplication::notify().
|
pure virtual |
Inherited classes must call impl_notify method surronded by a try/catch.
Referenced by impl_notify(), gepetto::gui::SafeApplication::notify(), and SlotExceptionCatch().
|
protected |
Referenced by addAsLeaf(), and impl_notify().