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

(b010899398751c97ffa6e2954af52b4a36d98334)

#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.