Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGtk3Storage::Source Struct Reference

#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
 

Detailed Description

Definition at line 93 of file qgtk3storage_p.h.

Constructor & Destructor Documentation

◆ Source() [1/6]

QGtk3Storage::Source::Source ( QGtk3Interface::QGtkWidget wtype,
QGtk3Interface::QGtkColorSource csource,
GtkStateFlags cstate,
int bwidth = -1,
int bheight = -1 )
inline

◆ Source() [2/6]

◆ Source() [3/6]

◆ Source() [4/6]

◆ Source() [5/6]

QGtk3Storage::Source::Source ( const QBrush & brush)
inline

Definition at line 149 of file qgtk3storage_p.h.

References fix, and QGtk3Storage::FixedSource::fixedBrush.

◆ Source() [6/6]

QGtk3Storage::Source::Source ( )
inline

Definition at line 155 of file qgtk3storage_p.h.

Member Function Documentation

◆ isValid()

bool QGtk3Storage::Source::isValid ( ) const
inline

Definition at line 156 of file qgtk3storage_p.h.

References QGtk3Storage::Invalid, and sourceType.

◆ operator<<()

QDebug QGtk3Storage::Source::operator<< ( QDebug dbg)
inline

Definition at line 159 of file qgtk3storage_p.h.

References sourceType.

Member Data Documentation

◆ fix

FixedSource QGtk3Storage::Source::fix

Definition at line 97 of file qgtk3storage_p.h.

Referenced by Source().

◆ gtk3

Gtk3Source QGtk3Storage::Source::gtk3

Definition at line 95 of file qgtk3storage_p.h.

Referenced by Source().

◆ rec

RecursiveSource QGtk3Storage::Source::rec

Definition at line 96 of file qgtk3storage_p.h.

Referenced by Source(), Source(), and Source().

◆ sourceType

SourceType QGtk3Storage::Source::sourceType = SourceType::Invalid

Definition at line 94 of file qgtk3storage_p.h.

Referenced by isValid(), and operator<<().


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