ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cvSelectionLabelPropertiesDialog::LabelProperties Struct Reference

Label properties structure. More...

#include <cvSelectionLabelPropertiesDialog.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)
 
bool cellLabelBold = false
 
bool cellLabelItalic = false
 
bool cellLabelShadow = false
 
double cellLabelOpacity = 1.0
 
QString cellLabelHorizontalJustification
 
QString cellLabelVerticalJustification
 
QString cellLabelFormat
 
QString pointLabelFontFamily = "Arial"
 
int pointLabelFontSize = 18
 
QColor pointLabelColor = QColor(255, 255, 0)
 
bool pointLabelBold = false
 
bool pointLabelItalic = false
 
bool pointLabelShadow = false
 
double pointLabelOpacity = 1.0
 
QString pointLabelHorizontalJustification
 
QString pointLabelVerticalJustification
 
QString pointLabelFormat
 
bool showTooltips = true
 
int maxTooltipAttributes = 15
 

Detailed Description

Label properties structure.

Definition at line 49 of file cvSelectionLabelPropertiesDialog.h.

Member Data Documentation

◆ cellLabelBold

bool cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelBold = false

◆ cellLabelColor

◆ cellLabelFontFamily

◆ cellLabelFontSize

◆ cellLabelFormat

QString cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelFormat

◆ cellLabelHorizontalJustification

QString cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelHorizontalJustification

◆ cellLabelItalic

bool cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelItalic = false

◆ cellLabelOpacity

double cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelOpacity = 1.0

◆ cellLabelShadow

bool cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelShadow = false

◆ cellLabelVerticalJustification

QString cvSelectionLabelPropertiesDialog::LabelProperties::cellLabelVerticalJustification

◆ lineWidth

int cvSelectionLabelPropertiesDialog::LabelProperties::lineWidth = 2

◆ maxTooltipAttributes

int cvSelectionLabelPropertiesDialog::LabelProperties::maxTooltipAttributes = 15

◆ opacity

double cvSelectionLabelPropertiesDialog::LabelProperties::opacity = 1.0

◆ pointLabelBold

bool cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelBold = false

◆ pointLabelColor

QColor cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelColor = QColor(255, 255, 0)

◆ pointLabelFontFamily

QString cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelFontFamily = "Arial"

◆ pointLabelFontSize

int cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelFontSize = 18

◆ pointLabelFormat

QString cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelFormat

◆ pointLabelHorizontalJustification

QString cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelHorizontalJustification
Initial value:
=
"Left"

Definition at line 77 of file cvSelectionLabelPropertiesDialog.h.

Referenced by cvSelectionAnnotationManager::applyLabelProperties().

◆ pointLabelItalic

bool cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelItalic = false

◆ pointLabelOpacity

double cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelOpacity = 1.0

◆ pointLabelShadow

bool cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelShadow = false

◆ pointLabelVerticalJustification

QString cvSelectionLabelPropertiesDialog::LabelProperties::pointLabelVerticalJustification
Initial value:
=
"Bottom"

Definition at line 79 of file cvSelectionLabelPropertiesDialog.h.

Referenced by cvSelectionAnnotationManager::applyLabelProperties().

◆ pointSize

int cvSelectionLabelPropertiesDialog::LabelProperties::pointSize = 5

◆ showTooltips

bool cvSelectionLabelPropertiesDialog::LabelProperties::showTooltips = true

The documentation for this struct was generated from the following file: