From cb69d2e1c7ced951cbf7a31ee286b0ed92cab8a8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 18 Feb 2011 16:56:43 -0500 Subject: Adding Epydoc generated docs. --- html/SmootLight.util.ComponentRegistry-module.html | 360 +++++++++++++++++++++ 1 file changed, 360 insertions(+) create mode 100644 html/SmootLight.util.ComponentRegistry-module.html (limited to 'html/SmootLight.util.ComponentRegistry-module.html') diff --git a/html/SmootLight.util.ComponentRegistry-module.html b/html/SmootLight.util.ComponentRegistry-module.html new file mode 100644 index 0000000..6cee4c1 --- /dev/null +++ b/html/SmootLight.util.ComponentRegistry-module.html @@ -0,0 +1,360 @@ + + + + + SmootLight.util.ComponentRegistry + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package util :: + Module ComponentRegistry + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module ComponentRegistry

source code

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
initRegistry() + source code + +
+ +
+   + + + + + + +
makelock() + source code + +
+ +
+   + + + + + + +
clearRegistry() + source code + +
+ +
+   + + + + + + +
getLock() + source code + +
+ +
+   + + + + + + +
getComponent(cid) + source code + +
+ +
+   + + + + + + +
registerComponent(component, + cid=None) + source code + +
+ +
+   + + + + + + +
verifyUniqueId(cid) + source code + +
+ +
+   + + + + + + +
removeComponent(cid) + source code + +
+ +
+   + + + + + + +
getNewId() + source code + +
+ +
+ + + + + + + + + + + + + + + +
+ + + + + +
Variables[hide private]
+
+   + + Registry = {'DefaultPixelMapper': <SmootLight.pixelmappers.Sim... +
+   + + __package__ = 'SmootLight.util' +
+   + + utilLock = <thread.lock object at 0xb7524420> +
+ + + + + + +
+ + + + + +
Variables Details[hide private]
+
+ +
+ +
+

Registry

+ +
+
+
+
Value:
+
+{'DefaultPixelMapper': <SmootLight.pixelmappers.SimpleMapper.SimpleMap\
+per object at 0x99c61ac>,
+ 'OSCTouchChase': <SmootLight.behaviors.BehaviorChain.BehaviorChain ob\
+ject at 0x99c09cc>,
+ 'Screen': <SmootLight.pixelcore.Screen.Screen instance at 0x9303d6c>,
+ 'SixaxisChase': <SmootLight.behaviors.BehaviorChain.BehaviorChain obj\
+ect at 0x99c05ec>,
+ 'allpixels': <SmootLight.behaviors.AllPixels.AllPixels object at 0x99\
+...
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3