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

(f10e599e3f6e5c77890281b44fad996542d60fca)

#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>
Include dependency graph for qstandardpaths_win.cpp:

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 ()

Function Documentation

◆ appendOrganizationAndApp()

void appendOrganizationAndApp ( QString & path)
static

Definition at line 42 of file qstandardpaths_win.cpp.

◆ appendTestMode()

void appendTestMode ( QString & path)
inlinestatic

Definition at line 56 of file qstandardpaths_win.cpp.

◆ convertCharArray()

QString convertCharArray ( const wchar_t * path)
static

Definition at line 25 of file qstandardpaths_win.cpp.

◆ isConfigLocation()

bool isConfigLocation ( QStandardPaths::StandardLocation type)
inlinestatic

Definition at line 35 of file qstandardpaths_win.cpp.

◆ isGenericConfigLocation()

bool isGenericConfigLocation ( QStandardPaths::StandardLocation type)
inlinestatic

Definition at line 30 of file qstandardpaths_win.cpp.

◆ isProcessLowIntegrity()

bool isProcessLowIntegrity ( )
static

Definition at line 62 of file qstandardpaths_win.cpp.

◆ qAppFileName()

QString qAppFileName ( )
extern

Definition at line 2413 of file qcoreapplication.cpp.

◆ sHGetKnownFolderPath()

QString sHGetKnownFolderPath ( const GUID & clsid)
static

Definition at line 148 of file qstandardpaths_win.cpp.

◆ writableSpecialFolderId()

GUID writableSpecialFolderId ( QStandardPaths::StandardLocation type)
static

Definition at line 85 of file qstandardpaths_win.cpp.