Documentation

This commit is contained in:
Tim Bentley 2012-11-24 07:24:30 +00:00
parent 116c5b030f
commit 734c697fef
1 changed files with 9 additions and 7 deletions

View File

@ -68,7 +68,7 @@ class ItemCapabilities(object):
reordered. reordered.
``RequiresMedia`` ``RequiresMedia``
The capability to Determines is the serviceItem needs a Media Player
``CanLoop`` ``CanLoop``
The capability to allow the SlideController to allow the loop The capability to allow the SlideController to allow the loop
@ -82,17 +82,18 @@ class ItemCapabilities(object):
The capability to remove lines breaks in the renderer The capability to remove lines breaks in the renderer
``OnLoadUpdate`` ``OnLoadUpdate``
The capability to The capability to update MediaManager when a service Item is
loaded.
``AddIfNewItem`` ``AddIfNewItem``
The capability to Not Used
``ProvidesOwnDisplay`` ``ProvidesOwnDisplay``
The capability to tell the SlideCotroller the service Item has a The capability to tell the SlideController the service Item has a
different display. different display.
``HasDetailedTitleDisplay`` ``HasDetailedTitleDisplay``
The capability to ServiceItem provides a title
``HasVariableStartTime`` ``HasVariableStartTime``
The capability to tell the ServiceManager that a change to start The capability to tell the ServiceManager that a change to start
@ -102,10 +103,11 @@ class ItemCapabilities(object):
The capability to tell the renderer that Soft Break is allowed The capability to tell the renderer that Soft Break is allowed
``CanWordSplit`` ``CanWordSplit``
The capability to The capability to tell the renderer that it can split words is
allowed
``HasBackgroundAudio`` ``HasBackgroundAudio``
The capability to That a audio file is present with the text.
``CanAutoStartForLive`` ``CanAutoStartForLive``
The capability to ignore the do not play if display blank flag. The capability to ignore the do not play if display blank flag.