Qt 4.8
|
#include <qprocess_p.h>
Classes | |
struct | MutexLocker |
struct | OrderedMutexLocker |
Public Types | |
typedef QHash< Key, Value > | Hash |
typedef QProcEnvKey | Key |
typedef QHash< QString, Key > | NameHash |
typedef QProcEnvValue | Value |
Public Functions | |
void | insert (const QProcessEnvironmentPrivate &other) |
QStringList | keys () const |
QString | nameToString (const Key &name) const |
Key | prepareName (const QString &name) const |
Value | prepareValue (const QString &value) const |
QStringList | toList () const |
QString | valueToString (const Value &value) const |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Static Public Functions | |
static QProcessEnvironment | fromList (const QStringList &list) |
Public Variables | |
Hash | hash |
QMutex | mutex |
NameHash | nameMap |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 146 of file qprocess_p.h.
typedef QHash<Key, Value> QProcessEnvironmentPrivate::Hash |
Definition at line 212 of file qprocess_p.h.
Definition at line 149 of file qprocess_p.h.
typedef QHash<QString, Key> QProcessEnvironmentPrivate::NameHash |
Definition at line 216 of file qprocess_p.h.
Definition at line 150 of file qprocess_p.h.
|
static |
Definition at line 167 of file qprocess.cpp.
Referenced by QProcess::setEnvironment().
void QProcessEnvironmentPrivate::insert | ( | const QProcessEnvironmentPrivate & | other | ) |
Definition at line 196 of file qprocess.cpp.
Referenced by QProcessEnvironment::insert().
QStringList QProcessEnvironmentPrivate::keys | ( | ) | const |
Definition at line 185 of file qprocess.cpp.
Referenced by QProcessEnvironment::keys().
Definition at line 152 of file qprocess_p.h.
Referenced by QProcessEnvironment::contains(), QProcessEnvironment::insert(), QProcessEnvironment::remove(), and QProcessEnvironment::value().
Definition at line 154 of file qprocess_p.h.
Referenced by QProcessEnvironment::insert().
QStringList QProcessEnvironmentPrivate::toList | ( | ) | const |
Definition at line 150 of file qprocess.cpp.
Referenced by QProcessEnvironment::toStringList().
Definition at line 155 of file qprocess_p.h.
Referenced by toList(), and QProcessEnvironment::value().
Hash QProcessEnvironmentPrivate::hash |
Definition at line 213 of file qprocess_p.h.
Referenced by QProcessEnvironment::clear(), QProcessEnvironment::contains(), QProcessEnvironment::insert(), insert(), QProcessEnvironment::isEmpty(), keys(), QProcessEnvironment::operator==(), QProcessEnvironmentPrivate::OrderedMutexLocker::OrderedMutexLocker(), qt_create_commandline(), QProcessEnvironment::remove(), QProcessEnvironment::systemEnvironment(), toList(), and QProcessEnvironment::value().
|
mutable |
Definition at line 219 of file qprocess_p.h.
Referenced by QProcessEnvironmentPrivate::OrderedMutexLocker::OrderedMutexLocker().
|
mutable |
Definition at line 217 of file qprocess_p.h.
Referenced by insert(), and QProcessEnvironmentPrivate::OrderedMutexLocker::OrderedMutexLocker().