![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
This class manages some persistent parameters (mostly for display) More...
#include <ecvGuiParameters.h>

Classes | |
| struct | ParamStruct |
| GUI parameters. More... | |
Static Public Member Functions | |
| static const ParamStruct & | Parameters () |
| Returns the stored values of each parameter. More... | |
| static void | Set (const ParamStruct ¶ms) |
| Sets GUI parameters. More... | |
| static void | UpdateParameters () |
| static void | ReleaseInstance () |
| Release unique instance (if any) More... | |
Protected Attributes | |
| ParamStruct | params |
| Parameters set. More... | |
This class manages some persistent parameters (mostly for display)
Values of persistent parameters are stored by the system (either in the registry or in a separate file depending on the OS).
Definition at line 25 of file ecvGuiParameters.h.
|
static |
Returns the stored values of each parameter.
Referenced by ccEntityAction::computeStatParams(), MatrixDisplayDlg::fillDialogWith(), ccPropertiesTreeDelegate::fillWithLabel(), ccPointPropertiesDlg::processPickedPoint(), ccHistogramWindow::refresh(), ccWaveWidget::refresh(), cloudViewer::ModelViewerWidget::SetBackgroundColor(), and ccPropertiesTreeDelegate::setEditorData().
|
static |
Release unique instance (if any)
|
static |
Sets GUI parameters.
|
static |
|
protected |
Parameters set.
Definition at line 145 of file ecvGuiParameters.h.