| Top |
void
AccessibleRelation_ref (AccessibleRelation *obj);
Increment the reference count for an AccessibleRelation object.
void
AccessibleRelation_unref (AccessibleRelation *obj);
Decrement the reference count for an AccessibleRelation object.
int
AccessibleRelation_getNTargets (AccessibleRelation *obj);
Get the number of objects which this relationship has as its target objects (the subject is the Accessible from which this AccessibleRelation originated).
a short integer indicating how many target objects which the originating Accessible object has the AccessibleRelation relationship with.
Accessible * AccessibleRelation_getTarget (AccessibleRelation *obj,int i);
Get the i
-th target of a specified AccessibleRelation relationship.
obj |
a pointer to the AccessibleRelation object to query. |
|
i |
a (zero-index) integer indicating which (of possibly several) target is requested. |
an Accessible which is the i
-th object with which the
originating Accessible has relationship specified in the
AccessibleRelation object.
AccessibleRelationType
AccessibleRelation_getRelationType (AccessibleRelation *obj);
Get the type of relationship represented by an AccessibleRelation.
an AccessibleRelationType indicating the type of relation encapsulated in this AccessibleRelation object.
Describes the type of the relation
|
Not used, this is an invalid value for this enumeration. |
||
|
Indicates an object is a label for one or more target objects. |
||
|
Indicates an object is labelled by one or more target objects. |
||
|
Indicates an object is an controller for one or more target objects. |
||
|
Indicates an object controlled by one or more target objects. |
||
|
Indicates an object is a member of a group of one or more target objects. |
||
|
Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell. |
||
|
This value indicates that a relation other than those pre-specified by this version of AT-SPI is present. |
||
|
Indicates that the object has content that flows logically to another AtkObject in a sequential way, (for instance text-flow). |
||
|
Indicates that the object has content that flows logically from another AtkObject in a sequential way, (for instance text-flow). |
||
|
Indicates a subwindow attached to a component but otherwise has no connection in the UI heirarchy to that component. |
||
|
Indicates that the object visually embeds another object's content, i.e. this object's content flows around another's content. |
||
|
Inverse of |
||
|
Indicates that an object is a popup for another object. |
||
|
Indicates that an object is a parent window of another object. |
||
|
Indicates that an object provides descriptive information about another object; more verbose than |
||
|
Indicates that another object provides descriptive information about this object; more verbose than |
||
|
Indicates an object is a cell in a treetable and is expanded to display other cells in the same column. |
||
|
Do not use, this is an implementation detail used to identify the size of this enumeration. |