Class QConnectionAbstractServer

java.lang.Object
io.qt.QtObject
io.qt.core.QObject
io.qt.remoteobjects.QConnectionAbstractServer
All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public abstract class QConnectionAbstractServer extends QObject

Java wrapper for Qt class QConnectionAbstractServer

  • Field Details

    • staticMetaObject

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

      public final QObject.Signal0 newConnection
  • Constructor Details

    • QConnectionAbstractServer

      public QConnectionAbstractServer()

      Overloaded constructor for

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

    • QConnectionAbstractServer

      public QConnectionAbstractServer(QObject parent)
    • QConnectionAbstractServer

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

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