Uses of Enum
io.qt.gui.QAccessible.Role
Packages that use QAccessible.Role
-
Uses of QAccessible.Role in io.qt.gui
Methods in io.qt.gui that return QAccessible.RoleModifier and TypeMethodDescriptionstatic QAccessible.Role
QAccessible.Role.resolve
(int value) Returns the corresponding enum entry for the given value.QAccessibleApplication.role()
SeeQAccessibleInterface::
role()const abstract QAccessible.Role
QAccessibleInterface.Impl.role()
QAccessibleInterface.role()
abstract QAccessible.Role
QAccessibleObject.role()
static QAccessible.Role
Returns the enum constant of this type with the specified name.static QAccessible.Role[]
QAccessible.Role.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QAccessible.Role in io.qt.widgets
Methods in io.qt.widgets that return QAccessible.RoleConstructors in io.qt.widgets with parameters of type QAccessible.RoleModifierConstructorDescriptionOverloaded constructor forQAccessibleWidget(io.qt.widgets.QWidget, io.qt.gui.QAccessible.Role, java.lang.String)
withname = (String)null
.QAccessibleWidget
(QWidget o, QAccessible.Role r, String name)