java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusVariant
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Enables the programmer to identify the variant type provided by the D-Bus typesystem
Java wrapper for Qt class QDBusVariant
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Seeoperator==(QDBusVariant,
QDBusVariant) int
hashCode()
Returns the objects's hash code computed byqHash(QDBusVariant)
.final void
setVariant
(Object variant) final void
swap
(QDBusVariant other) final Object
variant()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDBusVariant
public QDBusVariant() -
QDBusVariant
-
-
Method Details
-
setVariant
-
swap
-
variant
-
equals
See
operator==(QDBusVariant,
QDBusVariant) -
hashCode
Returns the objects's hash code computed byqHash(QDBusVariant)
. -
clone
Creates and returns a copy of this object.
-