50 mLayoutUid(layout), mMainWindowState(mainwindowstate)
77 this->
fillDefault(
"Automation/autoStartTracking",
true);
78 this->
fillDefault(
"Automation/autoStartStreaming",
true);
79 this->
fillDefault(
"Automation/autoReconstruct",
true);
80 this->
fillDefault(
"Automation/autoSelectActiveTool",
true);
82 this->
fillDefault(
"Automation/autoLoadRecentPatient",
true);
83 this->
fillDefault(
"Automation/autoLoadRecentPatientWithinHours", 8);
84 this->
fillDefault(
"Automation/autoShowNewData",
false);
85 this->
fillDefault(
"Automation/autoShowNewDataInViewGroup0",
true);
86 this->
fillDefault(
"Automation/autoShowNewDataInViewGroup1",
false);
87 this->
fillDefault(
"Automation/autoShowNewDataInViewGroup3",
false);
88 this->
fillDefault(
"Automation/autoShowNewDataInViewGroup2",
false);
89 this->
fillDefault(
"Automation/autoShowNewDataInViewGroup4",
false);
90 this->
fillDefault(
"Automation/autoResetCameraToSuperiorViewWhenAutoShowingNewData",
false);
91 this->
fillDefault(
"Automation/autoCenterToImageCenterViewWhenAutoShowingNewData",
false);
92 this->
fillDefault(
"Automation/autoDeleteDICOMDatabase",
true);
94 this->
fillDefault(
"TrackingPositionFilter/enabled",
false);
97 this->
fillDefault(
"backgroundColor", QColor(30,60,70));
100 this->
fillDefault(
"Ultrasound/acquisitionName",
"US-Acq");
101 this->
fillDefault(
"Ultrasound/8bitAcquisitionData",
false);
102 this->
fillDefault(
"Ultrasound/CompressAcquisition",
true);
105 this->
fillDefault(
"Navigation/anyplaneViewOffset", 0.25);
106 this->
fillDefault(
"Navigation/followTooltip",
true);
107 this->
fillDefault(
"Navigation/followTooltipBoundary", 0.1);
110 this->
fillDefault(
"View/showOrientationAnnotation",
true);
115 this->
fillDefault(
"View/showMetricNamesInCorner",
false);
116 this->
fillDefault(
"View3D/annotationModelSize", 0.2);
117 this->
fillDefault(
"View3D/annotationModel",
"woman.stl");
119 this->
fillDefault(
"View3D/ImageRender3DVisualizer",
"vtkGPUVolumeRayCastMapper");
120 this->
fillDefault(
"View3D/maxRenderSize", 10 * pow(10.0,6));
137 this->
fillDefault(
"giveManualToolPhysicalProperties",
false);
140 this->
fillDefault(
"applyTransferFunctionPresetsToAll",
false);
142 this->
fillDefault(
"USsimulation/type",
"Original data");
std::vector< Preset > mPresets
boost::shared_ptr< class StateService > StateServicePtr
void fillDefault(QString name, T value)
void fillDefaultSettings()
static StateServicePtr getNullObject()
void addPreset(QString name, int pos, bool tabbed=true)
VLCRecorder * vlc()
Shortcut for accessing the vlc recorder.