#include <gradients.h>
Public Slots | |
void | pointsUpdated () |
Signals | |
void | gradientStopsChanged (const QGradientStops &stops) |
Public Member Functions | |
GradientEditor (QWidget *parent) | |
void | setGradientStops (const QGradientStops &stops) |
Definition at line 94 of file gradients.h.
GradientEditor::GradientEditor | ( | QWidget * | parent | ) |
Definition at line 257 of file gradients.cpp.
void GradientEditor::gradientStopsChanged | ( | const QGradientStops & | stops | ) | [signal] |
void GradientEditor::pointsUpdated | ( | ) | [slot] |
Definition at line 287 of file gradients.cpp.
void GradientEditor::setGradientStops | ( | const QGradientStops & | stops | ) |
Definition at line 337 of file gradients.cpp.