Property | Type | Description | |
---|---|---|---|
m_AddToLog | DelegateAddToLog | ||
m_DelegateBuildStepCompleted | DelegateBuildStepCompleted | ||
m_DelegateBuildStepError | DelegateBuildStepError | ||
m_DelegateBuildStepStarted | DelegateBuildStepStarted | ||
m_DelegateThreadFinished | DelegateThreadFinished |
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 |
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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, |
||
cmBuildSelected_Click ( object sender, |
||
cmdCLose_Click ( object sender, |
||
cmdRun_Click ( object sender, |
||
cmdStop_Click ( object sender, |
||
frmMain_Load ( object sender, |
||
lvwBuildSteps_DoubleClick ( object sender, |
||
timerBuildTime_Tick ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public m_oBuilder_MessageLog ( bool timestamp, string message ) : void | ||
timestamp | bool | |
message | string | |
return | void |
public worker_StepCompleted ( int stepIndex ) : void | ||
stepIndex | int | |
return | void |
public worker_StepError ( int stepindex, string errorMessage ) : void | ||
stepindex | int | |
errorMessage | string | |
return | void |
public worker_StepStarted ( int stepIndex ) : void | ||
stepIndex | int | |
return | void |
public DelegateBuildStepCompleted m_DelegateBuildStepCompleted | ||
return | DelegateBuildStepCompleted |
public DelegateBuildStepError m_DelegateBuildStepError | ||
return | DelegateBuildStepError |
public DelegateBuildStepStarted m_DelegateBuildStepStarted | ||
return | DelegateBuildStepStarted |