Inherits QApplications. Created to overload the notify function. More...
#include <stdr_gui_application.h>
Public Member Functions | |
CStdrApplication (int &argc, char **argv) | |
Default contructor. | |
bool | notify (QObject *receiver, QEvent *event) |
Called at every Qt event. |
Inherits QApplications. Created to overload the notify function.
Definition at line 38 of file stdr_gui_application.h.
stdr_gui::CStdrApplication::CStdrApplication | ( | int & | argc, |
char ** | argv | ||
) |
Default contructor.
argc | [int&] Number of input arguments |
argv | [char **] Input arguments |
Definition at line 32 of file stdr_gui_application.cpp.
bool stdr_gui::CStdrApplication::notify | ( | QObject * | receiver, |
QEvent * | event | ||
) |
Called at every Qt event.
receiver | [QObject*] The event receiver |
event | [QEvent*] The event triggered |
Definition at line 43 of file stdr_gui_application.cpp.