|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| void SCH::IProcessFlow::AddChildStage | ( | IProcessFlow * | AStage | ) |
| void SCH::IProcessFlow::AddDependency | ( | IProcessFlow * | AStage | ) |
| bool SCH::IProcessFlow::CanEditProperties | ( | ) |
| bool SCH::IProcessFlow::CanRun | ( | ) |
| void SCH::IProcessFlow::ClearChildren | ( | ) |
| void SCH::IProcessFlow::ClearDependencies | ( | ) |
| void SCH::IProcessFlow::ClearLastRunResult | ( | ) |
| void SCH::IProcessFlow::EditProperties | ( | ) |
| TProcessFlowState SCH::IProcessFlow::FlowState | ( | ) |
| std::wstring SCH::IProcessFlow::GetBasePath | ( | ) |
| IProcessFlow * SCH::IProcessFlow::GetChildStage | ( | int | AIndex | ) |
| int SCH::IProcessFlow::GetChildStageCount | ( | ) |
| int SCH::IProcessFlow::GetDependenciesCount | ( | ) |
| IProcessFlow * SCH::IProcessFlow::GetDependency | ( | int | AIndex | ) |
| IProcessFlow * SCH::IProcessFlow::GetParentStage | ( | ) |
| std::wstring SCH::IProcessFlow::InputDescription | ( | ) |
| bool SCH::IProcessFlow::IsCategory | ( | ) |
| bool SCH::IProcessFlow::IsRunning | ( | ) |
| TFlowRunResult SCH::IProcessFlow::LastRunResult | ( | ) |
| std::wstring SCH::IProcessFlow::OutputDescription | ( | ) |
| void SCH::IProcessFlow::ProjectChanged | ( | std::wstring | AProjectPath | ) |
| int SCH::IProcessFlow::ReportCount | ( | ) |
| std::wstring SCH::IProcessFlow::ReportPath | ( | int | AIndex | ) |
| TFlowRunResult SCH::IProcessFlow::Run | ( | IProcessFlowRunner * | ARunner | ) |
| TFlowRunResult SCH::IProcessFlow::RunAll | ( | IProcessFlowRunner * | ARunner | ) |
| TFlowRunResult SCH::IProcessFlow::RunIfOutOfDate | ( | IProcessFlowRunner * | ARunner | ) |
| IProcessFlow * SCH::IProcessFlow::RunningStage | ( | ) |
| TFlowRunResult SCH::IProcessFlow::RunWholeStage | ( | IProcessFlowRunner * | ARunner | ) |
| void SCH::IProcessFlow::SetBasePath | ( | std::wstring | aPath | ) |
| void SCH::IProcessFlow::SetParentStage | ( | IProcessFlow * | AStage | ) |
| std::wstring SCH::IProcessFlow::StageCaption | ( | ) |
| std::wstring SCH::IProcessFlow::StageDescription | ( | ) |
| std::wstring SCH::IProcessFlow::StageName | ( | ) |
| void SCH::IProcessFlow::Stop | ( | ) |
| bool SCH::IProcessFlow::UpdateFlowState | ( | ) |