Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtGradientStopsModelPrivate Class Reference
+ Collaboration diagram for QtGradientStopsModelPrivate:

Public Attributes

QMap< qreal, QtGradientStop * > m_posToStop
 
QHash< QtGradientStop *, qrealm_stopToPos
 
QHash< QtGradientStop *, bool > m_selection
 
QtGradientStopm_current = nullptr
 

Detailed Description

Definition at line 54 of file qtgradientstopsmodel.cpp.

Member Data Documentation

◆ m_current

QtGradientStop * QtGradientStopsModelPrivate::m_current = nullptr

Definition at line 62 of file qtgradientstopsmodel.cpp.

◆ m_posToStop

QMap< qreal, QtGradientStop * > QtGradientStopsModelPrivate::m_posToStop

Definition at line 59 of file qtgradientstopsmodel.cpp.

◆ m_selection

QHash< QtGradientStop *, bool > QtGradientStopsModelPrivate::m_selection

Definition at line 61 of file qtgradientstopsmodel.cpp.

◆ m_stopToPos

QHash< QtGradientStop *, qreal > QtGradientStopsModelPrivate::m_stopToPos

Definition at line 60 of file qtgradientstopsmodel.cpp.


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