C# Class InstructionEditor.Gui.TimeLineWindow

Summary description for TimeLineWindow.
Inheritance: FlatRedBall.Gui.CollapseWindow
Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
currentTimeTextBox FlatRedBall.Gui.TextBox
insertKeyframeButton FlatRedBall.Gui.Button
timeLine MarkerTimeLine
timeUnit FlatRedBall.Gui.ComboBox
zoomInTimeLineButton FlatRedBall.Gui.Button
zoomOutTimeLineButton FlatRedBall.Gui.Button

Public Methods

Method Description
TimeLineWindow ( Cursor cursor ) : System
Update ( ) : void
UpdateToCurrentSet ( ) : void

Private Methods

Method Description
AllOrCurrentItemClick ( Window callingWindow ) : void

Method Details

TimeLineWindow() public method

public TimeLineWindow ( Cursor cursor ) : System
cursor FlatRedBall.Gui.Cursor
return System

Update() public method

public Update ( ) : void
return void

UpdateToCurrentSet() public method

public UpdateToCurrentSet ( ) : void
return void

Property Details

currentTimeTextBox public_oe property

public TextBox,FlatRedBall.Gui currentTimeTextBox
return FlatRedBall.Gui.TextBox

insertKeyframeButton public_oe property

public Button,FlatRedBall.Gui insertKeyframeButton
return FlatRedBall.Gui.Button

timeLine public_oe property

public MarkerTimeLine timeLine
return MarkerTimeLine

timeUnit public_oe property

public ComboBox,FlatRedBall.Gui timeUnit
return FlatRedBall.Gui.ComboBox

zoomInTimeLineButton public_oe property

public Button,FlatRedBall.Gui zoomInTimeLineButton
return FlatRedBall.Gui.Button

zoomOutTimeLineButton public_oe property

public Button,FlatRedBall.Gui zoomOutTimeLineButton
return FlatRedBall.Gui.Button