![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtgradientstopsmodel_p.h>
Public Member Functions | |
| qreal | position () const |
| QColor | color () const |
| QtGradientStopsModel * | gradientModel () const |
Friends | |
| class | QtGradientStopsModel |
Definition at line 27 of file qtgradientstopsmodel_p.h.
| QColor QtGradientStop::color | ( | ) | const |
Definition at line 24 of file qtgradientstopsmodel.cpp.
Referenced by QtGradientStopsWidgetPrivate::newStop(), QtGradientStopsControllerPrivate::slotCurrentStopChanged(), QtGradientStopsControllerPrivate::slotStopAdded(), QtGradientStopsControllerPrivate::slotStopMoved(), and QtGradientStopsControllerPrivate::slotStopsSwapped().
| QtGradientStopsModel * QtGradientStop::gradientModel | ( | ) | const |
Definition at line 29 of file qtgradientstopsmodel.cpp.
| qreal QtGradientStop::position | ( | ) | const |
Definition at line 19 of file qtgradientstopsmodel.cpp.
|
friend |
Definition at line 37 of file qtgradientstopsmodel_p.h.