C# Class FSO.IDE.ResourceBrowser.IFFResComponent

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
ActiveIff GameIffResource
ActiveObject GameObject
ChunkToControl Type>.Dictionary
ChunkTypes Type[]
OBJDSelectors FSO.IDE.ResourceBrowser.OBJDSelector[][]
TypeNames string[]

Méthodes publiques

Méthode Description
ChangeActiveObject ( GameObject obj ) : void
ChangeIffSource ( GameIffResource iff ) : void
GetResList ( IffChunk list ) : List
GotoResource ( Type type, ushort ID ) : void
IFFResComponent ( ) : System
Init ( ) : void
Init ( Type cTypes, string cNames, OBJDSelector selectors ) : void
RefreshResList ( ) : void
SetAlphaOrder ( bool value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DeleteRes_Click ( object sender, EventArgs e ) : void
GetFreeID ( ) : ushort
InitializeComponent ( ) : void

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

NewRes_Click ( object sender, EventArgs e ) : void
RenameRes_Click ( object sender, EventArgs e ) : void
ResList_DoubleClick ( object sender, EventArgs e ) : void
ResList_DrawItem ( object sender, DrawItemEventArgs e ) : void
ResList_SelectedIndexChanged ( object sender, EventArgs e ) : void
ResRCAlpha_Select ( object sender, EventArgs e ) : void
ResRCShowID_Select ( object sender, EventArgs e ) : void
ResTypeCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ChangeActiveObject() public méthode

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

ChangeIffSource() public méthode

public ChangeIffSource ( GameIffResource iff ) : void
iff GameIffResource
Résultat void

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

GetResList() public méthode

public GetResList ( IffChunk list ) : List
list IffChunk
Résultat List

GotoResource() public méthode

public GotoResource ( Type type, ushort ID ) : void
type Type
ID ushort
Résultat void

IFFResComponent() public méthode

public IFFResComponent ( ) : System
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

Init() public méthode

public Init ( Type cTypes, string cNames, OBJDSelector selectors ) : void
cTypes Type
cNames string
selectors OBJDSelector
Résultat void

RefreshResList() public méthode

public RefreshResList ( ) : void
Résultat void

SetAlphaOrder() public méthode

public SetAlphaOrder ( bool value ) : void
value bool
Résultat void

Property Details

ActiveIff public_oe property

public GameIffResource ActiveIff
Résultat GameIffResource

ActiveObject public_oe property

public GameObject ActiveObject
Résultat GameObject

ChunkToControl public_oe property

public Dictionary ChunkToControl
Résultat Type>.Dictionary

ChunkTypes public_oe property

public Type[] ChunkTypes
Résultat Type[]

OBJDSelectors public_oe property

public OBJDSelector[][],FSO.IDE.ResourceBrowser OBJDSelectors
Résultat FSO.IDE.ResourceBrowser.OBJDSelector[][]

TypeNames public_oe property

public string[] TypeNames
Résultat string[]