C# Class FSO.IDE.ResourceBrowser.ResourceEditors.STRResourceControl

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
ActiveObject GameObject
ActiveString STR

Private Properties

Свойство Type Description
DownButton_Click void
InitializeComponent void
LanguageBox_SelectedIndexChanged void
NewButton_Click void
RemoveButton_Click void
SaveButton_Click void
StringBox_TextChanged void
StringList_SelectedIndexChanged void
UpButton_Click void

Méthodes publiques

Méthode Description
STRResourceControl ( ) : System
SetActiveObject ( GameObject obj ) : void
SetActiveResource ( IffChunk chunk, GameIffResource res ) : void
SetOBJDAttrs ( OBJDSelector selectors ) : void
UpdateStrings ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DownButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LanguageBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
NewButton_Click ( object sender, EventArgs e ) : void
RemoveButton_Click ( object sender, EventArgs e ) : void
SaveButton_Click ( object sender, EventArgs e ) : void
StringBox_TextChanged ( object sender, EventArgs e ) : void
StringList_SelectedIndexChanged ( object sender, EventArgs e ) : void
UpButton_Click ( 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

STRResourceControl() public méthode

public STRResourceControl ( ) : System
Résultat System

SetActiveObject() public méthode

public SetActiveObject ( GameObject obj ) : void
obj GameObject
Résultat void

SetActiveResource() public méthode

public SetActiveResource ( IffChunk chunk, GameIffResource res ) : void
chunk IffChunk
res GameIffResource
Résultat void

SetOBJDAttrs() public méthode

public SetOBJDAttrs ( OBJDSelector selectors ) : void
selectors OBJDSelector
Résultat void

UpdateStrings() public méthode

public UpdateStrings ( ) : void
Résultat void

Property Details

ActiveObject public_oe property

public GameObject ActiveObject
Résultat GameObject

ActiveString public_oe property

public STR ActiveString
Résultat STR