![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog for editing selection label properties. More...
#include <cvSelectionLabelPropertiesDialog.h>


Classes | |
| struct | LabelProperties |
| Label properties structure. More... | |
Signals | |
| void | propertiesApplied (const LabelProperties &props) |
| Emitted when Apply is clicked. More... | |
Public Member Functions | |
| cvSelectionLabelPropertiesDialog (QWidget *parent=nullptr, bool isInteractive=false) | |
| ~cvSelectionLabelPropertiesDialog () override | |
| void | setProperties (const LabelProperties &props) |
| Set the current properties. More... | |
| LabelProperties | properties () const |
| Get the current properties. More... | |
Dialog for editing selection label properties.
Based on ParaView's Selection Label Properties dialog. Allows configuration of:
Definition at line 42 of file cvSelectionLabelPropertiesDialog.h.
|
explicit |
Definition at line 27 of file cvSelectionLabelPropertiesDialog.cpp.
|
override |
Definition at line 38 of file cvSelectionLabelPropertiesDialog.cpp.
| cvSelectionLabelPropertiesDialog::LabelProperties cvSelectionLabelPropertiesDialog::properties | ( | ) | const |
Get the current properties.
Definition at line 259 of file cvSelectionLabelPropertiesDialog.cpp.
|
signal |
Emitted when Apply is clicked.
| void cvSelectionLabelPropertiesDialog::setProperties | ( | const LabelProperties & | props | ) |
Set the current properties.
Definition at line 228 of file cvSelectionLabelPropertiesDialog.cpp.
References cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelFormat, cvSelectionLabelPropertiesDialog::LabelProperties::lineWidth, cvSelectionLabelPropertiesDialog::LabelProperties::maxTooltipAttributes, cvSelectionLabelPropertiesDialog::LabelProperties::opacity, cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelFormat, cvSelectionLabelPropertiesDialog::LabelProperties::pointSize, ecvFontPropertyWidget::setFontProperties(), and cvSelectionLabelPropertiesDialog::LabelProperties::showTooltips.