- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Java wrapper for Qt class QRemoteObjectSourceLocationInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionSeeQRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo() QRemoteObjectSourceLocationInfo(String typeName_, io.qt.core.QUrl hostUrl_) SeeQRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo(QString, QUrl) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.booleanSeeQRemoteObjectSourceLocationInfo::operator==(QRemoteObjectSourceLocationInfo)const final io.qt.core.QUrlKotlin property getter.final StringKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QRemoteObjectSourceLocationInfo).final io.qt.core.QUrlhostUrl()SeeQRemoteObjectSourceLocationInfo::hostUrl voidreadFrom(io.qt.core.QDataStream stream) Seeoperator>>(QDataStream&,QRemoteObjectSourceLocationInfo&) final voidsetHostUrl(io.qt.core.QUrl hostUrl) SeeQRemoteObjectSourceLocationInfo::hostUrl final voidsetTypeName(String typeName) SeeQRemoteObjectSourceLocationInfo::typeName toString()Seeoperator<<(QDebug,QRemoteObjectSourceLocationInfo) final StringtypeName()SeeQRemoteObjectSourceLocationInfo::typeName voidwriteTo(io.qt.core.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
@QtUninvokable public void writeTo(io.qt.core.QDataStream stream) See
operator<<(QDataStream&,QRemoteObjectSourceLocationInfo) -
readFrom
@QtUninvokable public void readFrom(io.qt.core.QDataStream stream) See
operator>>(QDataStream&,QRemoteObjectSourceLocationInfo&) -
setHostUrl
@QtUninvokable public final void setHostUrl(io.qt.core.QUrl hostUrl) See
QRemoteObjectSourceLocationInfo::hostUrl -
hostUrl
@QtUninvokable public final io.qt.core.QUrl hostUrl()See
QRemoteObjectSourceLocationInfo::hostUrl -
setTypeName
See
QRemoteObjectSourceLocationInfo::typeName -
typeName
See
QRemoteObjectSourceLocationInfo::typeName -
equals
See
QRemoteObjectSourceLocationInfo::operator==(QRemoteObjectSourceLocationInfo)const - Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int 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
@QtUninvokable public final io.qt.core.QUrl getHostUrl()Kotlin property getter. In Java use
hostUrl()instead. -
getTypeName
Kotlin property getter. In Java use
typeName()instead.
-