![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgtk3storage_p.h>
Public Member Functions | |
Source (QGtk3Interface::QGtkWidget wtype, QGtk3Interface::QGtkColorSource csource, GtkStateFlags cstate, int bwidth=-1, int bheight=-1) | |
Source (QPalette::ColorGroup group, QPalette::ColorRole role, Qt::ColorScheme scheme, int p_lighter=100) | |
Source (QPalette::ColorGroup group, QPalette::ColorRole role, Qt::ColorScheme scheme, int p_red, int p_green, int p_blue) | |
Source (QPalette::ColorGroup group, QPalette::ColorRole role, Qt::ColorScheme scheme, int p_lighter, int p_red, int p_green, int p_blue) | |
Source (QPalette::ColorGroup sourceGroup, QPalette::ColorRole role1, QPalette::ColorRole role2) | |
Source (const QBrush &brush) | |
Source () | |
bool | isValid () const |
QDebug | operator<< (QDebug dbg) |
Public Attributes | |
SourceType | sourceType = SourceType::Invalid |
Gtk3Source | gtk3 |
RecursiveSource | rec |
FixedSource | fix |
MixSources | mix |
Definition at line 119 of file qgtk3storage_p.h.
|
inline |
Definition at line 127 of file qgtk3storage_p.h.
References QGtk3Storage::Gtk, and sourceType.
|
inline |
Definition at line 138 of file qgtk3storage_p.h.
References QGtk3Storage::Modified, and sourceType.
|
inline |
Definition at line 149 of file qgtk3storage_p.h.
References QGtk3Storage::Modified, and sourceType.
|
inline |
Definition at line 162 of file qgtk3storage_p.h.
References QGtk3Storage::Modified, and sourceType.
|
inline |
Definition at line 176 of file qgtk3storage_p.h.
References QGtk3Storage::Mixed, and sourceType.
|
inline |
Definition at line 186 of file qgtk3storage_p.h.
References QGtk3Storage::Fixed, and sourceType.
|
inline |
Definition at line 192 of file qgtk3storage_p.h.
References QGtk3Storage::Invalid, and sourceType.
|
inline |
Definition at line 193 of file qgtk3storage_p.h.
References QGtk3Storage::Invalid, and sourceType.
Definition at line 196 of file qgtk3storage_p.h.
References sourceType.
FixedSource QGtk3Storage::Source::fix |
Definition at line 123 of file qgtk3storage_p.h.
Gtk3Source QGtk3Storage::Source::gtk3 |
Definition at line 121 of file qgtk3storage_p.h.
MixSources QGtk3Storage::Source::mix |
Definition at line 124 of file qgtk3storage_p.h.
RecursiveSource QGtk3Storage::Source::rec |
Definition at line 122 of file qgtk3storage_p.h.
SourceType QGtk3Storage::Source::sourceType = SourceType::Invalid |
Definition at line 120 of file qgtk3storage_p.h.
Referenced by Source(), Source(), Source(), Source(), Source(), Source(), Source(), isValid(), operator<<(), and QGtk3Json::save().