ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvTextParam Struct Reference

#include <ecvDrawContext.h>

Collaboration diagram for ecvTextParam:

Public Attributes

bool display3D = false
 
double textScale = 1.0
 
double opacity = 1.0
 
CCVector3d textPos = CCVector3d(0.0, 0.0, 0.0)
 
QString text = ""
 
QFont font = QFont()
 

Detailed Description

Definition at line 319 of file ecvDrawContext.h.

Member Data Documentation

◆ display3D

bool ecvTextParam::display3D = false

◆ font

QFont ecvTextParam::font = QFont()

◆ opacity

double ecvTextParam::opacity = 1.0

Definition at line 322 of file ecvDrawContext.h.

Referenced by PCLDisplayTools::displayText(), and PCLDisplayTools::drawWidgets().

◆ text

QString ecvTextParam::text = ""

◆ textPos

CCVector3d ecvTextParam::textPos = CCVector3d(0.0, 0.0, 0.0)

◆ textScale

double ecvTextParam::textScale = 1.0

Definition at line 321 of file ecvDrawContext.h.

Referenced by PclUtils::PCLVis::displayText().


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