MEPP2 Project
|
SimpleApplication is a specialization of QApplication. This is useful if we want to catch exception. More...
#include <SimpleApplication.h>
Public Member Functions | |
SimpleApplication (int &_argc, char **_argv) | |
~SimpleApplication () | |
Private Member Functions | |
bool | notify (QObject *_receiver, QEvent *_event) |
SimpleApplication is a specialization of QApplication. This is useful if we want to catch exception.
Definition at line 30 of file SimpleApplication.h.
|
inline |
Constructor.
Definition at line 36 of file SimpleApplication.h.
|
inline |
Definition at line 47 of file SimpleApplication.h.
|
inlineprivate |
Default QApplication::notify() behavior. but, we can catch exception.
Definition at line 63 of file SimpleApplication.h.