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

(21885c14da1cd85040eccf359072f72232f3c733)

#include "qstandardpaths.h"
#include <qdir.h>
#include <qfileinfo.h>
#include <qvarlengtharray.h>
#include <qobject.h>
#include <qcoreapplication.h>
#include "moc_qstandardpaths.cpp"
Include dependency graph for qstandardpaths.cpp:

Go to the source code of this file.

Functions

static bool existsAsSpecified (const QString &path, QStandardPaths::LocateOptions options)
static Q_DECL_COLD_FUNCTION QString fallbackPathVariable ()
static QString checkExecutable (const QString &path)
static QString searchExecutable (const QStringList &searchPaths, const QString &executableName)

Variables

static Q_CONSTINIT bool qsp_testMode = false

Function Documentation

◆ checkExecutable()

QString checkExecutable ( const QString & path)
static

Definition at line 461 of file qstandardpaths.cpp.

◆ existsAsSpecified()

bool existsAsSpecified ( const QString & path,
QStandardPaths::LocateOptions options )
static

Definition at line 393 of file qstandardpaths.cpp.

◆ fallbackPathVariable()

Q_DECL_COLD_FUNCTION QString fallbackPathVariable ( )
static

Definition at line 429 of file qstandardpaths.cpp.

◆ searchExecutable()

QString searchExecutable ( const QStringList & searchPaths,
const QString & executableName )
inlinestatic

Definition at line 471 of file qstandardpaths.cpp.

Variable Documentation

◆ qsp_testMode

Q_CONSTINIT bool qsp_testMode = false
static

Definition at line 618 of file qstandardpaths.cpp.