C# Class FlatRedBall.Glue.Controls.NewFileWindow

Inheritance: System.Windows.Forms.Form
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
AddOption ( object option ) : void
AddTextBox ( string label ) : int
GetObjectTypeFromAti ( AssetTypeInfo ati ) : string
GetOptionFor ( AssetTypeInfo ati ) : string
GetOptionFor ( string type ) : string
NewFileWindow ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Create2D3DUI ( ) : void
CreateSpreadsheetOptions ( ) : void
CreateUiForOptions ( FileTypeOptions options ) : void
GetValueFromId ( int valueId ) : string
InitializeComponent ( ) : void

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

OptionsComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
mOkWindow_Click ( object sender, EventArgs e ) : void

Method Details

AddOption() public method

public AddOption ( object option ) : void
option object
return void

AddTextBox() public method

public AddTextBox ( string label ) : int
label string
return int

Dispose() protected method

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

GetObjectTypeFromAti() public method

public GetObjectTypeFromAti ( AssetTypeInfo ati ) : string
ati AssetTypeInfo
return string

GetOptionFor() public method

public GetOptionFor ( AssetTypeInfo ati ) : string
ati AssetTypeInfo
return string

GetOptionFor() public method

public GetOptionFor ( string type ) : string
type string
return string

NewFileWindow() public method

public NewFileWindow ( ) : System
return System