C# Class GlueViewOfficialPlugins.States.StateCategoryControl

Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ApplyInterpolateToState ( StateSave firstState, StateSave secondState, float time, InterpolationType interpolationType, Easing easing ) : void
ContainsState ( StateSave state ) : bool
HandleTimerTick ( object sender, EventArgs e ) : void
Initialize ( string categoryName, List states ) : void
ShowStateFromComboBox ( ) : void
StateCategoryControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CopyStateCodeClick_Click ( object sender, EventArgs e ) : void
DoesCurrentElementHaveAdvancedInterpolation ( ) : bool
EasingTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
FillAdvancedInterpolationComboBoxes ( ) : void
FromPercentageTextBox_TextChanged ( object sender, EventArgs e ) : void
GetStateNameFromStateToString ( string text ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InterpolationTimeTextBox_KeyPress ( object sender, KeyPressEventArgs e ) : void
InterpolationTimeTextBox_TextChanged ( object sender, EventArgs e ) : void
InterpolationTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
PercentageTrackBar_Scroll ( object sender, EventArgs e ) : void
PercentageTrackBar_ValueChanged ( object sender, EventArgs e ) : void
SetInterpolationStatesIfEmpty ( ) : void
StartTweenButton_Click ( object sender, EventArgs e ) : void
StateComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
ToPercentageTextBox_TextChanged ( object sender, EventArgs e ) : void
UpdateInterpolionCodeTextbox ( ) : void
UpdatePercentageDisplay ( ) : void

Method Details

ApplyInterpolateToState() public method

public ApplyInterpolateToState ( StateSave firstState, StateSave secondState, float time, InterpolationType interpolationType, Easing easing ) : void
firstState StateSave
secondState StateSave
time float
interpolationType InterpolationType
easing Easing
return void

ContainsState() public method

public ContainsState ( StateSave state ) : bool
state StateSave
return bool

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

HandleTimerTick() public method

public HandleTimerTick ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Initialize() public method

public Initialize ( string categoryName, List states ) : void
categoryName string
states List
return void

ShowStateFromComboBox() public method

public ShowStateFromComboBox ( ) : void
return void

StateCategoryControl() public method

public StateCategoryControl ( ) : System
return System