io.qt.gui.QAccessibleBridgePlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.gui;
/**
* Java wrapper for Qt class QAccessibleBridgePlugin
*/
public abstract class QAccessibleBridgePlugin extends io.qt.core.QObject
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QAccessibleBridgePlugin.class);
@io.qt.NativeAccess
private static final class ConcreteWrapper extends QAccessibleBridgePlugin {
@io.qt.NativeAccess
private ConcreteWrapper(QPrivateConstructor p) { super(p); }
@Override
@io.qt.QtUninvokable
public io.qt.gui.QAccessibleBridge create(java.lang.String key){
return create_native_cref_QString(QtJambi_LibraryUtilities.internal.nativeId(this), key);
}
@io.qt.QtUninvokable
private native io.qt.gui.QAccessibleBridge create_native_cref_QString(long __this__nativeId, java.lang.String key);
}
/**
* Overloaded constructor for {@link #QAccessibleBridgePlugin(io.qt.core.QObject)}
* with parent = null
.
*/
public QAccessibleBridgePlugin() {
this((io.qt.core.QObject)null);
}
public QAccessibleBridgePlugin(io.qt.core.QObject parent){
super((QPrivateConstructor)null);
initialize_native(this, parent);
}
private native static void initialize_native(QAccessibleBridgePlugin instance, io.qt.core.QObject parent);
@io.qt.QtUninvokable
public abstract io.qt.gui.QAccessibleBridge create(java.lang.String key);
@io.qt.QtUninvokable
private native io.qt.gui.QAccessibleBridge create_native_cref_QString(long __this__nativeId, java.lang.String key);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected QAccessibleBridgePlugin(QPrivateConstructor p) { super(p); }
/**
* Constructor for internal use only.
* It is not allowed to call the declarative constructor from inside Java.
*/
@io.qt.NativeAccess
protected QAccessibleBridgePlugin(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@io.qt.QtUninvokable
private static native void initialize_native(QAccessibleBridgePlugin instance, QDeclarativeConstructor constructor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy