java.lang.Object
io.qt.internal.QtJambiObject
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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clear()
clone()
final boolean
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
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 = ""
.final String
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QProcessEnvironment
public QProcessEnvironment() -
QProcessEnvironment
-
QProcessEnvironment
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clear
-
contains
-
insert
-
insert
-
isEmpty
-
keys
-
remove
-
swap
-
toStringList
-
value
Overloaded function for
value(java.lang.String, java.lang.String)
withdefaultValue = ""
. -
value
-
systemEnvironment
Returns the environment of the calling process
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-