C# Class hMailServer_builder.frmMain

Inheritance: System.Windows.Forms.Form
Show file Open project: nberardi/hMailServer

Public Properties

Property Type Description
m_AddToLog DelegateAddToLog
m_DelegateBuildStepCompleted DelegateBuildStepCompleted
m_DelegateBuildStepError DelegateBuildStepError
m_DelegateBuildStepStarted DelegateBuildStepStarted
m_DelegateThreadFinished DelegateThreadFinished

Private Properties

Property Type Description
BuildSelected void
InitializeComponent void
LoadSettings void
OnAddToLog void
OnBuildStepCompleted void
OnBuildStepError void
OnBuildStepStarted void
OnThreadFinished void
Run void
SaveSettings void
StopThread void
ThreadEntryPoint void
VisualizeBuild void
cmBuildFromCursor_Click void
cmBuildSelected_Click void
cmdCLose_Click void
cmdRun_Click void
cmdStop_Click void
frmMain_Load void
lvwBuildSteps_DoubleClick void
timerBuildTime_Tick void

Public Methods

Method Description
frmMain ( ) : System
m_oBuilder_MessageLog ( bool timestamp, string message ) : void
worker_StepCompleted ( int stepIndex ) : void
worker_StepError ( int stepindex, string errorMessage ) : void
worker_StepStarted ( int stepIndex ) : void
worker_ThreadFinished ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildSelected ( ) : void
InitializeComponent ( ) : void

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

LoadSettings ( ) : void
OnAddToLog ( string sMessage, bool timestamp ) : void
OnBuildStepCompleted ( int index ) : void
OnBuildStepError ( int index, string sError ) : void
OnBuildStepStarted ( int index ) : void
OnThreadFinished ( ) : void
Run ( int iStartIndex, int iStopIndex ) : void
SaveSettings ( ) : void
StopThread ( ) : void
ThreadEntryPoint ( ) : void
VisualizeBuild ( ) : void
cmBuildFromCursor_Click ( object sender, EventArgs e ) : void
cmBuildSelected_Click ( object sender, EventArgs e ) : void
cmdCLose_Click ( object sender, EventArgs e ) : void
cmdRun_Click ( object sender, EventArgs e ) : void
cmdStop_Click ( object sender, EventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
lvwBuildSteps_DoubleClick ( object sender, EventArgs e ) : void
timerBuildTime_Tick ( 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

frmMain() public method

public frmMain ( ) : System
return System

m_oBuilder_MessageLog() public method

public m_oBuilder_MessageLog ( bool timestamp, string message ) : void
timestamp bool
message string
return void

worker_StepCompleted() public method

public worker_StepCompleted ( int stepIndex ) : void
stepIndex int
return void

worker_StepError() public method

public worker_StepError ( int stepindex, string errorMessage ) : void
stepindex int
errorMessage string
return void

worker_StepStarted() public method

public worker_StepStarted ( int stepIndex ) : void
stepIndex int
return void

worker_ThreadFinished() public method

public worker_ThreadFinished ( ) : void
return void

Property Details

m_AddToLog public property

public DelegateAddToLog m_AddToLog
return DelegateAddToLog

m_DelegateBuildStepCompleted public property

public DelegateBuildStepCompleted m_DelegateBuildStepCompleted
return DelegateBuildStepCompleted

m_DelegateBuildStepError public property

public DelegateBuildStepError m_DelegateBuildStepError
return DelegateBuildStepError

m_DelegateBuildStepStarted public property

public DelegateBuildStepStarted m_DelegateBuildStepStarted
return DelegateBuildStepStarted

m_DelegateThreadFinished public property

public DelegateThreadFinished m_DelegateThreadFinished
return DelegateThreadFinished