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>
4namespace 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}
#define NDEVR_WIDGETS_API
Definition DLLInfo.h:81
The root class of the NDEVR Application.
Definition NDEVRApplication.h:10
NDEVRApplication(int &argc, char **argv)
bool notify(QObject *receiver, QEvent *event) override
Definition ACIColor.h:37