API Documentation
Loading...
Searching...
No Matches
DeploymentOptions.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/ApplicationOptions.h>
4#include <NDEVR/TranslatedString.h>
5#include <NDEVR/Vector.h>
6namespace NDEVR
7{
8 /**--------------------------------------------------------------------------------------------------
9 \brief Stores ApplicationOptions related to Deployments.
10 **/
27}
#define NDEVR_DESIGN_API
Definition DLLInfo.h:55
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
Definition ACIColor.h:37
Stores ApplicationOptions related to Deployments.
Definition DeploymentOptions.h:12
static ApplicationOption< String > deployment_color_by
Definition DeploymentOptions.h:15
static ApplicationOption< fltp08 > deployment_tube_thickness
Definition DeploymentOptions.h:18
static ApplicationOption< Vector< 3, Angle< fltp08 > > > default_planned_hole_angle
Definition DeploymentOptions.h:23
static ApplicationOption< bool > deployment_use_model
Definition DeploymentOptions.h:19
static void ResetOptionsToDefaults()
static ApplicationOption< fltp08 > default_planned_hole_distance
Definition DeploymentOptions.h:22
static ApplicationOption< bool > deployment_tree_visible
Definition DeploymentOptions.h:20
static TranslatedString options_label
Definition DeploymentOptions.h:13
static ApplicationOption< String > deployment_model
Definition DeploymentOptions.h:16
static ApplicationOption< bool > allow_planned_deployments
Definition DeploymentOptions.h:21
static ApplicationOption< Vector< 3, fltp08 > > default_end_of_deployment
Definition DeploymentOptions.h:24
static ApplicationOption< String > prism_model
Definition DeploymentOptions.h:17