C# Class PKStudio.Tools.uVisionGenerator.Wizard.Pages.ConvertationPage

Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

Méthode Description
AfterShow ( ) : void
BeforeCloseOnNext ( ) : void
BeforeShow ( ) : void
ConvertationPage ( SolutionWrapper sol, ConvertConfig config ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnBuildStart ( object sender, EventArgs e ) : void
OnBuildStop ( object sender, EventArgs e ) : void
OnConvertationStart ( object sender, EventArgs e ) : void
OnConvertationStop ( bool error ) : void

Private Methods

Méthode Description
AddLogItem ( string text ) : ListViewItem
InitializeComponent ( ) : void

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

ProgressBarPerformStep ( ProgressBar pb ) : void
SetLabelText ( Label label, string text ) : void
SetLogItemImageIndex ( ListViewItem item, IMAGE_KEYS index ) : void
SetLogItemtext ( ListViewItem item, string text ) : void
SetProgressBarParams ( ProgressBar pb, int minimum, int maximum, int step ) : void
SetProgressBarValue ( ProgressBar pb, int value ) : void
generator_LogEvent ( GeneratingLogMessage mess ) : void

Method Details

AfterShow() public méthode

public AfterShow ( ) : void
Résultat void

BeforeCloseOnNext() public méthode

public BeforeCloseOnNext ( ) : void
Résultat void

BeforeShow() public méthode

public BeforeShow ( ) : void
Résultat void

ConvertationPage() public méthode

public ConvertationPage ( SolutionWrapper sol, ConvertConfig config ) : System
sol SolutionWrapper
config ConvertConfig
Résultat System

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

OnBuildStart() protected méthode

protected OnBuildStart ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnBuildStop() protected méthode

protected OnBuildStop ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnConvertationStart() protected méthode

protected OnConvertationStart ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnConvertationStop() protected méthode

protected OnConvertationStop ( bool error ) : void
error bool
Résultat void