#include <qprocess.h>
Definition at line 68 of file qprocess.h.
Public Member Functions | |
QProcessEnvironment () | |
QProcessEnvironment (const QProcessEnvironment &other) | |
~QProcessEnvironment () | |
QProcessEnvironment & | operator= (const QProcessEnvironment &other) |
bool | operator== (const QProcessEnvironment &other) const |
bool | operator!= (const QProcessEnvironment &other) const |
bool | isEmpty () const |
void | clear () |
bool | contains (const QString &name) const |
void | insert (const QString &name, const QString &value) |
void | remove (const QString &name) |
QString | value (const QString &name, const QString &defaultValue=QString()) const |
QStringList | toStringList () const |
QStringList | keys () const |
void | insert (const QProcessEnvironment &e) |
Static Public Member Functions | |
static QProcessEnvironment | systemEnvironment () |
Friends | |
class | QProcessPrivate |
class | QProcessEnvironmentPrivate |
QProcessEnvironment | ( | const QProcessEnvironment & | other | ) |
~QProcessEnvironment | ( | ) |
QProcessEnvironment& operator= | ( | const QProcessEnvironment & | other | ) |
bool operator== | ( | const QProcessEnvironment & | other | ) | const |
|
inline |
Definition at line 77 of file qprocess.h.
bool isEmpty | ( | ) | const |
void clear | ( | ) |
bool contains | ( | const QString & | name | ) | const |
QStringList toStringList | ( | ) | const |
QStringList keys | ( | ) | const |
void insert | ( | const QProcessEnvironment & | e | ) |
|
static |
|
friend |
Definition at line 97 of file qprocess.h.
|
friend |
Definition at line 98 of file qprocess.h.