API Documentation
Loading...
Searching...
No Matches
NDEVRApplication.h
Go to the documentation of this file.
1
#pragma once
2
#include "
DLLInfo.h
"
3
#include <QApplication>
4
namespace
NDEVR
5
{
6
/**--------------------------------------------------------------------------------------------------
7
\brief The root class of the NDEVR Application.
8
*-----------------------------------------------------------------------------------------------**/
9
class
NDEVR_WIDGETS_API
NDEVRApplication
:
public
QApplication
10
{
11
public
:
12
NDEVRApplication
(
int
& argc,
char
** argv);
13
bool
notify
(QObject* receiver, QEvent* event)
override
;
14
};
15
}
DLLInfo.h
NDEVR_WIDGETS_API
#define NDEVR_WIDGETS_API
Definition
DLLInfo.h:81
NDEVR::NDEVRApplication
The root class of the NDEVR Application.
Definition
NDEVRApplication.h:10
NDEVR::NDEVRApplication::NDEVRApplication
NDEVRApplication(int &argc, char **argv)
NDEVR::NDEVRApplication::notify
bool notify(QObject *receiver, QEvent *event) override
NDEVR
Definition
ACIColor.h:37
Widgets
Headers
NDEVRApplication.h