Class QRemoteObjectSourceLocationInfo

java.lang.Object
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectSourceLocationInfo
All Implemented Interfaces:
io.qt.QtObjectInterface, Cloneable

public class QRemoteObjectSourceLocationInfo extends io.qt.QtObject implements 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

    Constructors
    Constructor
    Description
    See QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo()
    QRemoteObjectSourceLocationInfo(String typeName_, io.qt.core.QUrl hostUrl_)
    See QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo(QString,QUrl)
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates and returns a copy of this object.
    boolean
    equals(Object other)
    See QRemoteObjectSourceLocationInfo::operator==(QRemoteObjectSourceLocationInfo)const
    final io.qt.core.QUrl
    Kotlin property getter.
    final String
    Kotlin property getter.
    int
    Returns the objects's hash code computed by qHash(QRemoteObjectSourceLocationInfo).
    final io.qt.core.QUrl
    See QRemoteObjectSourceLocationInfo::hostUrl
    void
    readFrom(io.qt.core.QDataStream stream)
    See operator>>(QDataStream&,QRemoteObjectSourceLocationInfo&)
    final void
    setHostUrl(io.qt.core.QUrl hostUrl)
    See QRemoteObjectSourceLocationInfo::hostUrl
    final void
    setTypeName(String typeName)
    See QRemoteObjectSourceLocationInfo::typeName
    See operator<<(QDebug,QRemoteObjectSourceLocationInfo)
    final String
    See QRemoteObjectSourceLocationInfo::typeName
    void
    writeTo(io.qt.core.QDataStream stream)
    See operator<<(QDataStream&,QRemoteObjectSourceLocationInfo)

    Methods inherited from class io.qt.QtObject

    dispose, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • QRemoteObjectSourceLocationInfo

      public QRemoteObjectSourceLocationInfo()

      See QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo()

    • QRemoteObjectSourceLocationInfo

      public QRemoteObjectSourceLocationInfo(String typeName_, io.qt.core.QUrl hostUrl_)

      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

      @QtUninvokable public final void setTypeName(String typeName)

      See QRemoteObjectSourceLocationInfo::typeName

    • typeName

      @QtUninvokable public final String typeName()

      See QRemoteObjectSourceLocationInfo::typeName

    • equals

      @QtUninvokable public boolean equals(Object other)

      See QRemoteObjectSourceLocationInfo::operator==(QRemoteObjectSourceLocationInfo)const

      Overrides:
      equals in class io.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 by qHash(QRemoteObjectSourceLocationInfo).
      Overrides:
      hashCode in class Object
    • toString

      @QtUninvokable public String toString()

      See operator<<(QDebug,QRemoteObjectSourceLocationInfo)

      Overrides:
      toString in class Object
    • clone

      @QtUninvokable public QRemoteObjectSourceLocationInfo clone()

      Creates and returns a copy of this object.

      Overrides:
      clone in class Object
    • getHostUrl

      @QtUninvokable public final io.qt.core.QUrl getHostUrl()

      Kotlin property getter. In Java use hostUrl() instead.

    • getTypeName

      @QtUninvokable public final String getTypeName()

      Kotlin property getter. In Java use typeName() instead.