java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusObjectPath
- All Implemented Interfaces:
QtObjectInterface,Cloneable,Comparable<QDBusObjectPath>
Enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem
Java wrapper for Qt's class QDBusObjectPath
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQDBusObjectPath(String path) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()intcompareTo(QDBusObjectPath other) booleanUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.inthashCode()final Stringpath()final voidfinal voidswap(QDBusObjectPath other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDBusObjectPath
public QDBusObjectPath() -
QDBusObjectPath
-
QDBusObjectPath
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
path
-
setPath
-
swap
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
compareTo
- Specified by:
compareToin interfaceComparable<QDBusObjectPath>
-
hashCode
-
clone
-