|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | FlowStageStarting (IProcessFlow *AStage) |
| void | AddSummaryLine (std::wstring ASection, std::wstring AKey, std::wstring AValue, std::wstring AReportPath) |
| void | AddError (std::wstring AType, std::wstring AFullErrorText) |
| void | RunStarted () |
| void | RunEnded () |
| bool | FlowRunning () |
| IDispatch * | GetCurrentHardDevice () |
| void | SetCurrentHardDevice (IDispatch *const AHardDevice) |
| void SCH::IProcessFlowRunner::AddError | ( | std::wstring | AType, |
| std::wstring | AFullErrorText ) |
| void SCH::IProcessFlowRunner::AddSummaryLine | ( | std::wstring | ASection, |
| std::wstring | AKey, | ||
| std::wstring | AValue, | ||
| std::wstring | AReportPath ) |
| bool SCH::IProcessFlowRunner::FlowRunning | ( | ) |
| void SCH::IProcessFlowRunner::FlowStageStarting | ( | IProcessFlow * | AStage | ) |
| IDispatch * SCH::IProcessFlowRunner::GetCurrentHardDevice | ( | ) |
| void SCH::IProcessFlowRunner::RunEnded | ( | ) |
| void SCH::IProcessFlowRunner::RunStarted | ( | ) |
| void SCH::IProcessFlowRunner::SetCurrentHardDevice | ( | IDispatch *const | AHardDevice | ) |