3#include <NDEVR/WidgetInitialization.h>
5#include <NDEVR/String.h>
6#include <NDEVR/SnapLocation.h>
8#include <NDEVR/Buffer.h>
9#include <NDEVR/Resource.h>
13#include <QApplication>
14Q_DECLARE_METATYPE(
UUID);
17Q_DECLARE_METATYPE(
File);
25#ifdef Q_DECLARE_METATYPE
26 Q_DECLARE_METATYPE(
UUID);
28 Q_DECLARE_METATYPE(
String);
29 Q_DECLARE_METATYPE(
File);
ApplicationSetup()
Default constructor.
void setupUserOptions() override
Configures default user options and application settings.
int launch() override
Launches the application event loop.
void setupFactories() override
Registers IO factories and other service factories with the application.
void registerMetatypes() override
Registers Qt metatypes required by the application for signal/slot communication.
std::function< void(QWidget *)> main_window_created_callback
Optional callback invoked after the main window is created.
ApplicationSetup(int argc, char **argv)
Constructs the application setup with command-line arguments.
void setupUI() override
Builds and initializes the main application UI, including the ribbon and workspace.
The equivelent of std::vector but with a bit more control.
Logic for reading or writing to a file as well as navigating filesystems or other common file operati...
The core String class for the NDEVR API.
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
Manages all windows and logic surrounding dialogs and views for displaying and managing any environme...
The primary namespace for the NDEVR SDK.
SnapLocation
A list of directions that a view can be pointed relative to an object or scene.