|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| TFlowRunResult | Internal_Run (bool ForceLastStage, bool ForceThisStage, bool ForceAllStages, IProcessFlowRunner *ARunner) |
| void | BroadcastRunStarting () |
| void | BroadcastRunStopped () |
| void | NotifyRunStarting () |
| void | NotifyRunStopped () |
| void | RegisterChildRunResult (TFlowRunResult aResult) |
| bool | ThisStage_OutputExists () |
| double | ThisStage_DateTimeUpdated () |
| TFlowRunResult | Dependencies_Run (bool Force, IProcessFlowRunner *ARunner) |
| bool | ImmediateDependencies_OutputExists () |
| double | ImmediateDependencies_DateTimeUpdated () |
| bool | Dependencies_UpToDate () |
| void SCH::IProcessFlow_Internal::BroadcastRunStarting | ( | ) |
| void SCH::IProcessFlow_Internal::BroadcastRunStopped | ( | ) |
| TFlowRunResult SCH::IProcessFlow_Internal::Dependencies_Run | ( | bool | Force, |
| IProcessFlowRunner * | ARunner ) |
| bool SCH::IProcessFlow_Internal::Dependencies_UpToDate | ( | ) |
| double SCH::IProcessFlow_Internal::ImmediateDependencies_DateTimeUpdated | ( | ) |
| bool SCH::IProcessFlow_Internal::ImmediateDependencies_OutputExists | ( | ) |
| TFlowRunResult SCH::IProcessFlow_Internal::Internal_Run | ( | bool | ForceLastStage, |
| bool | ForceThisStage, | ||
| bool | ForceAllStages, | ||
| IProcessFlowRunner * | ARunner ) |
| void SCH::IProcessFlow_Internal::NotifyRunStarting | ( | ) |
| void SCH::IProcessFlow_Internal::NotifyRunStopped | ( | ) |
| void SCH::IProcessFlow_Internal::RegisterChildRunResult | ( | TFlowRunResult | aResult | ) |
| double SCH::IProcessFlow_Internal::ThisStage_DateTimeUpdated | ( | ) |
| bool SCH::IProcessFlow_Internal::ThisStage_OutputExists | ( | ) |