C# Class InstructionEditor.Gui.KeyframeListSelectionWindow

Inheritance: FlatRedBall.Gui.Window
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
KeyframeListSelectionWindow ( Cursor cursor ) : System
PopulateComboBoxes ( Scene scene, InstructionSet>.Dictionary instructionSets ) : void

Private Methods

Method Description
OnOkClick ( Window callingWindow ) : void
SelectKeyframe ( Window callingWindow ) : void
SelectObject ( Window callingWindow ) : void

Method Details

KeyframeListSelectionWindow() public method

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

PopulateComboBoxes() public method

public PopulateComboBoxes ( Scene scene, InstructionSet>.Dictionary instructionSets ) : void
scene Scene
instructionSets InstructionSet>.Dictionary
return void