Class QRemoteObjectSourceLocationInfo

java.lang.Object
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

  • Constructor Details

    • QRemoteObjectSourceLocationInfo

      public QRemoteObjectSourceLocationInfo()

      See QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo()

    • QRemoteObjectSourceLocationInfo

      public QRemoteObjectSourceLocationInfo(QRemoteObjectSourceLocationInfo other)

      See QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo(QRemoteObjectSourceLocationInfo)

    • QRemoteObjectSourceLocationInfo

      public QRemoteObjectSourceLocationInfo(String typeName_, QUrl hostUrl_)

      See QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo(QString,QUrl)

    • QRemoteObjectSourceLocationInfo

      public QRemoteObjectSourceLocationInfo(String typeName_, String hostUrl_)
  • Method Details

    • writeTo

      @QtUninvokable public void writeTo(QDataStream stream)

      See operator<<(QDataStream&,QRemoteObjectSourceLocationInfo)

    • equals

      @QtUninvokable public final boolean equals(QRemoteObjectSourceLocationInfo other)

      See QRemoteObjectSourceLocationInfo::operator==(QRemoteObjectSourceLocationInfo)const

    • readFrom

      @QtUninvokable public void readFrom(QDataStream stream)

      See operator>>(QDataStream&,QRemoteObjectSourceLocationInfo&)

    • setHostUrl

      @QtUninvokable public final void setHostUrl(QUrl hostUrl)

      See QRemoteObjectSourceLocationInfo::hostUrl

    • hostUrl

      @QtUninvokable public final 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 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

      Creates and returns a copy of this object.

      See QRemoteObjectSourceLocationInfo::QRemoteObjectSourceLocationInfo(QRemoteObjectSourceLocationInfo)

      Overrides:
      clone in class Object
    • setHostUrl

      @QtUninvokable public final void setHostUrl(String hostUrl)

      Overloaded function for setHostUrl(io.qt.core.QUrl).