- 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
ConstructorDescriptionSeeQRemoteObjectSourceLocationInfo::
QRemoteObjectSourceLocationInfo() QRemoteObjectSourceLocationInfo
(String typeName_, QUrl hostUrl_) SeeQRemoteObjectSourceLocationInfo::
QRemoteObjectSourceLocationInfo(QString, QUrl) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
SeeQRemoteObjectSourceLocationInfo::
operator==(QRemoteObjectSourceLocationInfo)const final QUrl
Kotlin property getter.final String
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QRemoteObjectSourceLocationInfo)
.final QUrl
hostUrl()
SeeQRemoteObjectSourceLocationInfo::
hostUrl void
readFrom
(QDataStream stream) Seeoperator>>(QDataStream&,
QRemoteObjectSourceLocationInfo&) final void
setHostUrl
(QUrl hostUrl) SeeQRemoteObjectSourceLocationInfo::
hostUrl final void
setTypeName
(String typeName) SeeQRemoteObjectSourceLocationInfo::
typeName toString()
Seeoperator<<(QDebug,
QRemoteObjectSourceLocationInfo) final String
typeName()
SeeQRemoteObjectSourceLocationInfo::
typeName void
writeTo
(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 -
getHostUrl
Kotlin property getter. In Java use
hostUrl()
instead. -
hostUrl
See
QRemoteObjectSourceLocationInfo::
hostUrl -
setTypeName
See
QRemoteObjectSourceLocationInfo::
typeName -
getTypeName
Kotlin property getter. In Java use
typeName()
instead. -
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.
-