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

(05f1bad85561dc77d7e08599b8119920ad62d6a1)

#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 31 of file qqmlpreviewfileengine.cpp.

◆ isRelative()

QT_BEGIN_NAMESPACE bool isRelative ( const QString & path)
static

Definition at line 16 of file qqmlpreviewfileengine.cpp.

◆ isRootPath()

bool isRootPath ( const QString & path)

Definition at line 36 of file qqmlpreviewfileengine.cpp.