java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectSourceLocationInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QRemoteObjectSourceLocationInfo extends QtObject implements Cloneable
Java wrapper for Qt class QRemoteObjectSourceLocationInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QRemoteObjectSourceLocationInfo()
protected
QRemoteObjectSourceLocationInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only.QRemoteObjectSourceLocationInfo(String typeName_, QUrl hostUrl_)
-
Method Summary
Modifier and Type Method Description QRemoteObjectSourceLocationInfo
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
QUrl
hostUrl()
void
readFrom(QDataStream stream)
void
setHostUrl(QUrl hostUrl)
void
setTypeName(String typeName)
String
toString()
String
typeName()
void
writeTo(QDataStream stream)
-
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
-