NDEVR
API Documentation
NDEVRApplication

The root class of the NDEVR Application. More...

Public Member Functions

 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.

Detailed Description

The root class of the NDEVR Application.


Definition at line 9 of file NDEVRApplication.h.

Constructor & Destructor Documentation

◆ NDEVRApplication()

NDEVRApplication::NDEVRApplication ( int & argc,
char ** argv )

Constructs the NDEVR application.

Parameters
[in]argcThe number of command-line arguments.
[in]argvThe array of command-line argument strings.

Member Function Documentation

◆ notify()

bool NDEVRApplication::notify ( QObject * receiver,
QEvent * event )
override

Overrides QApplication::notify to add exception handling around event delivery.

Parameters
[in]receiverThe QObject receiving the event.
[in]eventThe event being delivered.
Returns
True if the event was handled, false otherwise.

The documentation for this class was generated from the following file: