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

(a07519f51f2733447aab07442a895d227bcfbbb0)

#include <QtGui/private/qtguiglobal_p.h>
#include <QtCore/QFlags>
#include <cmath>
+ Include dependency graph for qcolortransferfunction_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QColorTransferFunction
 

Functions

 Q_DECLARE_OPERATORS_FOR_FLAGS (QColorTransferFunction::Hints)
 
bool operator== (const QColorTransferFunction &f1, const QColorTransferFunction &f2)
 
bool operator!= (const QColorTransferFunction &f1, const QColorTransferFunction &f2)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QColorTransferFunction & f1,
const QColorTransferFunction & f2 )
inline

Definition at line 186 of file qcolortransferfunction_p.h.

◆ operator==()

bool operator== ( const QColorTransferFunction & f1,
const QColorTransferFunction & f2 )
inline

Definition at line 182 of file qcolortransferfunction_p.h.

◆ Q_DECLARE_OPERATORS_FOR_FLAGS()

Q_DECLARE_OPERATORS_FOR_FLAGS ( QColorTransferFunction::Hints )