Mercurial > MadButterfly
comparison pyink/MBScene.py @ 1255:a8e01435e84e
Add more doc for MBScene
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Tue, 11 Jan 2011 12:35:28 +0800 |
parents | 07e0cb1e051d |
children | 2609b219703d |
comparison
equal
deleted
inserted
replaced
1254:0cb5979549be | 1255:a8e01435e84e |
---|---|
41 ## \brief MBScene connect GUI and DOM-tree | 41 ## \brief MBScene connect GUI and DOM-tree |
42 # | 42 # |
43 # This method accepts user actions and involves domview_ui to update | 43 # This method accepts user actions and involves domview_ui to update |
44 # data on the document. | 44 # data on the document. |
45 # | 45 # |
46 # This class is protected by \ref data_monitor, meta-class. | |
47 # | |
46 class MBScene(object): | 48 class MBScene(object): |
47 __metaclass__ = data_monitor | 49 __metaclass__ = data_monitor |
48 | 50 |
49 _tween_type_names = ('normal', 'scale') | 51 _tween_type_names = ('normal', 'scale') |
50 | 52 |