C# Class FlatRedBall.Glue.Controls.NewObjectTypeSelectionControl

Mostra file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
NewObjectTypeSelectionControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EntitiesTreeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
EntitiesTreeView_DoubleClick ( object sender, EventArgs e ) : void
EntityRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
FilesTreeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
FilesTreeView_DoubleClick ( object sender, EventArgs e ) : void
FlatRedBallTypeRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
FlatRedBallTypesTreeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
FlatRedBallTypesTreeView_DoubleClick ( object sender, EventArgs e ) : void
FromFileRadioButton_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

IsGenericType ( ) : bool
PopulateAllTreeViews ( ) : void
PopulateEntities ( ) : void
PopulateFiles ( ) : void
PopulateFlatRedBallAndCustomTypes ( ) : void
PopulateGenericTypes ( ) : void
RefreshComboBoxVisibility ( ) : void
SearchTextBox_TextChanged ( object sender, EventArgs e ) : void
SourceNameComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

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

NewObjectTypeSelectionControl() public method

public NewObjectTypeSelectionControl ( ) : System
return System