![]() |
Qt 6.x
The Qt SDK
|
#include <qgtk3storage_p.h>
Collaboration diagram for QGtk3Storage::Source: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 (const QBrush &brush) | |
| Source () | |
| bool | isValid () const |
| QDebug | operator<< (QDebug dbg) |
Public Attributes | |
| SourceType | sourceType = SourceType::Invalid |
| Gtk3Source | gtk3 |
| RecursiveSource | rec |
| FixedSource | fix |
Definition at line 90 of file qgtk3storage_p.h.
|
inline |
Definition at line 97 of file qgtk3storage_p.h.
References gtk3, QGtk3Storage::Gtk3Source::gtkWidgetType, QGtk3Storage::Gtk3Source::height, QGtk3Storage::Gtk3Source::source, QGtk3Storage::Gtk3Source::state, and QGtk3Storage::Gtk3Source::width.
|
inline |
Definition at line 108 of file qgtk3storage_p.h.
References QGtk3Storage::RecursiveSource::colorGroup, QGtk3Storage::RecursiveSource::colorRole, QGtk3Storage::RecursiveSource::colorScheme, QGtk3Storage::RecursiveSource::lighter, and rec.
|
inline |
Definition at line 119 of file qgtk3storage_p.h.
References QGtk3Storage::RecursiveSource::colorGroup, QGtk3Storage::RecursiveSource::colorRole, QGtk3Storage::RecursiveSource::colorScheme, QGtk3Storage::RecursiveSource::deltaBlue, QGtk3Storage::RecursiveSource::deltaGreen, QGtk3Storage::RecursiveSource::deltaRed, and rec.
|
inline |
Definition at line 132 of file qgtk3storage_p.h.
References QGtk3Storage::RecursiveSource::colorGroup, QGtk3Storage::RecursiveSource::colorRole, QGtk3Storage::RecursiveSource::colorScheme, QGtk3Storage::RecursiveSource::deltaBlue, QGtk3Storage::RecursiveSource::deltaGreen, QGtk3Storage::RecursiveSource::deltaRed, QGtk3Storage::RecursiveSource::lighter, and rec.
|
inline |
Definition at line 146 of file qgtk3storage_p.h.
References fix, and QGtk3Storage::FixedSource::fixedBrush.
|
inline |
Definition at line 152 of file qgtk3storage_p.h.
|
inline |
Definition at line 153 of file qgtk3storage_p.h.
References QGtk3Storage::Invalid, and sourceType.
Definition at line 156 of file qgtk3storage_p.h.
References sourceType.
| FixedSource QGtk3Storage::Source::fix |
Definition at line 94 of file qgtk3storage_p.h.
Referenced by Source().
| Gtk3Source QGtk3Storage::Source::gtk3 |
Definition at line 92 of file qgtk3storage_p.h.
Referenced by Source().
| RecursiveSource QGtk3Storage::Source::rec |
Definition at line 93 of file qgtk3storage_p.h.
| SourceType QGtk3Storage::Source::sourceType = SourceType::Invalid |
Definition at line 91 of file qgtk3storage_p.h.
Referenced by isValid(), and operator<<().