Class QRemoteObjectRegistryHost

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public class QRemoteObjectRegistryHost extends QRemoteObjectHostBase

A (Host/Registry) node on a Qt Remote Objects network

Java wrapper for Qt's class QRemoteObjectRegistryHost

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QRemoteObjectRegistryHost

      public QRemoteObjectRegistryHost(QUrl registryAddress)

      Overloaded constructor for

      invalid @link
      {@link #(io.qt.core.QUrl, io.qt.core.QObject)
      } with parent = null.

    • QRemoteObjectRegistryHost

      public QRemoteObjectRegistryHost()

      Overloaded constructor for

      invalid @link
      {@link #(io.qt.core.QUrl, io.qt.core.QObject)
      }

      with:

      • registryAddress = new io.qt.core.QUrl()
      • parent = null
    • QRemoteObjectRegistryHost

      public QRemoteObjectRegistryHost(QUrl registryAddress, QObject parent)
    • QRemoteObjectRegistryHost

      protected QRemoteObjectRegistryHost(QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
    • QRemoteObjectRegistryHost

      protected QRemoteObjectRegistryHost(QObject.QDeclarativeConstructor constructor)
      Constructor for internal use only. It is not allowed to call the declarative constructor from inside Java.
  • Method Details