ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Widgets::GradientData Struct Reference

Public Member Functions

 GradientData (const QString &name, const QColor &clr1, const QColor &clr2)
 
 GradientData (const GradientData &other)
 

Public Attributes

QString name
 
QColor color1
 
QColor color2
 

Detailed Description

Definition at line 19 of file gradientcombobox.cpp.

Constructor & Destructor Documentation

◆ GradientData() [1/2]

Widgets::GradientData::GradientData ( const QString &  name,
const QColor &  clr1,
const QColor &  clr2 
)
inline

Definition at line 20 of file gradientcombobox.cpp.

References color1, color2, and name.

◆ GradientData() [2/2]

Widgets::GradientData::GradientData ( const GradientData other)
inline

Definition at line 26 of file gradientcombobox.cpp.

References color1, color2, and name.

Member Data Documentation

◆ color1

QColor Widgets::GradientData::color1

◆ color2

QColor Widgets::GradientData::color2

◆ name

QString Widgets::GradientData::name

Definition at line 32 of file gradientcombobox.cpp.

Referenced by GradientData(), and Widgets::GradientWidgetItem::name().


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