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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QProcessEnvironment other) final void
clear()
clone()
Creates and returns a copy of this object.final boolean
final boolean
equals
(QProcessEnvironment other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QProcessEnvironment)
.final void
final void
final boolean
isEmpty()
final QStringList
keys()
final void
final void
swap
(QProcessEnvironment other) static QProcessEnvironment
Returns the environment of the calling processfinal QStringList
final String
Overloaded function forvalue(java.lang.String, java.lang.String)
withdefaultValue = (String)null
.final String
Methods 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
.
-