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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQProcessEnvironment::Initialization
-
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 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
-
-
Method Details
-
clear
-
contains
-
inheritsFromParent
-
insert
-
insert
-
isEmpty
-
keys
-
assign
-
equals
-
remove
-
swap
-
toStringList
-
value
-
systemEnvironment
Returns the environment of the calling process
-
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
.
-