|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QAccessible.Role
public static final class QAccessible.Role
This enum defines the role of an accessible object. The roles are:
Field Summary | |
---|---|
static QAccessible.Role |
AlertMessage
An object that is used to alert the user. |
static QAccessible.Role |
Animation
An object that displays an animation. |
static QAccessible.Role |
Application
The application's main window. |
static QAccessible.Role |
Assistant
An object that provids interactive help. |
static QAccessible.Role |
Border
An object that represents a border. |
static QAccessible.Role |
ButtonDropDown
A button that drops down a list of items. |
static QAccessible.Role |
ButtonDropGrid
A button that drops down a grid. |
static QAccessible.Role |
ButtonMenu
A button that drops down a menu. |
static QAccessible.Role |
Canvas
An object that displays graphics that the user can interact with. |
static QAccessible.Role |
Caret
An object that represents the system caret (text cursor). |
static QAccessible.Role |
Cell
A cell in a table. |
static QAccessible.Role |
Chart
An object that displays a graphical representation of data. |
static QAccessible.Role |
CheckBox
An object that represents an option that can be checked or unchecked. |
static QAccessible.Role |
Client
The client area in a window. |
static QAccessible.Role |
Clock
A clock displaying time. |
static QAccessible.Role |
Column
|
static QAccessible.Role |
ColumnHeader
A column of cells, usually within a table. |
static QAccessible.Role |
ComboBox
A list of choices that the user can select from. |
static QAccessible.Role |
Cursor
An object that represents the mouse cursor. |
static QAccessible.Role |
Dial
|
static QAccessible.Role |
Dialog
An object that represents a dial or knob. |
static QAccessible.Role |
Document
A document window, usually in an MDI environment. |
static QAccessible.Role |
EditableText
Editable text |
static QAccessible.Role |
Equation
An object that represents a mathematical equation. |
static QAccessible.Role |
Graphic
A graphic or picture, e.g. |
static QAccessible.Role |
Grip
A grip that the user can drag to change the size of widgets. |
static QAccessible.Role |
Grouping
An object that represents a logical grouping of other objects. |
static QAccessible.Role |
HelpBalloon
An object that displays help in a separate, short lived window. |
static QAccessible.Role |
HotkeyField
A hotkey field that allows the user to enter a key sequence. |
static QAccessible.Role |
Indicator
An indicator that represents a current value or item. |
static QAccessible.Role |
LayeredPane
An object that can contain layered children, e.g. |
static QAccessible.Role |
Link
A link to something else. |
static QAccessible.Role |
List
A list of items, from which the user can select one or more items. |
static QAccessible.Role |
ListItem
An item in a list of items. |
static QAccessible.Role |
MenuBar
A menu bar from which menus are opened by the user. |
static QAccessible.Role |
MenuItem
An item in a menu or menu bar. |
static QAccessible.Role |
NoRole
The object has no role. |
static QAccessible.Role |
PageTab
A page tab that the user can select to switch to a different page in a dialog. |
static QAccessible.Role |
PageTabList
A list of page tabs. |
static QAccessible.Role |
Pane
A generic container. |
static QAccessible.Role |
PopupMenu
A menu which lists options that the user can select to perform an action. |
static QAccessible.Role |
ProgressBar
The object displays the progress of an operation in progress. |
static QAccessible.Role |
PropertyPage
A property page where the user can change options and settings. |
static QAccessible.Role |
PushButton
A button. |
static QAccessible.Role |
RadioButton
An object that represents an option that is mutually exclusive with other options. |
static QAccessible.Role |
Row
|
static QAccessible.Role |
RowHeader
A row of cells, usually within a table. |
static QAccessible.Role |
ScrollBar
A scroll bar, which allows the user to scroll the visible area. |
static QAccessible.Role |
Separator
A separator that divides space into logical areas. |
static QAccessible.Role |
Slider
A slider that allows the user to select a value within a given range. |
static QAccessible.Role |
Sound
An object that represents a sound. |
static QAccessible.Role |
SpinBox
A spin box widget that allows the user to enter a value within a given range. |
static QAccessible.Role |
Splitter
A splitter distributing available space between its child widgets. |
static QAccessible.Role |
StaticText
Static text, such as labels for other widgets. |
static QAccessible.Role |
StatusBar
A status bar. |
static QAccessible.Role |
Table
A table representing data in a grid of rows and columns. |
static QAccessible.Role |
TitleBar
The title bar caption of a window. |
static QAccessible.Role |
ToolBar
A tool bar, which groups widgets that the user accesses frequently. |
static QAccessible.Role |
ToolTip
A tool tip which provides information about other objects. |
static QAccessible.Role |
Tree
A list of items in a tree structure. |
static QAccessible.Role |
TreeItem
An item in a tree structure. |
static QAccessible.Role |
UserRole
The first value to be used for user defined roles. |
static QAccessible.Role |
Whitespace
Blank space between other objects. |
static QAccessible.Role |
Window
A top level window. |
Method Summary | |
---|---|
static QAccessible.Role |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QAccessible.Role |
valueOf(java.lang.String name)
|
static QAccessible.Role[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QAccessible.Role NoRole
public static final QAccessible.Role TitleBar
public static final QAccessible.Role MenuBar
public static final QAccessible.Role ScrollBar
public static final QAccessible.Role Grip
public static final QAccessible.Role Sound
public static final QAccessible.Role Cursor
public static final QAccessible.Role Caret
public static final QAccessible.Role AlertMessage
public static final QAccessible.Role Window
public static final QAccessible.Role Client
public static final QAccessible.Role PopupMenu
public static final QAccessible.Role MenuItem
public static final QAccessible.Role ToolTip
public static final QAccessible.Role Application
public static final QAccessible.Role Document
public static final QAccessible.Role Pane
public static final QAccessible.Role Chart
public static final QAccessible.Role Dialog
public static final QAccessible.Role Border
public static final QAccessible.Role Grouping
public static final QAccessible.Role Separator
public static final QAccessible.Role ToolBar
public static final QAccessible.Role StatusBar
public static final QAccessible.Role Table
public static final QAccessible.Role ColumnHeader
public static final QAccessible.Role RowHeader
public static final QAccessible.Role Column
public static final QAccessible.Role Row
public static final QAccessible.Role Cell
public static final QAccessible.Role Link
public static final QAccessible.Role HelpBalloon
public static final QAccessible.Role Assistant
public static final QAccessible.Role List
public static final QAccessible.Role ListItem
public static final QAccessible.Role Tree
public static final QAccessible.Role TreeItem
public static final QAccessible.Role PageTab
public static final QAccessible.Role PropertyPage
public static final QAccessible.Role Indicator
public static final QAccessible.Role Graphic
public static final QAccessible.Role StaticText
public static final QAccessible.Role EditableText
public static final QAccessible.Role PushButton
public static final QAccessible.Role CheckBox
public static final QAccessible.Role RadioButton
public static final QAccessible.Role ComboBox
public static final QAccessible.Role ProgressBar
public static final QAccessible.Role Dial
public static final QAccessible.Role HotkeyField
public static final QAccessible.Role Slider
public static final QAccessible.Role SpinBox
public static final QAccessible.Role Canvas
public static final QAccessible.Role Animation
public static final QAccessible.Role Equation
public static final QAccessible.Role ButtonDropDown
public static final QAccessible.Role ButtonMenu
public static final QAccessible.Role ButtonDropGrid
public static final QAccessible.Role Whitespace
public static final QAccessible.Role PageTabList
public static final QAccessible.Role Clock
public static final QAccessible.Role Splitter
public static final QAccessible.Role LayeredPane
public static final QAccessible.Role UserRole
Method Detail |
---|
public static QAccessible.Role[] values()
public static QAccessible.Role valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QAccessible.Role resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |