NDEVR
API Documentation
NDEVRApplication.h
1
#pragma once
2
#include "DLLInfo.h"
3
#include <QApplication>
4
namespace
NDEVR
5
{
9
class
NDEVR_WIDGETS_API
NDEVRApplication
:
public
QApplication
10
{
11
public
:
17
NDEVRApplication
(
int
& argc,
char
** argv);
24
bool
notify
(QObject* receiver, QEvent* event)
override
;
25
};
26
}
NDEVRApplication::NDEVRApplication
NDEVRApplication(int &argc, char **argv)
Constructs the NDEVR application.
NDEVRApplication::notify
bool notify(QObject *receiver, QEvent *event) override
Overrides QApplication::notify to add exception handling around event delivery.
NDEVR
The primary namespace for the NDEVR SDK.
Definition
ArialTileFetcherModule.h:35
Widgets
Headers
NDEVRApplication.h
NDEVR.org