| Trees | Indices | Help |
|
|---|
|
|
object --+
|
AEPor
Note: This class is a structure and based on the SUE coding conventions its members (except for the adapters dictionary) can be accessed directly.
|
|||
|
|||
|
|||
|
|||
|
|||
| integer |
|
||
|
|||
| string |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
|
Inherited from |
|||
|
|||
pyatspi.Accessibility.Accessible
|
accessible The accessible of the control which has the point of regard. |
||
| dictionary |
adapters Cached adapters for AEAccInterfaces for this AEPor |
||
| integer |
char_offset Offset of the character at the caret or virtual cursor within the accessible and the item which has the point of regard. |
||
| boolean |
incomplete Indicates that a AEPor might need additional processing before it is used when True. |
||
| integer or None |
item_offset Offset of the Item within the accessible which has the point of regard. |
||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
incompleteIndicates that a AEPor might need additional processing before it is used when True. Some AEAccInterfaces.IEventHandler may create AEPors that have an item in the accessible slot instead of its parent as the accessible and its index as the item_offset in order to save time for events that may never be handled. This flag indicates this situation and suggests that the AEPor be corrected properly before it reaches a AEScript and its tasks for processing.
|
item_offsetOffset of the Item within the accessible which has the point of regard. Set to None to indicate the accessible has only 1 item. When restricting to visible, this offset will still be relative to total. For example, when the first item in a table is not visible, but the first item is requested, this index will not be 0 (the first in the table), but instead will be the index of the first visible cell. For text, this will be the character index of the first character in the line requested (i.e. the first visible line in the example above).
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:55 2008 | http://epydoc.sourceforge.net |