java.lang.Object
io.qt.QtObject
io.qt.core.QProcessEnvironment
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Holds the environment variables that can be passed to a program
Java wrapper for Qt class QProcessEnvironment
- Since:
- This class was introduced in Qt 4.6.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QProcessEnvironment other) final voidclear()clone()Creates and returns a copy of this object.final booleanfinal booleanequals(QProcessEnvironment other) booleaninthashCode()Returns the objects's hash code computed byqHash(QProcessEnvironment).final voidfinal voidfinal booleanisEmpty()final QStringListkeys()final voidfinal voidswap(QProcessEnvironment other) static QProcessEnvironmentReturns the environment of the calling processfinal QStringListfinal StringOverloaded function forvalue(java.lang.String, java.lang.String)withdefaultValue = (String)null.final StringMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QProcessEnvironment
public QProcessEnvironment() -
QProcessEnvironment
- Parameters:
other-
-
-
Method Details
-
clear
-
contains
- Parameters:
name-- Returns:
-
insert
- Parameters:
e-- Since:
- This function was introduced in Qt 4.8.
-
insert
- Parameters:
name-value-
-
isEmpty
- Returns:
-
keys
- Returns:
- Since:
- This function was introduced in Qt 4.8.
-
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
remove
- Parameters:
name-
-
swap
- Parameters:
other-- Since:
- This function was introduced in Qt 5.0.
-
toStringList
- Returns:
-
value
- Parameters:
name-defaultValue-- Returns:
-
systemEnvironment
Returns the environment of the calling process
- Returns:
- Since:
- This function was introduced in Qt 4.6.
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QProcessEnvironment). -
clone
Creates and returns a copy of this object.
See
QProcessEnvironment::QProcessEnvironment(QProcessEnvironment) -
value
Overloaded function for
value(java.lang.String, java.lang.String)withdefaultValue = (String)null.
-