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
qpalette.h File Reference

(bcae883274a11a6a80a901a6e2776332992ed08e)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qwindowdefs.h>
#include <QtGui/qcolor.h>
#include <QtGui/qbrush.h>
+ Include dependency graph for qpalette.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPalette
 The QPalette class contains color groups for each widget state. More...
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &ds, const QPalette &p)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &ds, QPalette &p)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QPalette &)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & ds,
const QPalette & p )
related

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QPalette & p )

Definition at line 1265 of file qpalette.cpp.

References Qt::hex(), rolesToString(), and Qt::showbase().

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & ds,
QPalette & p )
related