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
qsgrhisupport.cpp File Reference

(d96f616722fc7b3f49ae671ecd20f50517920a96)

#include "qsgrhisupport_p.h"
#include "qsgcontext_p.h"
#include "qsgdefaultrendercontext_p.h"
#include <QtQuick/private/qquickitem_p.h>
#include <QtQuick/private/qquickwindow_p.h>
#include <QtGui/qwindow.h>
#include <QOperatingSystemVersion>
#include <QLockFile>
#include <QSaveFile>
#include <QStandardPaths>
#include <QDir>
#include <QFileInfo>
#include <QSysInfo>
#include <QOffscreenSurface>
#include <memory>
Include dependency graph for qsgrhisupport.cpp:

Go to the source code of this file.

Functions

static bool ensureWritableDir (const QString &name)
static QString automaticPipelineCacheDir ()
static QString automaticPipelineCacheFileName (QRhi *rhi)
static bool isAutomaticPipelineCacheLoadSkippedForWindow (Qt::WindowFlags wflags)
static bool isAutomaticPipelineCacheSaveSkippedForWindow (Qt::WindowFlags wflags)
static QString pipelineCacheLockFileName (const QString &name)

Function Documentation

◆ automaticPipelineCacheDir()

QString automaticPipelineCacheDir ( )
static

Definition at line 941 of file qsgrhisupport.cpp.

◆ automaticPipelineCacheFileName()

QString automaticPipelineCacheFileName ( QRhi * rhi)
inlinestatic

Definition at line 968 of file qsgrhisupport.cpp.

◆ ensureWritableDir()

bool ensureWritableDir ( const QString & name)
inlinestatic

Definition at line 935 of file qsgrhisupport.cpp.

◆ isAutomaticPipelineCacheLoadSkippedForWindow()

bool isAutomaticPipelineCacheLoadSkippedForWindow ( Qt::WindowFlags wflags)
inlinestatic

Definition at line 977 of file qsgrhisupport.cpp.

◆ isAutomaticPipelineCacheSaveSkippedForWindow()

bool isAutomaticPipelineCacheSaveSkippedForWindow ( Qt::WindowFlags wflags)
inlinestatic

Definition at line 982 of file qsgrhisupport.cpp.

◆ pipelineCacheLockFileName()

QString pipelineCacheLockFileName ( const QString & name)
inlinestatic

Definition at line 989 of file qsgrhisupport.cpp.