- 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
ConstructorsConstructorDescriptionSeeQRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo() QRemoteObjectSourceLocationInfo(String typeName_, QUrl hostUrl_) SeeQRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo(QString, QUrl) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.booleanSeeQRemoteObjectSourceLocationInfo::operator==(QRemoteObjectSourceLocationInfo)const final QUrlKotlin property getter.final StringKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QRemoteObjectSourceLocationInfo).final QUrlhostUrl()SeeQRemoteObjectSourceLocationInfo::hostUrl voidreadFrom(QDataStream stream) Seeoperator>>(QDataStream&,QRemoteObjectSourceLocationInfo&) final voidsetHostUrl(QUrl hostUrl) SeeQRemoteObjectSourceLocationInfo::hostUrl final voidsetTypeName(String typeName) SeeQRemoteObjectSourceLocationInfo::typeName toString()Seeoperator<<(QDebug,QRemoteObjectSourceLocationInfo) final StringtypeName()SeeQRemoteObjectSourceLocationInfo::typeName voidwriteTo(QDataStream stream) Seeoperator<<(QDataStream&,QRemoteObjectSourceLocationInfo) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRemoteObjectSourceLocationInfo
public QRemoteObjectSourceLocationInfo()See
QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo() -
QRemoteObjectSourceLocationInfo
See
QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo(QString, QUrl)
-
-
Method Details
-
writeTo
See
operator<<(QDataStream&,QRemoteObjectSourceLocationInfo) -
readFrom
See
operator>>(QDataStream&,QRemoteObjectSourceLocationInfo&) -
setHostUrl
See
QRemoteObjectSourceLocationInfo::hostUrl -
hostUrl
See
QRemoteObjectSourceLocationInfo::hostUrl -
setTypeName
See
QRemoteObjectSourceLocationInfo::typeName -
typeName
See
QRemoteObjectSourceLocationInfo::typeName -
equals
See
QRemoteObjectSourceLocationInfo::operator==(QRemoteObjectSourceLocationInfo)const -
hashCode
Returns the objects's hash code computed byqHash(QRemoteObjectSourceLocationInfo). -
toString
See
operator<<(QDebug,QRemoteObjectSourceLocationInfo) -
clone
Creates and returns a copy of this object.
-
getHostUrl
Kotlin property getter. In Java use
hostUrl()instead. -
getTypeName
Kotlin property getter. In Java use
typeName()instead.
-