All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.activex.QAxBaseWidget Maven / Gradle / Ivy

package io.qt.activex;

import io.qt.*;


/**
 * 

Static properties and signals for QAxWidget

*

Java wrapper for Qt class QAxBaseWidget

*

This class was introduced in Qt 6.0.

*/ public abstract class QAxBaseWidget extends io.qt.widgets.QWidget implements io.qt.activex.QAxObjectInterface { static { QtJambi_LibraryUtilities.initialize(); } /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QAxBaseWidget.class); @NativeAccess private static final class ConcreteWrapper extends QAxBaseWidget { @NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @QtUninvokable public int classContext(){ return classContext_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static int classContext_native_constfct(long __this__nativeId); @Override @QtUninvokable public java.lang.@NonNull String control(){ return control_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static java.lang.String control_native_constfct(long __this__nativeId); @Override @QtUninvokable public void resetControl(){ resetControl_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static void resetControl_native(long __this__nativeId); @Override @QtUninvokable public void setClassContext(int classContext){ setClassContext_native_ulong(QtJambi_LibraryUtilities.internal.nativeId(this), classContext); } private native static void setClassContext_native_ulong(long __this__nativeId, int classContext); @Override @QtUninvokable public boolean setControl(java.lang.@NonNull String c){ return setControl_native_cref_QString(QtJambi_LibraryUtilities.internal.nativeId(this), c); } private native static boolean setControl_native_cref_QString(long __this__nativeId, java.lang.String c); } /** *

See QAxBaseWidget::exception(int,QString,QString,QString)

*/ public final @NonNull Signal4 exception = new Signal4<>(); /** *

See QAxBaseWidget::propertyChanged(QString)

*/ public final @NonNull Signal1 propertyChanged = new Signal1<>(); /** *

See QAxBaseWidget::signal(QString,int,void*)

*/ @SuppressWarnings({"unused"}) private final @NonNull Signal3 signal = new Signal3<>(); /** *

See QAxBaseWidget::QAxBaseWidget(QWidget*,Qt::WindowFlags)

*/ protected QAxBaseWidget(io.qt.widgets.@Nullable QWidget parent, io.qt.core.Qt.@NonNull WindowFlags f){ super((QPrivateConstructor)null); initialize_native(this, parent, f); } private native static void initialize_native(QAxBaseWidget instance, io.qt.widgets.QWidget parent, io.qt.core.Qt.WindowFlags f); /** *

See QAxObjectInterface::classContext()const

*/ @QtUninvokable public abstract int classContext(); private native static int classContext_native_constfct(long __this__nativeId); /** *

See QAxObjectInterface::control()const

*/ @QtUninvokable public abstract java.lang.@NonNull String control(); private native static java.lang.String control_native_constfct(long __this__nativeId); /** *

See QAxObjectInterface::resetControl()

*/ @QtUninvokable public abstract void resetControl(); private native static void resetControl_native(long __this__nativeId); /** *

See QAxObjectInterface::setClassContext(ulong)

*/ @QtUninvokable public abstract void setClassContext(int classContext); private native static void setClassContext_native_ulong(long __this__nativeId, int classContext); /** *

See QAxObjectInterface::setControl(QString)

*/ @QtUninvokable public abstract boolean setControl(java.lang.@NonNull String c); private native static boolean setControl_native_cref_QString(long __this__nativeId, java.lang.String c); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QAxBaseWidget(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QAxBaseWidget(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QAxBaseWidget instance, QDeclarativeConstructor constructor); /** *

Overloaded constructor for {@link #QAxBaseWidget(io.qt.widgets.QWidget, io.qt.core.Qt.WindowFlags)} * with f = new io.qt.core.Qt.WindowFlags(0).

*/ protected QAxBaseWidget(io.qt.widgets.@Nullable QWidget parent) { this(parent, new io.qt.core.Qt.WindowFlags(0)); } /** *

Overloaded constructor for {@link #QAxBaseWidget(io.qt.widgets.QWidget, io.qt.core.Qt.WindowFlags)}

*

with:

    *
  • parent = null
  • *
  • f = new io.qt.core.Qt.WindowFlags(0)
  • *
*/ protected QAxBaseWidget() { this((io.qt.widgets.QWidget)null, new io.qt.core.Qt.WindowFlags(0)); } /** *

Overloaded constructor for {@link #QAxBaseWidget(io.qt.widgets.QWidget, io.qt.core.Qt.WindowFlags)}.

*/ protected QAxBaseWidget(io.qt.widgets.@Nullable QWidget parent, io.qt.core.Qt.@NonNull WindowType @NonNull... f) { this(parent, new io.qt.core.Qt.WindowFlags(f)); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy