QProcessEnvironment Class Reference

QProcessEnvironment Class Reference

#include <qprocess.h>

Class Description

Definition at line 68 of file qprocess.h.

Public Member Functions

 QProcessEnvironment ()
 
 QProcessEnvironment (const QProcessEnvironment &other)
 
 ~QProcessEnvironment ()
 
QProcessEnvironmentoperator= (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
 

Constructor & Destructor Documentation

Member Function Documentation

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.

78  { return !(*this == other); }
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 QProcessEnvironment systemEnvironment ( )
static

Friends And Related Function Documentation

friend class QProcessPrivate
friend

Definition at line 97 of file qprocess.h.

friend class QProcessEnvironmentPrivate
friend

Definition at line 98 of file qprocess.h.


The documentation for this class was generated from the following file: