java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusSignature
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable,Comparable<QDBusSignature>
Enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem
Java wrapper for Qt class QDBusSignature
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionSeeQDBusSignature::QDBusSignature(QString&&) QDBusSignature(String signature) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.intcompareTo(QDBusSignature other) booleanSeeoperator==(QDBusSignature,QDBusSignature) inthashCode()Returns the objects's hash code computed byqHash(QDBusSignature).final voidsetSignature(String signature) final Stringfinal voidswap(QDBusSignature other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDBusSignature
public QDBusSignature() -
QDBusSignature
See
QDBusSignature::QDBusSignature(QString&&) -
QDBusSignature
-
-
Method Details
-
setSignature
-
signature
-
swap
-
equals
See
operator==(QDBusSignature,QDBusSignature) - Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
compareTo
- Specified by:
compareToin interfaceComparable<QDBusSignature>
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(QDBusSignature). -
clone
Creates and returns a copy of this object.
-