![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlpreviewfileengine.h"
#include "qqmlpreviewservice.h"
#include <QtCore/qlibraryinfo.h>
#include <QtCore/qthread.h>
#include <QtCore/qwaitcondition.h>
#include <cstring>
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) |
Definition at line 30 of file qqmlpreviewfileengine.cpp.
References QDir::cleanPath(), QDir::currentPath(), and isRelative().
Referenced by QQuickPlatformFolderDialog::QQuickPlatformFolderDialog(), QWindowsFileSystemWatcherEngine::addPaths(), checkCanImportFromRootPaths(), QQmlPreviewFileEngineHandler::create(), QFileDialog::directoryUrl(), findAppBundleFiles(), handleCompileErrors(), QQmlDataTest::initTestCase(), QQmlImportDatabase::locateLocalQmldir(), QFileSystemModelPrivate::node(), readInputFile(), QWindowsFileSystemWatcherEngine::removePaths(), QWindowsFileSystemWatcherEngineThread::run(), scanImports(), QCocoaFileDialogHelper::selectFile(), QQmlPreviewFileEngine::setFileName(), QQuickPlatformFileDialog::show(), and wrapInFunction().
|
static |
Definition at line 15 of file qqmlpreviewfileengine.cpp.
Referenced by absolutePath(), find_translation(), QMediaStorageLocation::generateFileName(), QDir::isAbsolute(), QFileInfo::isAbsolute(), QQmlPreviewFileEngine::isRelativePath(), QTranslator::load(), QCss::Parser::parseTerm(), and QFileDialog::selectFile().
bool isRootPath | ( | const QString & | path | ) |
Definition at line 35 of file qqmlpreviewfileengine.cpp.
References QFileSystemEntry::isRootPath().
Referenced by QQmlPreviewFileEngineHandler::create(), and QQmlPreviewFileEngine::fileFlags().