java.lang.Object
io.qt.internal.QtJambiObject
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
ModifierConstructorDescriptionprotected
Constructor for internal use only.QRemoteObjectSourceLocationInfo
(String typeName_, QUrl hostUrl_) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final QUrl
hostUrl()
void
readFrom
(QDataStream stream) final void
setHostUrl
(QUrl hostUrl) final void
setTypeName
(String typeName) toString()
final String
typeName()
void
writeTo
(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
-
hostUrl
-
setTypeName
-
typeName
-
equals
Description copied from class:QtObject
Used 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. -
hashCode
-
toString
-
clone
-