Class QtROClientIoDevice

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public abstract class QtROClientIoDevice extends QtROIoDeviceBase

Java wrapper for Qt class QtROClientIoDevice

  • Field Details

    • staticMetaObject

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

      public final QObject.Signal1<QtROClientIoDevice> shouldReconnect

      See QtROClientIoDevice::shouldReconnect(QtROClientIoDevice*)

  • Constructor Details

    • QtROClientIoDevice

      public QtROClientIoDevice(QObject parent)

      See QtROClientIoDevice::QtROClientIoDevice(QObject*)

    • QtROClientIoDevice

      public QtROClientIoDevice()

      Overloaded constructor for QtROClientIoDevice(io.qt.core.QObject) with parent = null.

  • Method Details

    • disconnectFromServer

      @QtUninvokable public final void disconnectFromServer()

      See QtROClientIoDevice::disconnectFromServer()

    • setUrl

      @QtUninvokable protected final void setUrl(QUrl url)

      See QtROClientIoDevice::setUrl(QUrl)

    • url

      @QtUninvokable public final QUrl url()

      See QtROClientIoDevice::url()const

    • connectToServer

      @QtUninvokable public abstract void connectToServer()

      See QtROClientIoDevice::connectToServer()

    • deviceType

      @QtUninvokable protected String deviceType()

      See QtROIoDeviceBase::deviceType()const

      Specified by:
      deviceType in class QtROIoDeviceBase
    • doDisconnectFromServer

      @QtUninvokable protected abstract void doDisconnectFromServer()

      See QtROClientIoDevice::doDisconnectFromServer()