117 void initFontSizesIfNeeded();
120 void fromPersistentSettings();
123 void toPersistentSettings()
const;
129 bool isInPersistentSettings(QString paramName)
const;
138 static void UpdateParameters();
141 static void ReleaseInstance();
This class manages some persistent parameters (mostly for display)
ParamStruct params
Parameters set.
ComputeOctreeForPicking
Octree computation (for picking) behaviors.
ecvColor::Rgbaf lightDiffuseColor
Light diffuse color (RGBA)
ecvColor::Rgbaf meshSpecular
Default mesh specular color.
unsigned labelMarkerSize
Label marker size.
ecvColor::Rgbub backgroundCol
Background color.
ecvColor::Rgbaf lightAmbientColor
Light ambient color (RGBA)
unsigned displayedNumPrecision
Displayed numbers precision.
double bbOpacity
Bounding-box opacity (0.0 to 1.0)
ComputeOctreeForPicking autoComputeOctree
Octree computation (for picking) behavior.
unsigned labelFontSize
Label font size.
bool lightDoubleSided
Double sided light.
ecvColor::Rgbub labelMarkerCol
Labels marker color.
ecvColor::Rgbub textDefaultCol
Default text color.
bool drawRoundedPoints
Whether to draw rounded points (slower) or not.
unsigned minLoDCloudSize
Min cloud size for decimation.
unsigned defaultFontSize
Default displayed font size.
ecvColor::Rgbub labelBackgroundCol
Labels background color.
ecvColor::Rgbaf lightSpecularColor
Light specular color (RGBA)
ecvColor::Rgbub bbDefaultCol
Bounding-boxes color.
unsigned colorScaleRampWidth
Color scale ramp width (for display)
bool displayCross
Display cross in the middle of the screen.
bool colorScaleUseShader
Whether to use shader for color scale display (if available) or not.
bool colorScaleShaderSupported
Whether shader for color scale display is available or not.
unsigned bbLineWidth
Bounding-box line width.
unsigned minLoDMeshSize
Min mesh size for decimation.
bool showBBOnSelected
Show bounding-box on selected objects.
ecvColor::Rgbaf meshFrontDiff
Default mesh diffuse color (front)
bool decimateMeshOnMove
Decimate meshes when moved.
bool drawBackgroundGradient
Use background gradient.
bool useVBOs
Whether to use VBOs for faster display.
unsigned labelOpacity
Labels background opcaity.
ecvColor::Rgbaf meshBackDiff
Default mesh diffuse color (back)
double zoomSpeed
Zoom speed (1.0 by default)
bool decimateCloudOnMove
Decimate clouds when moved.
ecvColor::Rgbub pointsDefaultCol
Default 3D points color.
bool colorScaleShowHistogram
Color scale option: show histogram next to color ramp.