Module qtjambi
Package io.qt.gui

Class QAccessibleBridgePlugin

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public abstract class QAccessibleBridgePlugin extends QObject

Java wrapper for Qt class QAccessibleBridgePlugin

  • Field Details

    • staticMetaObject

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

    • QAccessibleBridgePlugin

      public QAccessibleBridgePlugin()

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

    • QAccessibleBridgePlugin

      public QAccessibleBridgePlugin(QObject parent)
    • QAccessibleBridgePlugin

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

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