Class ClientIoDevice

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public abstract class ClientIoDevice extends IoDeviceBase

Java wrapper for Qt class ClientIoDevice

  • Field Details

    • staticMetaObject

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

      public final QObject.Signal1<ClientIoDevice> shouldReconnect
  • Constructor Details

    • ClientIoDevice

      public ClientIoDevice()

      Overloaded constructor for

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

    • ClientIoDevice

      public ClientIoDevice(QObject parent)
    • ClientIoDevice

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

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