Started looking at slide controllers again

bzr-revno: 368
This commit is contained in:
Martin Thompson 2009-03-04 21:53:31 +00:00
parent 2be33e6c66
commit f1f235efac
1 changed files with 9 additions and 1 deletions

View File

@ -25,7 +25,15 @@ from listwithpreviews import ListWithPreviews
class ImageServiceItem(ServiceItem):
"""
The service item is a base class for the plugins to use to interact with
the service manager, the slide controller, and the renderer.
* the service manager (and hence the OOS disk files),
* the slide controller(s - both preview and live)
* and the renderer - which produces the
main screen
the preview preview and
the live preview
"""
global log
log=logging.getLogger("ImageServiceItem")