java.lang.Object
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectSourceLocationInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QRemoteObjectSourceLocationInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQRemoteObjectSourceLocationInfo
(String typeName_, QUrl hostUrl_) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used 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.final QUrl
Kotlin property getter.final String
Kotlin property getter.int
hashCode()
final QUrl
hostUrl()
void
readFrom
(QDataStream stream) final void
setHostUrl
(QUrl hostUrl) final void
setTypeName
(String typeName) toString()
final String
typeName()
void
writeTo
(QDataStream stream) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRemoteObjectSourceLocationInfo
public QRemoteObjectSourceLocationInfo() -
QRemoteObjectSourceLocationInfo
-
QRemoteObjectSourceLocationInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
writeTo
-
readFrom
-
setHostUrl
-
getHostUrl
Kotlin property getter. In Java use
hostUrl()
instead. -
hostUrl
-
setTypeName
-
getTypeName
Kotlin property getter. In Java use
typeName()
instead. -
typeName
-
equals
Description copied from class:QtObject
Used 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. -
hashCode
-
toString
-
clone
-