ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include <src/ckb/gradientbutton.h>
Signals | |
void | gradientChanged () |
Public Member Functions | |
GradientButton (QWidget *parent=0, bool allowAlpha=false) | |
void | fromString (const QString &string) |
QString | toString () const |
Private Slots | |
void | pickGradient () |
Private Member Functions | |
void | updateImage () |
Private Attributes | |
QGradientStops | _stops |
bool | _alpha |
Definition at line 6 of file gradientbutton.h.
|
explicit |
Definition at line 7 of file gradientbutton.cpp.
References fromString(), and pickGradient().
void GradientButton::fromString | ( | const QString & | string | ) |
Definition at line 38 of file gradientbutton.cpp.
References _alpha, _stops, and updateImage().
Referenced by GradientButton().
|
signal |
Definition at line 132 of file moc_gradientbutton.cpp.
Referenced by pickGradient().
|
privateslot |
Definition at line 90 of file gradientbutton.cpp.
References _stops, GradientDialog::getGradient(), gradientChanged(), and updateImage().
Referenced by GradientButton().
QString GradientButton::toString | ( | ) | const |
Definition at line 80 of file gradientbutton.cpp.
References _stops.
Referenced by AnimSettingDialog::updateParam().
|
private |
Definition at line 17 of file gradientbutton.cpp.
References _alpha, _stops, and x.
Referenced by fromString(), and pickGradient().
|
private |
Definition at line 23 of file gradientbutton.h.
Referenced by fromString(), and updateImage().
|
private |
Definition at line 22 of file gradientbutton.h.
Referenced by fromString(), pickGradient(), toString(), and updateImage().