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

(13860157d9a5bd3beb7a594830d6d5f8936453ef)

#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 224 of file qsgcontext_p.h.

◆ qHash()

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

Definition at line 234 of file qsgcontext_p.h.