| Trees | Indices | Help |
|---|
|
|
General functions for NVDA
|
|||
| NVDAObjects.NVDAObject |
|
||
| NVDAObjects.NVDAObject |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| NVDAObjects.NVDAObject |
|
||
|
|||
| boolean |
|
||
|
|||
|
|||
|
|||
| boolean |
|
||
| string |
|
||
| NVDAObjects.NVDAObject |
|
||
| str |
|
||
| str |
|
||
|
|||
Gets the current object with focus.
|
Gets the current foreground object.
|
Stores the given object as the current foreground object. (Note: it does not physically change the operating system foreground window, but only allows NVDA to keep track of what it is).
|
Stores an object as the current focus object. (Note: this does not physically change the window with focus in the operating system, but allows NVDA to keep track of the correct object). Before overriding the last object, this function calls event_loseFocus on the object to notify it that it is loosing focus.
|
Retreaves the current TextInfo instance representing the user's review position. If it is not set, it uses the user's set navigator object and creates a TextInfo from that. |
Sets a TextInfo instance as the review position. It sets the current navigator object to None so that the next time the navigator object is asked for it fetches it from the review position. |
Gets the current navigator object. Navigator objects can be used to navigate around the operating system (with the number pad) with out moving the focus. If the navigator object is not set, it fetches it from the review position.
|
Sets an object to be the current navigator object. Navigator objects can be used to navigate around the operating system (with the number pad) with out moving the focus. It also sets the current review position to None so that next time the review position is asked for, it is created from the navigator object.
|
Checks to see if key echo should be suppressed because the focus is currently on an object that has its protected state set.
|
Copies the given text to the windows clipboard.
|
Receives text from the windows clipboard.
|
Obtain the status bar for the current foreground object.
|
Get the text from a status bar. This includes the name of the status bar and the names and values of all of its children.
|
Replaces invalid characters in a given string to make a windows compatible file name.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:50 2011 | http://epydoc.sourceforge.net |