27 class DisplayOptionsDlg;
42 void changeBackgroundColor();
45 void changeLightDiffuseColor();
46 void changeLightAmbientColor();
47 void changeLightSpecularColor();
48 void changeMeshFrontDiffuseColor();
49 void changeMeshBackDiffuseColor();
50 void changeMeshSpecularColor();
51 void changePointsColor();
52 void changeTextColor();
53 void changeLabelBackgroundColor();
54 void changeLabelMarkerColor();
55 void changeMaxMeshSize(
double);
56 void changeMaxCloudSize(
double);
57 void changeVBOUsage();
58 void changeColorScaleRampWidth(
int);
60 void changeDefaultFontSize(
int);
61 void changeLabelFontSize(
int);
62 void changeNumberPrecision(
int);
63 void changeLabelOpacity(
int);
64 void changeLabelMarkerSize(
int);
65 void changeBBOpacity(
double);
66 void changeBBLineWidth(
int);
68 void changeZoomSpeed(
double);
70 void changeAutoComputeOctreeOption(
int);
72 void changeAppStyle(
int);
74 void changeLogVerbosityLevel(
int);
112 Ui::DisplayOptionsDlg* m_ui;
115 void populateAppStyleComboBox();
#define CVAPPCOMMON_LIB_API
Dialog to setup display settings.
ecvOptions options
Current options.
ecvGui::ParamStruct oldParameters
Old parameters (for restore)
ecvGui::ParamStruct parameters
Current GUI parameters.
QColor lightSpecularColor
int m_defaultAppStyleIndex
Default application style index (for reset)
QColor labelBackgroundCol
ecvOptions oldOptions
Old options (for restore)
Main application options.