DATAKIT API  V2025.3
Ugw::DefaultParameters Struct Reference

Data Structures

struct  ModelingPreferences
 
struct  ObjectPreferences
 

Public Types

enum  Unit { inch = 0, millimeters = 1 }
 

Public Member Functions

 DefaultParameters ()
 

Data Fields

bool asm_multithread
 
Dtk_RGB background_color_bottom
 
Dtk_RGB background_color_top
 
ModelingPreferences modelingpreferences
 
ObjectPreferences objectpreferences
 
Unit unit
 

Member Enumeration Documentation

◆ Unit

Enumerator
inch 
millimeters 
16  {
17  inch = 0, millimeters = 1
18  };

Constructor & Destructor Documentation

◆ DefaultParameters()

Ugw::DefaultParameters::DefaultParameters ( )
49  :unit( millimeters ), asm_multithread(false), background_color_top(Dtk_RGB(150,190,220)),
50  background_color_bottom( Dtk_RGB( 230, 230, 230 ) )
51  {}

Field Documentation

◆ asm_multithread

bool Ugw::DefaultParameters::asm_multithread

◆ background_color_bottom

Dtk_RGB Ugw::DefaultParameters::background_color_bottom

◆ background_color_top

Dtk_RGB Ugw::DefaultParameters::background_color_top

◆ modelingpreferences

ModelingPreferences Ugw::DefaultParameters::modelingpreferences

◆ objectpreferences

ObjectPreferences Ugw::DefaultParameters::objectpreferences

◆ unit

Unit Ugw::DefaultParameters::unit
Ugw::DefaultParameters::inch
@ inch
Definition: ugw.hpp:17
Ugw::DefaultParameters::millimeters
@ millimeters
Definition: ugw.hpp:17
Ugw::DefaultParameters::asm_multithread
bool asm_multithread
Definition: ugw.hpp:20
Ugw::DefaultParameters::background_color_top
Dtk_RGB background_color_top
Definition: ugw.hpp:36
Ugw::DefaultParameters::background_color_bottom
Dtk_RGB background_color_bottom
Definition: ugw.hpp:36
Ugw::DefaultParameters::unit
Unit unit
Definition: ugw.hpp:19
Dtk_RGB
Definition: dtk_rgb.hpp:7