C# Class InstructionEditor.Gui.TimeLineMessages

Summary description for TimeLineMessages.
Show file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
camera FlatRedBall.Camera

Public Methods

Method Description
CurrentTimeTextBoxChange ( Window callingWindow ) : void
InsertKeyframeClick ( Window callingWindow ) : void
KeyframeMarkerClick ( Window callingWindow ) : void
TimeLineGUIValueChange ( Window callingWindow ) : void
TimeUnitChange ( Window callingWindow ) : void
ZoomInClick ( Window callingWindow ) : void
ZoomOutClick ( Window callingWindow ) : void

Method Details

CurrentTimeTextBoxChange() public static method

public static CurrentTimeTextBoxChange ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

InsertKeyframeClick() public static method

public static InsertKeyframeClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

KeyframeMarkerClick() public static method

public static KeyframeMarkerClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

TimeLineGUIValueChange() public static method

public static TimeLineGUIValueChange ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

TimeUnitChange() public static method

public static TimeUnitChange ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

ZoomInClick() public static method

public static ZoomInClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

ZoomOutClick() public static method

public static ZoomOutClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void

Property Details

camera public static property

public static Camera,FlatRedBall camera
return FlatRedBall.Camera