C# Class Nanook.TheGhost.ProgressScreen

Inheritance: ScreenBase
Afficher le fichier Open project: Nanook/TheGHOST

Méthodes publiques

Méthode Description
Close ( bool appQuiting ) : bool
Construct ( Project project ) : void
Open ( ) : void
ProgressScreen ( ) : System
TitleMessage ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Close ( bool appQuiting ) : bool
appQuiting bool
Résultat bool

Construct() public méthode

public Construct ( Project project ) : void
project Project
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

Open() public méthode

public Open ( ) : void
Résultat void

ProgressScreen() public méthode

public ProgressScreen ( ) : System
Résultat System

TitleMessage() public méthode

public TitleMessage ( ) : string
Résultat string