|
|||||||||
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.RelationFlag
public static final class QAccessible.RelationFlag
This enum type defines bit flags that can be combined to indicate the relationship between two accessible objects. Implementations of relationTo() return a combination of these flags. Some values are mutually exclusive.
Implementations of navigate() can accept only one distinct value.
Field Summary | |
---|---|
static QAccessible.RelationFlag |
Ancestor
The first object is a parent of the second object. |
static QAccessible.RelationFlag |
Child
The first object is a direct child of the second object. |
static QAccessible.RelationFlag |
Controlled
The first object is controlled by the second object. |
static QAccessible.RelationFlag |
Controller
The first object controls the second object. |
static QAccessible.RelationFlag |
Covered
The first object is covered by the second object. |
static QAccessible.RelationFlag |
Covers
The first object covers the second object. |
static QAccessible.RelationFlag |
Descendent
The first object is an indirect child of the second object. |
static QAccessible.RelationFlag |
Down
The first object is below the second object. |
static QAccessible.RelationFlag |
FocusChild
The first object is the second object's focus child. |
static QAccessible.RelationFlag |
GeometryMask
|
static QAccessible.RelationFlag |
HierarchyMask
|
static QAccessible.RelationFlag |
Label
The first object is the label of the second object. |
static QAccessible.RelationFlag |
Labelled
The first object is labelled by the second object. |
static QAccessible.RelationFlag |
Left
The first object is left of the second object. |
static QAccessible.RelationFlag |
LogicalMask
|
static QAccessible.RelationFlag |
Right
The first object is right of the second object. |
static QAccessible.RelationFlag |
Self
The objects are the same. |
static QAccessible.RelationFlag |
Sibling
The objects are siblings. |
static QAccessible.RelationFlag |
Unrelated
The objects are unrelated. |
static QAccessible.RelationFlag |
Up
The first object is above the second object. |
Method Summary | |
---|---|
static QAccessible.Relation |
createQFlags(QAccessible.RelationFlag[] values)
|
static QAccessible.RelationFlag |
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.RelationFlag |
valueOf(java.lang.String name)
|
static QAccessible.RelationFlag[] |
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.RelationFlag Unrelated
public static final QAccessible.RelationFlag Self
public static final QAccessible.RelationFlag Ancestor
public static final QAccessible.RelationFlag Child
public static final QAccessible.RelationFlag Descendent
public static final QAccessible.RelationFlag Sibling
public static final QAccessible.RelationFlag HierarchyMask
public static final QAccessible.RelationFlag Up
public static final QAccessible.RelationFlag Down
public static final QAccessible.RelationFlag Left
public static final QAccessible.RelationFlag Right
public static final QAccessible.RelationFlag Covers
public static final QAccessible.RelationFlag Covered
public static final QAccessible.RelationFlag GeometryMask
public static final QAccessible.RelationFlag FocusChild
public static final QAccessible.RelationFlag Label
public static final QAccessible.RelationFlag Labelled
public static final QAccessible.RelationFlag Controller
public static final QAccessible.RelationFlag Controlled
public static final QAccessible.RelationFlag LogicalMask
Method Detail |
---|
public static QAccessible.RelationFlag[] values()
public static QAccessible.RelationFlag valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QAccessible.Relation createQFlags(QAccessible.RelationFlag[] values)
public static QAccessible.RelationFlag resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |