C# Class winmaped2.AnimationEditor

Summary description for AnimationEditor.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
AnimationEditor ( ) : System
init ( Map m ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DisableEditor ( ) : void
EnableEditor ( ) : void
GrabData ( ) : void
InitializeComponent ( ) : void

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

PutData ( ) : void
VspView_SelectionChanged ( ) : void
b_OK_Click ( object sender, System e ) : void
b_newanim_Click ( object sender, System e ) : void
lv_anims_SelectedIndexChanged ( object sender, System e ) : void
n_delay_ValueChanged ( object sender, System e ) : void
n_end_ValueChanged ( object sender, System e ) : void
n_start_ValueChanged ( object sender, System e ) : void
t_name_TextChanged ( object sender, System e ) : void
updatefps ( ) : void

Method Details

AnimationEditor() public method

public AnimationEditor ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

init() public method

public init ( Map m ) : void
m Map
return void