C# Class SadConsoleEditor.Panels.GameObjectManagementPanel

Inheritance: CustomPanel
ファイルを表示 Open project: Thraka/SadConsoleEditor

Public Methods

Method Description
GameObjectManagementPanel ( ) : System
Loaded ( ) : void
ProcessMouse ( SadConsole info ) : void
RebuildAnimationListBox ( ) : void
RebuildListBox ( ) : void
Redraw ( SadConsole control ) : int

Private Methods

Method Description
AnimationList_SelectedItemChanged ( object sender, ListBox e ) : void
GameObject_SelectedItemChanged ( object sender, ListBox e ) : void
ImportEntity_ButtonClicked ( object sender, EventArgs e ) : void
MoveSelectedDown_ButtonClicked ( object sender, EventArgs e ) : void
MoveSelectedUp_ButtonClicked ( object sender, EventArgs e ) : void
RemoveSelected_ButtonClicked ( object sender, EventArgs e ) : void
RenameEntity_ButtonClicked ( object sender, EventArgs e ) : void

Method Details

GameObjectManagementPanel() public method

public GameObjectManagementPanel ( ) : System
return System

Loaded() public method

public Loaded ( ) : void
return void

ProcessMouse() public method

public ProcessMouse ( SadConsole info ) : void
info SadConsole
return void

RebuildAnimationListBox() public method

public RebuildAnimationListBox ( ) : void
return void

RebuildListBox() public method

public RebuildListBox ( ) : void
return void

Redraw() public method

public Redraw ( SadConsole control ) : int
control SadConsole
return int