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
ConstructorsModifierConstructorDescriptionQRemoteObjectSourceLocationInfo(String typeName_, QUrl hostUrl_) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()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.final QUrlKotlin property getter.final StringKotlin property getter.inthashCode()final QUrlhostUrl()voidreadFrom(QDataStream stream) final voidsetHostUrl(QUrl hostUrl) final voidsetTypeName(String typeName) toString()final StringtypeName()voidwriteTo(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: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. -
hashCode
-
toString
-
clone
-