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

(c77af4304e2857ab37f65a1a63330fc4d9b3ee85)

#include "qqmlpreviewfileengine.h"
#include "qqmlpreviewservice.h"
#include <QtCore/qlibraryinfo.h>
#include <QtCore/qthread.h>
#include <QtCore/qwaitcondition.h>
#include <cstring>
Include dependency graph for qqmlpreviewfileengine.cpp:

Go to the source code of this file.

Classes

class  QQmlPreviewFileEngineIterator

Functions

static QT_BEGIN_NAMESPACE bool isRelative (const QString &path)
static QString absolutePath (const QString &path)
bool isRootPath (const QString &path)

Function Documentation

◆ absolutePath()

QString absolutePath ( const QString & path)
static

Definition at line 30 of file qqmlpreviewfileengine.cpp.

◆ isRelative()

QT_BEGIN_NAMESPACE bool isRelative ( const QString & path)
static

Definition at line 15 of file qqmlpreviewfileengine.cpp.

◆ isRootPath()

bool isRootPath ( const QString & path)

Definition at line 35 of file qqmlpreviewfileengine.cpp.