![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| QMap< qreal, QtGradientStop * > | m_posToStop |
| QHash< QtGradientStop *, qreal > | m_stopToPos |
| QHash< QtGradientStop *, bool > | m_selection |
| QtGradientStop * | m_current = nullptr |
Definition at line 54 of file qtgradientstopsmodel.cpp.
| QtGradientStop * QtGradientStopsModelPrivate::m_current = nullptr |
Definition at line 62 of file qtgradientstopsmodel.cpp.
| QMap< qreal, QtGradientStop * > QtGradientStopsModelPrivate::m_posToStop |
Definition at line 59 of file qtgradientstopsmodel.cpp.
| QHash< QtGradientStop *, bool > QtGradientStopsModelPrivate::m_selection |
Definition at line 61 of file qtgradientstopsmodel.cpp.
| QHash< QtGradientStop *, qreal > QtGradientStopsModelPrivate::m_stopToPos |
Definition at line 60 of file qtgradientstopsmodel.cpp.