C# Class SpringModEdit.FormBuildEditor

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ZeroK-RTS/SpringRTS-Tools Class Usage Examples

Méthodes publiques

Свойство Type Description
DisplayMode BuildsMode

Méthodes publiques

Méthode Description
FormBuildEditor ( ) : System
ReloadBuildTree ( ) : void
SelectUnit ( string id ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ContainsItem ( string id ) : int
FillOptions ( ) : void
FormBuildEditor_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

RemoveDuplicates ( List inputList ) : void
SaveOptions ( ) : void
btnAddAfter_Click ( object sender, EventArgs e ) : void
btnCleanup_Click ( object sender, EventArgs e ) : void
btnCopyFrom_Click ( object sender, EventArgs e ) : void
lbOptions_DragDrop ( object sender, DragEventArgs e ) : void
lbOptions_DragEnter ( object sender, DragEventArgs e ) : void
lbOptions_KeyDown ( object sender, KeyEventArgs e ) : void
lbOptions_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lbOptions_MouseDown ( object sender, MouseEventArgs e ) : void
rbBuiltBy_CheckedChanged ( object sender, EventArgs e ) : void
tbBuilds_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

FormBuildEditor() public méthode

public FormBuildEditor ( ) : System
Résultat System

ReloadBuildTree() public méthode

public ReloadBuildTree ( ) : void
Résultat void

SelectUnit() public méthode

public SelectUnit ( string id ) : void
id string
Résultat void

Property Details

DisplayMode public_oe property

public BuildsMode DisplayMode
Résultat BuildsMode