| Trees | Indices | Help |
|---|
|
|
object --+
|
POR
Stores point-of-regard data for accessibles, the user, a Tier's focus, etc.
Note: This class is a structure and based on the LSR coding conventions its members (except for the adapters dictionary) can be accessed directly.
|
|||
|
|||
|
|||
|
|||
|
|||
| integer |
|
||
|
|||
| string |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
|
Inherited from |
|||
|
|||
| pyLinAcc.Accessible |
accessible The accessible of the control which has the point of regard. |
||
| dictionary |
adapters Cached adapters for AEInterfaces for this POR |
||
| 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 POR 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 |
|||
|
|||
Stores the provided accessible, offset to an item within the accessible, and offset to a character within the accessible.
|
Gets a cached instead of an adapter for this POR to one of the AEInterfaces.
|
Caches an adapter instance that has been previously used for this POR to provide the given interface.
|
Compares this POR to the one provided based on all their properties.
|
Hashes based on the accessible, item offset, and character offset rather than the ID of the POR itself.
|
Compares this POR to the one provided based on all their properties.
|
Gets a string describing this POR in terms of its accessible, item_offset, and char_offset
|
Checks if the character offset in this POR is the same as the one in the given POR.
|
Checks if the item offset in this POR is the same as the one in the given POR.
|
Checks if the accessible object in this POR is the same as the one in the given POR.
|
Checks if the character offset in this POR is after the one in the given POR.
|
Checks if the character offset in this POR is before the one in the given POR.
|
Checks if the item offset in this POR is before the one in the given POR.
|
Checks if the item offset in this POR is after the one in the given POR.
|
|
|||
incompleteIndicates that a POR might need additional processing before it is used when True. Some AEInterfaces.IEventHandler may create PORs 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 POR be corrected properly before it reaches a Perk 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 4 15:33:20 2007 | http://epydoc.sourceforge.net |