C# Class Nanook.TheGhost.ProgressScreen

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

Public Methods

Method Description
Close ( bool appQuiting ) : bool
Construct ( Project project ) : void
Open ( ) : void
ProgressScreen ( ) : 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.

btnStart_Click ( object sender, EventArgs e ) : void
finishAll ( ) : void
incProgress ( ) : void
logProgress ( string message ) : void
setProgress ( int value, bool onlyIfLessThan ) : void

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

ProgressScreen() public method

public ProgressScreen ( ) : System
return System

TitleMessage() public method

public TitleMessage ( ) : string
return string