|
|||||||||
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.StateFlag
public static final class QAccessible.StateFlag
This enum type defines bit flags that can be combined to indicate the state of an accessible object. The values are: Implementations of QAccessibleInterface::state()
return a combination of these flags.
Field Summary | |
---|---|
static QAccessible.StateFlag |
Animated
The object's appearance changes frequently. |
static QAccessible.StateFlag |
Busy
The object cannot accept input at the moment. |
static QAccessible.StateFlag |
Checked
The object's check box is checked. |
static QAccessible.StateFlag |
Collapsed
The object is collapsed, e.g. |
static QAccessible.StateFlag |
DefaultButton
The object represents the default button in a dialog. |
static QAccessible.StateFlag |
Expanded
The object is expandable, and currently the children are visible. |
static QAccessible.StateFlag |
ExtSelectable
The object supports extended selection. |
static QAccessible.StateFlag |
Focusable
The object can receive focus. |
static QAccessible.StateFlag |
Focused
The object has keyboard focus. |
static QAccessible.StateFlag |
HasInvokeExtension
|
static QAccessible.StateFlag |
HasPopup
The object opens a popup. |
static QAccessible.StateFlag |
HotTracked
The object's appearance is sensitive to the mouse cursor position. |
static QAccessible.StateFlag |
Invisible
The object is not visible to the user. |
static QAccessible.StateFlag |
Linked
The object is linked to another object, e.g. |
static QAccessible.StateFlag |
Marqueed
The object displays scrolling contents, e.g. |
static QAccessible.StateFlag |
Mixed
The state of the object is not determined, e.g. |
static QAccessible.StateFlag |
Modal
The object blocks input from other objects. |
static QAccessible.StateFlag |
Movable
The object can be moved. |
static QAccessible.StateFlag |
MultiSelectable
The object supports multiple selected items. |
static QAccessible.StateFlag |
Normal
The normal state. |
static QAccessible.StateFlag |
Offscreen
The object is clipped by the visible area. |
static QAccessible.StateFlag |
Pressed
The object is pressed. |
static QAccessible.StateFlag |
Protected
The object is password protected, e.g. |
static QAccessible.StateFlag |
ReadOnly
The object can usually be edited, but is explicitly set to read-only. |
static QAccessible.StateFlag |
Selectable
The object is selectable. |
static QAccessible.StateFlag |
Selected
The object is selected. |
static QAccessible.StateFlag |
SelfVoicing
The object describes itself through speech or sound. |
static QAccessible.StateFlag |
Sizeable
The object can be resized, e.g. |
static QAccessible.StateFlag |
Traversed
The object is linked and has been visited. |
static QAccessible.StateFlag |
Unavailable
The object is unavailable to the user, e.g. |
Method Summary | |
---|---|
static QAccessible.State |
createQFlags(QAccessible.StateFlag[] values)
|
static QAccessible.StateFlag |
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.StateFlag |
valueOf(java.lang.String name)
|
static QAccessible.StateFlag[] |
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.StateFlag Normal
public static final QAccessible.StateFlag Unavailable
public static final QAccessible.StateFlag Selected
public static final QAccessible.StateFlag Focused
public static final QAccessible.StateFlag Pressed
public static final QAccessible.StateFlag Checked
public static final QAccessible.StateFlag Mixed
public static final QAccessible.StateFlag ReadOnly
public static final QAccessible.StateFlag HotTracked
public static final QAccessible.StateFlag DefaultButton
public static final QAccessible.StateFlag Expanded
public static final QAccessible.StateFlag Collapsed
public static final QAccessible.StateFlag Busy
public static final QAccessible.StateFlag Marqueed
public static final QAccessible.StateFlag Animated
public static final QAccessible.StateFlag Invisible
public static final QAccessible.StateFlag Offscreen
public static final QAccessible.StateFlag Sizeable
public static final QAccessible.StateFlag Movable
public static final QAccessible.StateFlag SelfVoicing
public static final QAccessible.StateFlag Focusable
public static final QAccessible.StateFlag Selectable
public static final QAccessible.StateFlag Linked
public static final QAccessible.StateFlag Traversed
public static final QAccessible.StateFlag MultiSelectable
public static final QAccessible.StateFlag ExtSelectable
public static final QAccessible.StateFlag Protected
public static final QAccessible.StateFlag HasPopup
public static final QAccessible.StateFlag Modal
public static final QAccessible.StateFlag HasInvokeExtension
Method Detail |
---|
public static QAccessible.StateFlag[] values()
public static QAccessible.StateFlag valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QAccessible.State createQFlags(QAccessible.StateFlag[] values)
public static QAccessible.StateFlag resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |