![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QColorDialogStaticData:Public Types | |
| enum | { CustomColorCount = 16 , StandardColorCount = 6 * 8 } |
Public Member Functions | |
| QColorDialogStaticData () | |
| void | readSettings () |
| void | writeSettings () const |
Public Attributes | |
| QRgb | customRgb [CustomColorCount] |
| QRgb | standardRgb [StandardColorCount] |
| bool | customSet |
Definition at line 239 of file qplatformdialoghelper.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| CustomColorCount | |
| StandardColorCount | |
Definition at line 242 of file qplatformdialoghelper.cpp.
| QColorDialogStaticData::QColorDialogStaticData | ( | ) |
Definition at line 253 of file qplatformdialoghelper.cpp.
References CustomColorCount, customRgb, i, qRgb(), readSettings(), and standardRgb.
Here is the call graph for this function:
|
inline |
Definition at line 264 of file qplatformdialoghelper.cpp.
References CustomColorCount, customRgb, i, QString::number(), QStringLiteral, settings, QSettings::UserScope, and QSettings::value().
Referenced by QColorDialogStaticData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 276 of file qplatformdialoghelper.cpp.
References CustomColorCount, customRgb, customSet, i, QString::number(), QStringLiteral, settings, QSettings::setValue(), and QSettings::UserScope.
Here is the call graph for this function:| QRgb QColorDialogStaticData::customRgb[CustomColorCount] |
Definition at line 248 of file qplatformdialoghelper.cpp.
Referenced by QColorDialogStaticData(), readSettings(), and writeSettings().
| bool QColorDialogStaticData::customSet |
Definition at line 250 of file qplatformdialoghelper.cpp.
Referenced by writeSettings().
| QRgb QColorDialogStaticData::standardRgb[StandardColorCount] |
Definition at line 249 of file qplatformdialoghelper.cpp.
Referenced by QColorDialogStaticData().