Package appModules :: Module teamtalk4classic :: Class AppModule
[hide private]
[frames] | no frames]

Class AppModule

source code

                   object --+            
                            |            
baseObject.AutoPropertyObject --+        
                                |        
      baseObject.ScriptableObject --+    
                                    |    
           appModuleHandler.AppModule --+
                                        |
                                       AppModule

Nested Classes [hide private]

Inherited from baseObject.AutoPropertyObject: __metaclass__

Instance Methods [hide private]
 
event_NVDAObject_init(self, obj) source code
 
chooseNVDAObjectOverlayClasses(self, obj, clsList)
Choose NVDAObject overlay classes for a given NVDAObject.
source code

Inherited from appModuleHandler.AppModule: __init__, __repr__, terminate

Inherited from appModuleHandler.AppModule (private): _get_appModuleName, _get_isAlive

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__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from baseObject.AutoPropertyObject: invalidateCaches

Class Variables [hide private]

Inherited from appModuleHandler.AppModule: sleepMode

Inherited from baseObject.AutoPropertyObject: cachePropertiesByDefault

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

chooseNVDAObjectOverlayClasses(self, obj, clsList)

source code 

Choose NVDAObject overlay classes for a given NVDAObject. This is called when an NVDAObject is being instantiated after NVDAObjects.NVDAObject.findOverlayClasses has been called on the API-level class. This allows an AppModule to add or remove overlay classes. See NVDAObjects.NVDAObject.findOverlayClasses for details about overlay classes.

Parameters:
  • obj - The object being created.
  • clsList - The list of classes, which will be modified by this method if appropriate.
Overrides: appModuleHandler.AppModule.chooseNVDAObjectOverlayClasses
(inherited documentation)