![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Label properties for selection annotations. More...
#include <cvSelectionHighlighter.h>
Public Attributes | |
| double | opacity = 1.0 |
| int | pointSize = 5 |
| int | lineWidth = 2 |
| QString | cellLabelFontFamily = "Arial" |
| int | cellLabelFontSize = 18 |
| QColor | cellLabelColor = QColor(0, 255, 0) |
| double | cellLabelOpacity = 1.0 |
| bool | cellLabelBold = false |
| bool | cellLabelItalic = false |
| bool | cellLabelShadow = false |
| int | cellLabelHorizontalJustification = 0 |
| int | cellLabelVerticalJustification = 0 |
| QString | cellLabelFormat = "" |
| QString | pointLabelFontFamily = "Arial" |
| int | pointLabelFontSize = 18 |
| QColor | pointLabelColor = QColor(255, 255, 0) |
| double | pointLabelOpacity = 1.0 |
| bool | pointLabelBold = false |
| bool | pointLabelItalic = false |
| bool | pointLabelShadow = false |
| int | pointLabelHorizontalJustification = 0 |
| int | pointLabelVerticalJustification = 0 |
| QString | pointLabelFormat = "" |
| bool | showTooltips = true |
| int | maxTooltipAttributes = 15 |
Label properties for selection annotations.
Unified structure for both cell and point labels. This is the single source of truth for label appearance settings.
Definition at line 46 of file cvSelectionHighlighter.h.
| bool SelectionLabelProperties::cellLabelBold = false |
Definition at line 59 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties().
| QColor SelectionLabelProperties::cellLabelColor = QColor(0, 255, 0) |
Definition at line 57 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties(), and cvSelectionPropertiesWidget::setSelectionManager().
| QString SelectionLabelProperties::cellLabelFontFamily = "Arial" |
Definition at line 55 of file cvSelectionHighlighter.h.
Referenced by cvSelectionPropertiesWidget::setSelectionManager().
| int SelectionLabelProperties::cellLabelFontSize = 18 |
Definition at line 56 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties(), and cvSelectionPropertiesWidget::setSelectionManager().
| QString SelectionLabelProperties::cellLabelFormat = "" |
Definition at line 64 of file cvSelectionHighlighter.h.
| int SelectionLabelProperties::cellLabelHorizontalJustification = 0 |
Definition at line 62 of file cvSelectionHighlighter.h.
| bool SelectionLabelProperties::cellLabelItalic = false |
Definition at line 60 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties().
| double SelectionLabelProperties::cellLabelOpacity = 1.0 |
Definition at line 58 of file cvSelectionHighlighter.h.
| bool SelectionLabelProperties::cellLabelShadow = false |
Definition at line 61 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties().
| int SelectionLabelProperties::cellLabelVerticalJustification = 0 |
Definition at line 63 of file cvSelectionHighlighter.h.
| int SelectionLabelProperties::lineWidth = 2 |
Definition at line 50 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties(), and cvSelectionPropertiesWidget::setSelectionManager().
| int SelectionLabelProperties::maxTooltipAttributes = 15 |
Definition at line 82 of file cvSelectionHighlighter.h.
| double SelectionLabelProperties::opacity = 1.0 |
Definition at line 48 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties(), and cvSelectionPropertiesWidget::setSelectionManager().
| bool SelectionLabelProperties::pointLabelBold = false |
Definition at line 73 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties().
| QColor SelectionLabelProperties::pointLabelColor = QColor(255, 255, 0) |
Definition at line 71 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties(), and cvSelectionPropertiesWidget::setSelectionManager().
| QString SelectionLabelProperties::pointLabelFontFamily = "Arial" |
Definition at line 69 of file cvSelectionHighlighter.h.
Referenced by cvSelectionPropertiesWidget::setSelectionManager().
| int SelectionLabelProperties::pointLabelFontSize = 18 |
Definition at line 70 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties(), and cvSelectionPropertiesWidget::setSelectionManager().
| QString SelectionLabelProperties::pointLabelFormat = "" |
Definition at line 78 of file cvSelectionHighlighter.h.
| int SelectionLabelProperties::pointLabelHorizontalJustification = 0 |
Definition at line 76 of file cvSelectionHighlighter.h.
| bool SelectionLabelProperties::pointLabelItalic = false |
Definition at line 74 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties().
| double SelectionLabelProperties::pointLabelOpacity = 1.0 |
Definition at line 72 of file cvSelectionHighlighter.h.
| bool SelectionLabelProperties::pointLabelShadow = false |
Definition at line 75 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties().
| int SelectionLabelProperties::pointLabelVerticalJustification = 0 |
Definition at line 77 of file cvSelectionHighlighter.h.
| int SelectionLabelProperties::pointSize = 5 |
Definition at line 49 of file cvSelectionHighlighter.h.
Referenced by cvSelectionHighlighter::setLabelProperties(), and cvSelectionPropertiesWidget::setSelectionManager().
| bool SelectionLabelProperties::showTooltips = true |
Definition at line 81 of file cvSelectionHighlighter.h.