2#include <NDEVR/MainWindow.h>
3#include "NDEVR/Headers/NDEVRRibbon.h"
4#include "NDEVR/Headers/WindowManager.h"
5#include "Widgets/Headers/ContainerWidget.h"
6#include "NDEVR/Headers/SceneTree.h"
7#include "CustomerModelList.h"
67 virtual void exit(
bool relaunch =
false,
const StringView& relaunch_options)
override;
The primary Window within the NDEVR API.
A core class that represents a node on model hierarchy.
The Ribbon that typically appears on the top of the window or, in touch mode, to the side of the wind...
The core String View class for the NDEVR API.
The core String class for the NDEVR API.
WindowManager(QTModelManager *manager)
Constructs a WindowManager with the given model manager.
The primary namespace for the NDEVR SDK.
Options for configuring the form sheet window's customer type and tree filter.
String customer_type
The customer type identifier to display.
std::function< bool(const Model &model)> tree_filter
Filter function for the scene tree.