ckb-next  v0.2.8 at branch master
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GradientDialog::Preset Struct Reference
+ Collaboration diagram for GradientDialog::Preset:

Public Member Functions

 Preset (QString _name, bool _builtIn=false)
 
 Preset (QString _name, const QGradientStops &_gradient)
 
 Preset ()
 

Data Fields

QString name
 
QGradientStops gradient
 
bool builtIn
 

Detailed Description

Definition at line 23 of file gradientdialog.h.

Constructor & Destructor Documentation

GradientDialog::Preset::Preset ( QString  _name,
bool  _builtIn = false 
)
inline

Definition at line 27 of file gradientdialog.h.

27 : name(_name), builtIn(_builtIn) {}
GradientDialog::Preset::Preset ( QString  _name,
const QGradientStops &  _gradient 
)
inline

Definition at line 28 of file gradientdialog.h.

28 : name(_name), gradient(_gradient), builtIn(false) {}
QGradientStops gradient
GradientDialog::Preset::Preset ( )
inline

Definition at line 29 of file gradientdialog.h.

29 : builtIn(false) {}

Field Documentation

QGradientStops GradientDialog::Preset::gradient

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