C# Class SadConsoleEditor.Panels.GameObjectManagementPanel

Inheritance: CustomPanel
Afficher le fichier Open project: Thraka/SadConsoleEditor

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GameObjectManagementPanel ( ) : System
Résultat System

Loaded() public méthode

public Loaded ( ) : void
Résultat void

ProcessMouse() public méthode

public ProcessMouse ( SadConsole info ) : void
info SadConsole
Résultat void

RebuildAnimationListBox() public méthode

public RebuildAnimationListBox ( ) : void
Résultat void

RebuildListBox() public méthode

public RebuildListBox ( ) : void
Résultat void

Redraw() public méthode

public Redraw ( SadConsole control ) : int
control SadConsole
Résultat int