C# Class InstructionEditor.Gui.ListBoxWindow

Summary description for ListBoxWindow.
Inheritance: FlatRedBall.Gui.Window
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AddKeyframeOk ( Window callingWindow ) : void
AddKeyframeToGlobalInstrutionSet ( Window callingWindow ) : void
HighlightNoCall ( InstructionList keyframe ) : void
HighlightNoCall ( KeyframeList keyframeList ) : void
ListBoxWindow ( ) : System
UpdateLists ( ) : void

Private Methods

Method Description
AddKeyframe ( Window callingWindow ) : void
AddKeyframeListClick ( Window callingWindow ) : void
AddKeyframeListOk ( Window callingWindow ) : void
AdjustPositionsAndScales ( Window callingWindow ) : void
AnimationSequenceFocusUpdate ( IInputReceiver inputReceiver ) : void
DoubleClickAnimationSequenceListBox ( Window callingWindow ) : void
GetTimedKeyframeListStringRepresentation ( object timedKeyframeList ) : string
HighlightAnimationSequenceListBox ( Window callingWindow ) : void
HighlightInstructionSetListBox ( Window callingWindow ) : void
InstructionListHotkeyUpdate ( IInputReceiver receiver ) : void
UpdateAddButtonVisibility ( Window callingWindow ) : void

Method Details

AddKeyframeOk() public static method

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

AddKeyframeToGlobalInstrutionSet() public static method

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

HighlightNoCall() public method

public HighlightNoCall ( InstructionList keyframe ) : void
keyframe InstructionList
return void

HighlightNoCall() public method

public HighlightNoCall ( KeyframeList keyframeList ) : void
keyframeList KeyframeList
return void

ListBoxWindow() public method

public ListBoxWindow ( ) : System
return System

UpdateLists() public method

public UpdateLists ( ) : void
return void