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's class QProcessEnvironment
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QProcessEnvironment::InitializationNested 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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
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
-
QProcessEnvironment
-
QProcessEnvironment
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clear
-
contains
-
inheritsFromParent
-
insert
-
insert
-
isEmpty
-
keys
-
remove
-
swap
-
toStringList
-
value
Overloaded function for
value(java.lang.String, java.lang.String)
withdefaultValue = (String)null
. -
value
-
systemEnvironment
Returns the environment of the calling process
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-