StoryboardInterpreter.StoryboardInterpreter Class Reference

#include <class_storyboard_interpreter_1_1_storyboard_interpreter.h>

Inheritance diagram for StoryboardInterpreter.StoryboardInterpreter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  __init__ ()
  activate ()
  Abstract - to be implemented by the subclasses.
  deactivate ()
  Abstract - to be implemented by the subclasses.
  processMessage ()
  Abstract - to be implemented by the subclasses.
  getStoryboard ()
  getStageId ()
  ALTERNATIVE_DELETED ()
  ALTERNATIVE_SET_DELETED ()
  ALTERNATIVE_SET_MODEL_ID_CHANGED ()
  SHOT_MODEL_ID_CHANGED ()
  APPLICATION_CLOSE_SCENE ()
  BEHAVIOR_DELETED ()
  BEHAVIOR_CHANGED ()
  ENVIRONMENT_DELETED ()
  ENVIRONMENT_LIBRARY_REMOVED ()
  ENVIRONMENT_REMOVED ()
  ENVIRONMENT_RENAMED_FROM_LIBRARY ()
  ENVIRONMENT_RESOLVED ()
  ENVIRONMENT_SAVED ()
  DOCUMENT_LOADED ()
  SHOT_DELETED ()
  SHOT_PARAMETERS_CHANGED ()
  SLIDE_CREATE_FOR_MODEL ()
  SLIDE_CREATE ()
  SLIDE_DELETE ()
  SLIDE_DUPLICATE ()
  SLIDE_ITEM_ADD_FOR_MODEL ()
  SLIDE_ITEM_ADD ()
  SLIDE_ITEM_CHANGE ()
  SLIDE_ITEM_POSITION_CHANGE ()
  SLIDE_ITEM_REMOVE ()
  SLIDE_POSITION_CHANGE ()
  SLIDE_DURATION_CHANGE ()
  SLIDE_DURATION_CHANGE_FOR_MODEL ()
  TRIGGER_ITEM_ADDED ()
  SLIDE_REMOVE_MODEL_ID ()
  SLIDE_ADD_MODEL_ID ()
  SLIDE_RENAME ()
  SLIDE_ITEM_STARTTIME_CHANGE ()
  SLIDE_ITEM_STARTTIME_CHANGED ()
  SLIDE_ITEM_STARTTIME_EXACT_CHANGE ()
  SLIDE_ITEM_DURATION_CHANGE ()
  SLIDE_CURRENT_TIME_CHANGED ()
  SLIDE_THUMBNAIL_SAVE_FOR_MODEL ()
  SLIDE_THUMBNAIL_SAVE ()
  SLIDE_THUMBNAIL_SET ()
  STAGE_VIEWPORT_HAS_FOCUS ()
  SAVE_SLIDE_AS_PRESENTATION_CANCEL ()
  SAVE_SLIDE_AS_PRESENTATION_FINISH ()
  CONVERT_MOVIE ()
  SAVE_SLIDE_AS_PRESENTATION ()
  SAVE_AS_YOUTUBE_FINISH ()
  SAVE_AS_YOUTUBE_UPLOAD ()
  STORYBOARD_LOOP ()
  SAVE_SLIDE_AS_SCREEN ()
  PlaySlidePrevious ()
  PlaySlideCurrent ()
  PlaySlideNext ()
  PresentSlides ()
  StopSlidePlayback ()

Public Attributes

string  kPrefix = "m"
string  kDirectoryFormat = "%s-presentation"
string  kPresentationFilename = "presentation.xml"
string  kSwfTemplate = "SlidePlayer.swf"
string  kHtmlTemplate = "SlidePlayer.html"
  myRecordingDataPres
  myYouTubeProgress
  myLastSavingScreenFile

Member Function Documentation

StoryboardInterpreter.StoryboardInterpreter.__init__ ( )
StoryboardInterpreter.StoryboardInterpreter.activate ( )

Abstract - to be implemented by the subclasses.

Performs the operations necessary to place this interpreter into a ready, active state. Ensure that this base class implementation is called by the subclass implementation.

Reimplemented from MessageInterpreter.MessageInterpreter.

StoryboardInterpreter.StoryboardInterpreter.deactivate ( )

Abstract - to be implemented by the subclasses.

Performs the operations necessary to place this interpreter into a passive state. Ensure that this base class implementation is called by the subclass implementation.

Reimplemented from MessageInterpreter.MessageInterpreter.

StoryboardInterpreter.StoryboardInterpreter.processMessage ( )

Abstract - to be implemented by the subclasses.

