The root class of the NDEVR Application.
More...
|
| | NDEVRApplication (int &argc, char **argv) |
| | Constructs the NDEVR application.
|
| bool | notify (QObject *receiver, QEvent *event) override |
| | Overrides QApplication::notify to add exception handling around event delivery.
|
The root class of the NDEVR Application.
Definition at line 9 of file NDEVRApplication.h.
◆ NDEVRApplication()
| NDEVRApplication::NDEVRApplication |
( |
int & | argc, |
|
|
char ** | argv ) |
Constructs the NDEVR application.
- Parameters
-
| [in] | argc | The number of command-line arguments. |
| [in] | argv | The array of command-line argument strings. |
◆ notify()
| bool NDEVRApplication::notify |
( |
QObject * | receiver, |
|
|
QEvent * | event ) |
|
override |
Overrides QApplication::notify to add exception handling around event delivery.
- Parameters
-
| [in] | receiver | The QObject receiving the event. |
| [in] | event | The event being delivered. |
- Returns
- True if the event was handled, false otherwise.
The documentation for this class was generated from the following file: