NAME
Qt::Gui::QAccessible
PUBLIC METHODS
- static void cleanup()
- static void initialize()
- static void installFactory(QAccessible::InterfaceFactory arg0)
- static QAccessible::RootObjectHandler installRootObjectHandler(QAccessible::RootObjectHandler arg0)
- static QAccessible::UpdateHandler installUpdateHandler(QAccessible::UpdateHandler arg0)
- static bool isActive()
- static QAccessibleInterface * queryAccessibleInterface(QObject * arg0)
- static void removeFactory(QAccessible::InterfaceFactory arg0)
- static void setRootObject(QObject * arg0)
- static void updateAccessibility(QObject * arg0, int who, QAccessible::Event reason)
ENUM VALUES
- SoundPlayed
- Alert
- ForegroundChanged
- MenuStart
- MenuEnd
- PopupMenuStart
- PopupMenuEnd
- ContextHelpStart
- ContextHelpEnd
- DragDropStart
- DragDropEnd
- DialogStart
- DialogEnd
- ScrollingStart
- ScrollingEnd
- MenuCommand
- ObjectCreated
- ObjectDestroyed
- ObjectShow
- ObjectHide
- ObjectReorder
- Focus
- Selection
- SelectionAdd
- SelectionRemove
- SelectionWithin
- StateChanged
- LocationChanged
- NameChanged
- DescriptionChanged
- ValueChanged
- ParentChanged
- HelpChanged
- DefaultActionChanged
- AcceleratorChanged
- Normal
- Selected
- Focused
- Pressed
- Checked
- Mixed
- ReadOnly
- HotTracked
- DefaultButton
- Expanded
- Collapsed
- Busy
- Marqueed
- Animated
- Invisible
- Offscreen
- Sizeable
- Movable
- SelfVoicing
- Focusable
- Selectable
- Linked
- Traversed
- MultiSelectable
- ExtSelectable
- Protected
- HasPopup
- Modal
- HasInvokeExtension
- NoRole
- TitleBar
- MenuBar
- ScrollBar
- Grip
- Sound
- Cursor
- Caret
- AlertMessage
- Window
- Client
- PopupMenu
- MenuItem
- ToolTip
- Application
- Document
- Pane
- Chart
- Dialog
- Border
- Grouping
- Separator
- ToolBar
- StatusBar
- Table
- ColumnHeader
- RowHeader
- Column
- Row
- Cell
- Link
- HelpBalloon
- Assistant
- List
- ListItem
- Tree
- TreeItem
- PageTab
- PropertyPage
- Indicator
- Graphic
- StaticText
- EditableText
- PushButton
- CheckBox
- RadioButton
- ComboBox
- ProgressBar
- Dial
- HotkeyField
- Slider
- SpinBox
- Canvas
- Animation
- Equation
- ButtonDropDown
- ButtonMenu
- ButtonDropGrid
- Whitespace
- PageTabList
- Clock
- Splitter
- LayeredPane
- UserRole
- Name
- Description
- Value
- Help
- Accelerator
- UserText
- Self
- Ancestor
- Child
- Descendent
- Sibling
- HierarchyMask
- Up
- Down
- Left
- Right
- Covers
- Covered
- GeometryMask
- FocusChild
- Label
- Labelled
- Controller
- Controlled
- LogicalMask
- DefaultAction
- Press
- FirstStandardAction
- SetFocus
- Increase
- Decrease
- Accept
- Cancel
- Select
- ClearSelection
- RemoveSelection
- ExtendSelection
- AddToSelection
- LastStandardAction
- ListSupportedMethods
- SetCursorPosition
- GetCursorPosition
- ForegroundColor
- BackgroundColor
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.