java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectSourceLocationInfo
- 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
ConstructorsModifierConstructorDescriptionprotectedQRemoteObjectSourceLocationInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QRemoteObjectSourceLocationInfo(String typeName_, io.qt.core.QUrl hostUrl_) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final io.qt.core.QUrlhostUrl()voidreadFrom(io.qt.core.QDataStream stream) final voidsetHostUrl(io.qt.core.QUrl hostUrl) final voidsetTypeName(String typeName) toString()final StringtypeName()voidwriteTo(io.qt.core.QDataStream stream) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRemoteObjectSourceLocationInfo
public QRemoteObjectSourceLocationInfo() -
QRemoteObjectSourceLocationInfo
-
QRemoteObjectSourceLocationInfo
protected QRemoteObjectSourceLocationInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
writeTo
@QtUninvokable public void writeTo(io.qt.core.QDataStream stream) -
readFrom
@QtUninvokable public void readFrom(io.qt.core.QDataStream stream) -
setHostUrl
@QtUninvokable public final void setHostUrl(io.qt.core.QUrl hostUrl) -
hostUrl
@QtUninvokable public final io.qt.core.QUrl hostUrl() -
setTypeName
-
typeName
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
toString
-
clone
-