| Trees | Indices | Help |
|---|
|
|
object --+
|
AccAdapt.Adapter --+
|
AccAdapt.PORAdapter --+
|
DefaultAccInfoAdapter
Adapts all AT-SPI accessibles to the IAccessibleNav interface. No condition for adaption is given imp`lying that this adapter is used as a default by AccAdapt when no better adapter is available. Expects the subject to be a POR.
|
|||
| dictionary |
|
||
| 3-tuple of float |
|
||
| float |
|
||
| dictionary |
|
||
| integer |
|
||
| POR |
|
||
| integer |
|
||
| list of string |
|
||
| string |
|
||
|
|||
| 2-tuple of integer |
|
||
| 2-tuple integer |
|
||
| 2-tuple integer |
|
||
| string |
|
||
| integer |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| dictionary |
|
||
| list of PORs |
|
||
| integer |
|
||
| string |
|
||
| 2-tuple of string, integer |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
| list of POR |
|
||
| list |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| boolean |
|
||
| list of string |
|
||
| list of string |
|
||
| integer |
|
||
| list of tuple of string |
|
||
| boolean |
|
||
| boolean |
|
||
| string |
|
||
| integer |
|
||
|
Inherited from Inherited from |
|||
|
|||
| list of Interface |
provides = [IAccessibleInfo]Interfaces provided by this adapter |
||
| tuple |
VISIBLE_STATES = Constants.STATE_VISIBLE, Constants.STATE_SHOWINGStates that an accessible must have to be considered visible |
||
| tuple |
TRIVIAL_STATES = Constants.STATE_DEFUNCT, Constants.STATE_INVAStates that an accessible must not have to be considered non-trivial |
||
| tuple |
TRIVIAL_ROLES = Constants.ROLE_INVALID, Constants.ROLE_GLASS_PRoles that an accessible must not have to be considered non-trivial |
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Gets a list of name:value attribute pairs for the subject.
|
Gets the minimum, maximum, and step for the floating point value exposed by the subject.
|
Gets the current floating point value of the subject
|
Gets all of the default text attributes assigned to the subject.
|
Gets the number of discontiguous selected text ranges.
|
Gets the current offset of the caret in this text object as a POR.
|
Gets the number of characters in a text body.
|
Gets a list of all text selections in the subject if n is None, or the nth selection if it is specified.
|
Gets all text starting at item offset + char offset up to the offset given by the POR. Gets from the beginning of the text if subject item offset is None. Gets to the end of the text if the POR item offset is None.
|
Returns the number of rows and columns in a table as a 2-tuple of integers Not implemented for non-Table objects.
|
Gets the size of the bounding box of an accessible.
|
Gets the visual position of the focal point wihin an accessible object, the center in a simple box-like control.
|
Gets the position of the accessible object, usually upper-left corner.
|
Gets the value of a given attribute name.
|
Gets the index of an item as its child index in its parent.
|
Gets the (tree) level for the item object implementing this interface. This is NOT IMPLEMENTED for non-tree objects.
|
Gets the row of the item object implementing this interface. This is NOT IMPLEMENTED for non-table objects.
|
Gets the column of the item object implementing this interface. This is NOT IMPLEMENTED for non-table objects.
|
Gets the 1D index of the cell at the given 2D row and column. This is not implemented for non-table objects.
|
Gets the column header text of the item object implementing this interface. This is NOT IMPLEMENTED for non-table objects.
|
Gets the row header text of the item object implementing this interface. This is NOT IMPLEMENTED for non-table objects.
|
Gets all the text attributes of a given accessible.
|
Gets a list PORs referring to the selected child acessibles within the subject accessible.
|
Gets the number of child accessibles for the object implementing this interface.
|
Gets the name of the application application to which the subject accessible belongs.
|
Gets a unique ID identifying the application to which the subject accessible belongs. Currently, the name and ID of the application are used. See http://www.linuxbase.org/~gk4/a11y/idl/interfaceAccessibility_1_1Application.html#o2 for information about the application ID.
|
Gets the POSIX locale of an application as a string. At the present time this routine returns only the locale set for messages.
|
Gets the accessible role name of the subject. Ignores the given item offset because the default adapter assumes there are no items.
|
Gets the accessible role of the subject. Ignores the given item offset because the default adapter assumes there are no items.
|
Gets the accessible name of the subject. Ignores the given item offset because the default adapter assumes there are no items.
|
Gets the accessible description of the subject. Ignores the given item offset because the default adapter assumes there are no items.
|
Gets the accessible text of this object or its name if the text is not available. Ignores the given item offset because the default adapter assumes there are no items.
|
Gets a list of accessibles related to the subject accessible in the manner given by kind. |
Gets a list of names of states indicating the current state of the given accessible. Ignores the given item offset because the default adapter assumes there are no items.
|
Gets whether or not the subject accessible is a top-level container in the accessible hierarchy.
|
Gets if the accessible should be considered trivial. This implementation considers an accessible trivial if the state is one of TRIVIAL_STATES or the role is one of TRIVIAL_ROLES.
|
Gets if an accessible is visible. This implementation considers an accessible visible if it has all of the states in VISIBLE_STATES.
|
Gets if the subject has the given state.
See Also: getAccStates |
Gets if the subject has at least one of the given states.
See Also: getAccStates |
Gets if the subject has all of the given states.
See Also: getAccStates |
Gets if the subject has the given role. The given string role is compared to the unlocalized string role of the accessible.
|
Gets if the subject has any one of the given roles. The given role strings are compared to the unlocalized string role of the accessible.
|
Gets the list of all action names defined by the subject.
|
Gets the list of all action descriptions defined by the subject.
|
Gets the number of available actions on the subject.
|
Gets the key bindings associated with all available actions. Parses the key bindings into tuples since some actions can have multiple ways of activating them dependent on the context.
|
Always False. Default accessibles don't allow embedding.
|
Gets whether or not the accessible considers itself embedded in its parent's content by calling the parent's allowsAccEmbeds method.
|
Obtain a resource locator ('URI') string which can be used to access the content to which this link "points" or is connected.
|
Obtain he number of separate anchors associated with this accessible.
|
|
|||
TRIVIAL_STATESStates that an accessible must not have to be considered non-trivial
|
TRIVIAL_ROLESRoles that an accessible must not have to be considered non-trivial
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 4 15:33:19 2007 | http://epydoc.sourceforge.net |