Definition at line 68 of file qprocess.h.
#include <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 |
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 |
| bool operator!= | ( | const QProcessEnvironment & | other | ) | const [inline] |
Definition at line 77 of file qprocess.h.
{ return !(*this == other); }
| bool isEmpty | ( | ) | const |
| void clear | ( | ) |
| bool contains | ( | const QString & | name | ) | const |
| void remove | ( | const QString & | name | ) |
| QStringList toStringList | ( | ) | const |
| static QProcessEnvironment systemEnvironment | ( | ) | [static] |
friend class QProcessPrivate
[friend] |
Definition at line 93 of file qprocess.h.
friend class QProcessEnvironmentPrivate
[friend] |
Definition at line 94 of file qprocess.h.