C# Class Nanook.TheGhost.ProjectScreen

Inheritance: ScreenBase
ファイルを表示 Open project: Nanook/TheGHOST

Public Methods

Method Description
Close ( bool appQuiting ) : bool
Construct ( Project project ) : void
Open ( ) : void
ProjectScreen ( ) : System
TitleMessage ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ProjectScreen_Load ( object sender, EventArgs e ) : void
cboAudioExportPlugin_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboAudioImportPlugin_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboSourceFilePlugin_SelectedIndexChanged ( object sender, EventArgs e ) : void
loadProject ( ) : void
project_DragDrop ( object sender, DragEventArgs e ) : void
project_DragEnter ( object sender, DragEventArgs e ) : void
valuesToArray ( PluginInfo>.Dictionary values ) : Nanook.TheGhost.PluginInfo[]

Method Details

Close() public method

public Close ( bool appQuiting ) : bool
appQuiting bool
return bool

Construct() public method

public Construct ( Project project ) : void
project Project
return void

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

Open() public method

public Open ( ) : void
return void

ProjectScreen() public method

public ProjectScreen ( ) : System
return System

TitleMessage() public method

public TitleMessage ( ) : string
return string