![]() |
Qt 6.x
The Qt SDK
|
#include "qstandardpaths.h"
#include <qdir.h>
#include <qstringlist.h>
#include <qcoreapplication.h>
#include <qt_windows.h>
#include <shlobj.h>
#include <intshcut.h>
#include <qvarlengtharray.h>
Go to the source code of this file.
Functions | |
static QString | convertCharArray (const wchar_t *path) |
static bool | isGenericConfigLocation (QStandardPaths::StandardLocation type) |
static bool | isConfigLocation (QStandardPaths::StandardLocation type) |
static void | appendOrganizationAndApp (QString &path) |
static void | appendTestMode (QString &path) |
static bool | isProcessLowIntegrity () |
static GUID | writableSpecialFolderId (QStandardPaths::StandardLocation type) |
static QString | sHGetKnownFolderPath (const GUID &clsid) |
QString | qAppFileName () |
Definition at line 41 of file qstandardpaths_win.cpp.
References QCoreApplication::applicationName, QString::isEmpty(), QCoreApplication::organizationName, and Q_UNUSED.
Definition at line 55 of file qstandardpaths_win.cpp.
References QStandardPaths::isTestModeEnabled().
|
static |
Definition at line 24 of file qstandardpaths_win.cpp.
References QDir::fromNativeSeparators(), and QString::fromWCharArray().
Referenced by sHGetKnownFolderPath().
|
inlinestatic |
Definition at line 34 of file qstandardpaths_win.cpp.
References QStandardPaths::AppConfigLocation, QStandardPaths::AppDataLocation, QStandardPaths::AppLocalDataLocation, QStandardPaths::ConfigLocation, and isGenericConfigLocation().
|
inlinestatic |
Definition at line 29 of file qstandardpaths_win.cpp.
References QStandardPaths::GenericConfigLocation, and QStandardPaths::GenericDataLocation.
Referenced by isConfigLocation().
|
static |
Definition at line 61 of file qstandardpaths_win.cpp.
References QVarLengthArray< T, Prealloc >::data(), QVarLengthArray< T, Prealloc >::resize(), and QVLABaseBase::size().
Referenced by writableSpecialFolderId().
QString qAppFileName | ( | ) |
Definition at line 13 of file qcoreapplication_mac.cpp.
References QString::isEmpty().
Referenced by QCoreApplication::applicationFilePath().
|
static |
Definition at line 143 of file qstandardpaths_win.cpp.
References convertCharArray(), and Q_LIKELY.
|
static |
Definition at line 84 of file qstandardpaths_win.cpp.
References isProcessLowIntegrity(), and QStandardPaths::TemplatesLocation.