The default implementation should be sufficient for most intepreters. Returns True if the message was processed; False otherwise. Note, no message processing occurs if the interpreter is deactivated.

The signature of a message handler method should be:

def methodName( self, message )

where message.id == methodName

Reimplemented from MessageInterpreter.MessageInterpreter.

StoryboardInterpreter.StoryboardInterpreter.getStoryboard ( )
StoryboardInterpreter.StoryboardInterpreter.getStageId ( )
StoryboardInterpreter.StoryboardInterpreter.ALTERNATIVE_DELETED ( )
StoryboardInterpreter.StoryboardInterpreter.ALTERNATIVE_SET_DELETED ( )
StoryboardInterpreter.StoryboardInterpreter.ALTERNATIVE_SET_MODEL_ID_CHANGED ( )
StoryboardInterpreter.StoryboardInterpreter.SHOT_MODEL_ID_CHANGED ( )
StoryboardInterpreter.StoryboardInterpreter.APPLICATION_CLOSE_SCENE ( )
StoryboardInterpreter.StoryboardInterpreter.BEHAVIOR_DELETED ( )
StoryboardInterpreter.StoryboardInterpreter.BEHAVIOR_CHANGED ( )
StoryboardInterpreter.StoryboardInterpreter.ENVIRONMENT_DELETED ( )
StoryboardInterpreter.StoryboardInterpreter.ENVIRONMENT_LIBRARY_REMOVED ( )
StoryboardInterpreter.StoryboardInterpreter.ENVIRONMENT_REMOVED ( )
StoryboardInterpreter.StoryboardInterpreter.ENVIRONMENT_RENAMED_FROM_LIBRARY ( )
StoryboardInterpreter.StoryboardInterpreter.ENVIRONMENT_RESOLVED ( )
StoryboardInterpreter.StoryboardInterpreter.ENVIRONMENT_SAVED ( )
StoryboardInterpreter.StoryboardInterpreter.DOCUMENT_LOADED ( )
StoryboardInterpreter.StoryboardInterpreter.SHOT_DELETED ( )
StoryboardInterpreter.StoryboardInterpreter.SHOT_PARAMETERS_CHANGED ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_CREATE_FOR_MODEL ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_CREATE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_DELETE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_DUPLICATE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_ADD_FOR_MODEL ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_ADD ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_CHANGE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_POSITION_CHANGE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_REMOVE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_POSITION_CHANGE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_DURATION_CHANGE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_DURATION_CHANGE_FOR_MODEL ( )
StoryboardInterpreter.StoryboardInterpreter.TRIGGER_ITEM_ADDED ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_REMOVE_MODEL_ID ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ADD_MODEL_ID ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_RENAME ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_STARTTIME_CHANGE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_STARTTIME_CHANGED ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_STARTTIME_EXACT_CHANGE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_ITEM_DURATION_CHANGE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_CURRENT_TIME_CHANGED ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_THUMBNAIL_SAVE_FOR_MODEL ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_THUMBNAIL_SAVE ( )
StoryboardInterpreter.StoryboardInterpreter.SLIDE_THUMBNAIL_SET ( )
StoryboardInterpreter.StoryboardInterpreter.STAGE_VIEWPORT_HAS_FOCUS ( )
StoryboardInterpreter.StoryboardInterpreter.SAVE_SLIDE_AS_PRESENTATION_CANCEL ( )
StoryboardInterpreter.StoryboardInterpreter.SAVE_SLIDE_AS_PRESENTATION_FINISH ( )
StoryboardInterpreter.StoryboardInterpreter.CONVERT_MOVIE ( )
StoryboardInterpreter.StoryboardInterpreter.SAVE_SLIDE_AS_PRESENTATION ( )
StoryboardInterpreter.StoryboardInterpreter.SAVE_AS_YOUTUBE_FINISH ( )
StoryboardInterpreter.StoryboardInterpreter.SAVE_AS_YOUTUBE_UPLOAD ( )
StoryboardInterpreter.StoryboardInterpreter.STORYBOARD_LOOP ( )
StoryboardInterpreter.StoryboardInterpreter.SAVE_SLIDE_AS_SCREEN ( )
StoryboardInterpreter.StoryboardInterpreter.PlaySlidePrevious ( )
StoryboardInterpreter.StoryboardInterpreter.PlaySlideCurrent ( )
StoryboardInterpreter.StoryboardInterpreter.PlaySlideNext ( )
StoryboardInterpreter.StoryboardInterpreter.PresentSlides ( )
StoryboardInterpreter.StoryboardInterpreter.StopSlidePlayback ( )

Member Data Documentation


StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter
StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter StoryboardInterpreter.StoryboardInterpreter