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

(e2cdb1f7425319904df3eb728ca30e4f21bcc006)

#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 511 of file qstandardpaths.cpp.

◆ existsAsSpecified()

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

Definition at line 443 of file qstandardpaths.cpp.

◆ fallbackPathVariable()

Q_DECL_COLD_FUNCTION QString fallbackPathVariable ( )
static

Definition at line 479 of file qstandardpaths.cpp.

◆ searchExecutable()

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

Definition at line 521 of file qstandardpaths.cpp.

Variable Documentation

◆ qsp_testMode

Q_CONSTINIT bool qsp_testMode = false
static

Definition at line 668 of file qstandardpaths.cpp.