Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcolortransferfunction_p.h File Reference

(2b7ecfab7d8cb149ffc02285906f95906f2f1343)

#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 192 of file qcolortransferfunction_p.h.

◆ operator==()

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

Definition at line 188 of file qcolortransferfunction_p.h.

◆ Q_DECLARE_OPERATORS_FOR_FLAGS()

Q_DECLARE_OPERATORS_FOR_FLAGS ( QColorTransferFunction::Hints )