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

(9dd45fff835a7c261dacc9ee6239d42ef1a74bbe)

#include <QtCore/QObject>
#include <QtCore/qabstractanimation.h>
#include <QtCore/QMutex>
#include <QtGui/QImage>
#include <QtGui/QSurfaceFormat>
#include <private/qtquickglobal_p.h>
#include <private/qrawfont_p.h>
#include <private/qfontengine_p.h>
#include <QtQuick/qsgnode.h>
#include <QtQuick/qsgrendererinterface.h>
#include <QtQuick/qsgtextnode.h>
#include <QtCore/qpointer.h>
+ Include dependency graph for qsgcontext_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSGContext
 The QSGContext holds the scene graph entry points for one QML engine. More...
 
class  QSGRenderContext
 
struct  QSGRenderContext::InitParams
 
struct  QSGRenderContext::FontKey
 

Functions

bool operator== (const QSGRenderContext::FontKey &f1, const QSGRenderContext::FontKey &f2)
 
size_t qHash (const QSGRenderContext::FontKey &f, size_t seed=0)
 

Function Documentation

◆ operator==()

bool operator== ( const QSGRenderContext::FontKey & f1,
const QSGRenderContext::FontKey & f2 )
inline

Definition at line 220 of file qsgcontext_p.h.

◆ qHash()

size_t qHash ( const QSGRenderContext::FontKey & f,
size_t seed = 0 )
inline

Definition at line 230 of file qsgcontext_p.h.