java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QAccessible
- All Implemented Interfaces:
QtObjectInterface
Enums and static functions related to accessibility
Java wrapper for Qt's class QAccessible
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Java wrapper for Qt class QAccessible::ActivationObserverstatic enum
Java wrapper for Qt enum QAccessible::Eventstatic interface
Java wrapper for Qt function pointer QAccessible::InterfaceFactorystatic enum
Java wrapper for Qt enum QAccessible::InterfaceTypestatic final class
QFlags type for enumQAccessible.RelationFlag
static enum
Java wrapper for Qt enum QAccessible::RelationFlagstatic enum
Java wrapper for Qt enum QAccessible::Rolestatic interface
Java wrapper for Qt function pointer QAccessible::RootObjectHandlerstatic class
Java wrapper for Qt's class QAccessible::Statestatic enum
Java wrapper for Qt enum QAccessible::Textstatic enum
Java wrapper for Qt enum QAccessible::TextBoundaryTypestatic interface
Java wrapper for Qt function pointer QAccessible::UpdateHandlerNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic QAccessibleInterface
accessibleInterface
(int uniqueId) static void
deleteAccessibleInterface
(int uniqueId) static void
static void
static QAccessible.UpdateHandler
static boolean
isActive()
qAccessibleTextBoundaryHelper
(QTextCursor cursor, QAccessible.TextBoundaryType boundaryType) static QAccessibleInterface
queryAccessibleInterface
(QObject arg__1) static int
Call this function to ensure that manually created interfaces are properly memory managedstatic void
static void
static void
setActive
(boolean active) static void
setRootObject
(QObject object) static int
uniqueId
(QAccessibleInterface iface) static void
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QAccessible
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
accessibleInterface
-
deleteAccessibleInterface
public static void deleteAccessibleInterface(int uniqueId) -
installActivationObserver
-
installFactory
-
installRootObjectHandler
public static QAccessible.RootObjectHandler installRootObjectHandler(QAccessible.RootObjectHandler arg__1) -
installUpdateHandler
-
isActive
public static boolean isActive() -
qAccessibleTextBoundaryHelper
public static QPair<Integer,Integer> qAccessibleTextBoundaryHelper(QTextCursor cursor, QAccessible.TextBoundaryType boundaryType) -
queryAccessibleInterface
-
registerAccessibleInterface
Call this function to ensure that manually created interfaces are properly memory managed
See QAccessible::registerAccessibleInterface(QAccessibleInterface*)
-
removeActivationObserver
-
removeFactory
-
setActive
public static void setActive(boolean active) -
setRootObject
-
uniqueId
-
updateAccessibility
-