
io.qt.gui.QAccessibleApplication 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 QAccessibleApplication
*/
public class QAccessibleApplication extends io.qt.gui.QAccessibleObject
{
public QAccessibleApplication(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QAccessibleApplication instance);
@io.qt.QtUninvokable
public io.qt.gui.QAccessibleInterface child(int index){
return child_native_int_constfct(QtJambi_LibraryUtilities.internal.nativeId(this), index);
}
private native static io.qt.gui.QAccessibleInterface child_native_int_constfct(long __this__nativeId, int index);
@io.qt.QtUninvokable
public int childCount(){
return childCount_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static int childCount_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public io.qt.gui.QAccessibleInterface focusChild(){
return focusChild_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static io.qt.gui.QAccessibleInterface focusChild_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public int indexOfChild(io.qt.gui.QAccessibleInterface arg__1){
return indexOfChild_native_const_QAccessibleInterface_ptr_constfct(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(arg__1));
}
private native static int indexOfChild_native_const_QAccessibleInterface_ptr_constfct(long __this__nativeId, long arg__1);
@io.qt.QtUninvokable
public io.qt.gui.QAccessibleInterface parent(){
return parent_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static io.qt.gui.QAccessibleInterface parent_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public io.qt.gui.QAccessible.Role role(){
return io.qt.gui.QAccessible.Role.resolve(role_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)));
}
private native static int role_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public io.qt.gui.QAccessible.State state(){
return state_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static io.qt.gui.QAccessible.State state_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public java.lang.String text(io.qt.gui.QAccessible.Text t){
return text_native_QAccessible_Text_constfct(QtJambi_LibraryUtilities.internal.nativeId(this), t.value());
}
private native static java.lang.String text_native_QAccessible_Text_constfct(long __this__nativeId, int t);
@io.qt.QtUninvokable
public io.qt.gui.QWindow window(){
return window_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static io.qt.gui.QWindow window_native_constfct(long __this__nativeId);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected QAccessibleApplication(QPrivateConstructor p) { super(p); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy