java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusSignature
- All Implemented Interfaces:
QtObjectInterface,Cloneable,Comparable<QDBusSignature>
Enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem
Java wrapper for Qt class QDBusSignature
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQDBusSignature::QDBusSignature(QString&&) QDBusSignature(String signature) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.intcompareTo(QDBusSignature other) final booleanequals(QDBusSignature rhs) Seeoperator==(QDBusSignature,QDBusSignature) 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
-
equals
See
operator==(QDBusSignature,QDBusSignature) -
setSignature
-
signature
-
swap
-
equals
See
operator==(QDBusSignature,QDBusSignature) -
compareTo
- Specified by:
compareToin interfaceComparable<QDBusSignature>
-
hashCode
Returns the objects's hash code computed byqHash(QDBusSignature). -
clone
Creates and returns a copy of this object.
-