NAME
Qt::Core::QProcessEnvironment
PUBLIC METHODS
- QProcessEnvironment()
- QProcessEnvironment(const QProcessEnvironment & other)
- ~QProcessEnvironment()
- void clear()
- bool contains(const QString & name)
- void insert(const QString & name, const QString & value)
- bool isEmpty()
- bool operator!=(const QProcessEnvironment & other)
- QProcessEnvironment & operator=(const QProcessEnvironment & other)
- bool operator==(const QProcessEnvironment & other)
- void remove(const QString & name)
- static QProcessEnvironment systemEnvironment()
- QStringList toStringList()
- QString value(const QString & name, const QString & defaultValue)
- QString value(const QString & name, const QString & defaultValue = QString())
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.