java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusVariant
- All Implemented Interfaces:
io.qt.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
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.booleanSeeoperator==(QDBusVariant,QDBusVariant) inthashCode()Returns the objects's hash code computed byqHash(QDBusVariant).final voidsetVariant(Object variant) final voidswap(QDBusVariant other) final Objectvariant()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) - Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(QDBusVariant). -
clone
Creates and returns a copy of this object.
-