Module Object :: Class Manager
[hide private]
[frames] | no frames]

Class Manager

source code

Instance Methods [hide private]
 
__init__(self, id=0) source code
 
setId(self, id) source code
 
reset(self) source code
 
createObject(self, instance, *args, **kwargs) source code
 
setChanged(self, obj) source code
 
deleteObject(self, obj) source code
 
getObject(self, id) source code
 
getChanges(self, everything=True) source code
 
globalObjectId(self, objId) source code
 
applyChanges(self, managerId, data) source code
Class Variables [hide private]
  MSG_CREATE = 0
  MSG_CHANGE = 1
  MSG_DELETE = 2