2#include <NDEVR/NDEVRChart.h>
3#include <NDEVR/QTDesignObject.h>
4#include <NDEVR/QCustomComboBox.h>
5#include <NDEVR/QCustomLabel.h>
6#include <NDEVR/DesignParameter.h>
7#include <NDEVR/DesignParameterAccumulator.h>
8#include <NDEVR/SnapLocation.h>
9#include <NDEVR/DesignObjectLookup.h>
10#include <NDEVR/FeatureOptions.h>
11#include <NDEVR/Translator.h>
18 class CustomDesignChart :
public NDEVRChart
25 void setUUID(
const UUID&
id);
38 class CustomDesignChartDialog :
public QWidget
A specification of upper and lower bounds in N-dimensions.
The equivelent of std::vector but with a bit more control.
A chart that allows for the plotting of 2 Geometry Data sources as a scatter plot.
A core class where all Design Objects including models, materials, and geometries are stored.
A definition of data that is logically stored in the Model hierarchy.
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
A compact way to present a list of options to the user.
A line edit allows users to enter and edit a single line of plain text with useful editing functions,...
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
The primary namespace for the NDEVR SDK.
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...