User interface for timeline display, tooltips and properties.
| TimelineForm | User interface for timeline display, tooltips and properties. |
| Functions | |
| InitializeComponent | Initializes the user interface components on the form. |
| resize | Handles a resize event by repositioning its child dialogbox widget. |
| updateFromMovie | Updates the UI widgets from the properties in the MovieScene. |
| updateFromStroke | Updates the UI widgets from the properties in the Stroke. |
| updateTimelinePosition | Update the timeline frame marker to a new position. |
| updateTimelineTooltips | Updates the timeline tooltips from the stored timeline reference to ensure stroke names are refreshed. |
public function updateFromMovie( newMovie: MovieScene ):void
Updates the UI widgets from the properties in the MovieScene.
| newMovie | an updated movie |
public function updateFromStroke( newStroke: Stroke ):void
Updates the UI widgets from the properties in the Stroke.
| newStroke | an updated stroke |
Initializes the user interface components on the form.
public function InitializeComponent( app: Sprite, page: Sprite, tooltips: Tooltips, defaultColor: uint, tabColor: uint ):void
Handles a resize event by repositioning its child dialogbox widget.
public function resize():void
Updates the UI widgets from the properties in the MovieScene.
public function updateFromMovie( newMovie: MovieScene ):void
Updates the UI widgets from the properties in the Stroke.
public function updateFromStroke( newStroke: Stroke ):void
Update the timeline frame marker to a new position.
public function updateTimelinePosition( currentFrame: uint ):void
Updates the timeline tooltips from the stored timeline reference to ensure stroke names are refreshed.
public function updateTimelineTooltips():void