Package appModules :: Module msnmsgr :: Class OldMSNHistory
[hide private]
[frames] | no frames]

Class OldMSNHistory

source code

                       object --+                
                                |                
    baseObject.AutoPropertyObject --+            
                                    |            
          baseObject.ScriptableObject --+        
                                        |        
              cursorManager.CursorManager --+    
                                            |    
            cursorManager.ReviewCursorManager --+
                                                |
                   object --+                   |
                            |                   |
baseObject.AutoPropertyObject --+               |
                                |               |
      baseObject.ScriptableObject --+           |
                                    |           |
               NVDAObjects.NVDAObject --+       |
                                        |       |
                NVDAObjects.window.Window --+   |
                                            |   |
          NVDAObjects.IAccessible.IAccessible --+
                                                |
                                               OldMSNHistory

Nested Classes [hide private]

Inherited from NVDAObjects.NVDAObject: TextInfo, __metaclass__

Instance Methods [hide private]
 
_get_basicText(self) source code
basestring
_get_value(self)
The value of this object (example: the current percentage of a scrollbar, the selected option in a combo box).
source code
 
event_valueChange(self) source code
 
event_gainFocus(self)
This code is executed if a gain focus event is received by this object.
source code
 
reportFocus(self)
Announces this object in a way suitable such that it gained focus.
source code

Inherited from cursorManager.ReviewCursorManager: initCursorManager, makeTextInfo

Inherited from cursorManager.ReviewCursorManager (private): _get_selection, _set_selection

Inherited from cursorManager.CursorManager: __init__, doFindText, doFindTextDialog, initOverlayClass, script_bottomOfDocument, script_copyToClipboard, script_endOfLine, script_find, script_findNext, script_findPrevious, script_moveByCharacter_back, script_moveByCharacter_forward, script_moveByLine_back, script_moveByLine_forward, script_moveByPage_back, script_moveByPage_forward, script_moveByParagraph_back, script_moveByParagraph_forward, script_moveByWord_back, script_moveByWord_forward, script_selectAll, script_selectCharacter_back, script_selectCharacter_forward, script_selectLine_back, script_selectLine_forward, script_selectPage_back, script_selectPage_forward, script_selectParagraph_back, script_selectParagraph_forward, script_selectToBeginningOfLine, script_selectToBottomOfDocument, script_selectToEndOfLine, script_selectToTopOfDocument, script_selectWord_back, script_selectWord_forward, script_startOfLine, script_topOfDocument

Inherited from cursorManager.CursorManager (private): _caretMovementScriptHelper, _selectionMovementScriptHelper

Inherited from NVDAObjects.IAccessible.IAccessible: doAction, event_IA2AttributeChange, event_alert, event_caret, event_selection, event_selectionAdd, event_selectionRemove, event_selectionWithIn, findOverlayClasses, getActionName, isDuplicateIAccessibleEvent, isPointInObject, scrollIntoView, setFocus

Inherited from NVDAObjects.IAccessible.IAccessible (private): _getIA2RelationFirstTarget, _get_IA2Attributes, _get_IAccessibleIdentity, _get_IAccessibleRole, _get_IAccessibleStates, _get_TextInfo, _get__IA2Relations, _get_actionCount, _get_activeChild, _get_allowIAccessibleChildIDAndChildCountForPositionInfo, _get_childCount, _get_children, _get_columnCount, _get_columnNumber, _get_decodedAccDescription, _get_description, _get_devInfo, _get_embeddingTextInfo, _get_firstChild, _get_flowsFrom, _get_flowsTo, _get_groupName, _get_hasFocus, _get_indexInParent, _get_isPresentableFocusAncestor, _get_keyboardShortcut, _get_labeledBy, _get_lastChild, _get_location, _get_name, _get_next, _get_parent, _get_positionInfo, _get_presentationType, _get_previous, _get_role, _get_rowCount, _get_rowNumber, _get_shouldAllowIAccessibleFocusEvent, _get_states, _get_table, _isEqual

Inherited from NVDAObjects.window.Window: correctAPIForRelation, redraw

Inherited from NVDAObjects.window.Window (private): _get_displayText, _get_isInForeground, _get_isWindowUnicode, _get_processHandle, _get_processID, _get_windowClassName, _get_windowControlID, _get_windowStyle, _get_windowText, _get_windowThreadID

Inherited from NVDAObjects.NVDAObject: __eq__, __ne__, event_becomeNavigatorObject, event_descriptionChange, event_focusEntered, event_foreground, event_mouseMove, event_nameChange, event_stateChange, event_typedCharacter

Inherited from NVDAObjects.NVDAObject (private): _findSimpleNext, _get_appModule, _get_container, _get_defaultActionIndex, _get_flatReviewPosition, _get_isProtected, _get_recursiveDescendants, _get_simpleFirstChild, _get_simpleLastChild, _get_simpleNext, _get_simpleParent, _get_simplePrevious, _get_statusBar, _get_treeInterceptor, _get_treeInterceptorClass, _set_treeInterceptor

Inherited from baseObject.ScriptableObject: bindGesture, bindGestures, clearGestureBindings, getScript

Inherited from baseObject.AutoPropertyObject: invalidateCache

Inherited from baseObject.AutoPropertyObject (private): _getPropertyViaCache

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from NVDAObjects.IAccessible.IAccessible: getPossibleAPIClasses, kwargsFromSuper, windowHasExtraIAccessibles

Inherited from NVDAObjects.window.Window: normalizeWindowClassName

Inherited from NVDAObjects.NVDAObject: findBestAPIClass

Inherited from baseObject.AutoPropertyObject: invalidateCaches

Static Methods [hide private]

Inherited from NVDAObjects.NVDAObject: objectFromPoint, objectInForeground, objectWithFocus

Class Variables [hide private]

Inherited from cursorManager.CursorManager (private): _lastFindText

Inherited from NVDAObjects.IAccessible.IAccessible: IA2UniqueID, IAccessibleTableUsesTableCellIndexAttrib, hasEncodedAccDescription, re_positionInfoEncodedAccDescription

Inherited from NVDAObjects.window.Window: normalizedWindowClassNameCache

Inherited from NVDAObjects.NVDAObject: beTransparentToMouse, cachePropertiesByDefault, presType_content, presType_layout, presType_unavailable, tableCellCoordsInName

Instance Variables [hide private]

Inherited from cursorManager.CursorManager: selection

Inherited from NVDAObjects.IAccessible.IAccessible: IAccessibleChildID

Inherited from NVDAObjects.window.Window: windowClassName, windowControlID, windowHandle, windowProcessID, windowText

Inherited from NVDAObjects.NVDAObject: textRepresentationLineLength

Inherited from NVDAObjects.NVDAObject (private): _mouseEntered

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_get_basicText(self)

source code 
Overrides: NVDAObjects.NVDAObject._get_basicText

_get_value(self)

source code 

The value of this object (example: the current percentage of a scrollbar, the selected option in a combo box).

Returns: basestring
Overrides: NVDAObjects.NVDAObject._get_value
(inherited documentation)

event_valueChange(self)

source code 
Overrides: NVDAObjects.NVDAObject.event_valueChange

event_gainFocus(self)

source code 

This code is executed if a gain focus event is received by this object.

Overrides: NVDAObjects.NVDAObject.event_gainFocus
(inherited documentation)

reportFocus(self)

source code 

Announces this object in a way suitable such that it gained focus.

Overrides: NVDAObjects.NVDAObject.reportFocus
(inherited documentation)