|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| IPCB_BoardLayerSet * | GetState_LayerSetByName (std::wstring const ASetName) |
| int | GetState_Count () |
| int | NewLayerSet (std::wstring const ASetName, TV6_LayerSet const ALayers, TV6_Layer const AActive, bool const ALocked, bool const ACurrent, int const APosition) |
| int | NewLayerSetV7 (std::wstring const ASetName, IPCB_LayerSet *const ALayers, C_V7_Layer const AActive, bool const ALocked, bool const ACurrent, int const APosition) |
| bool | UpdateLayerSet (std::wstring const ASetName, TV6_Layer const AActive, TV6_LayerSet const ALayers, bool const AFromBot) |
| bool | UpdateLayerSetV7 (std::wstring const ASetName, C_V7_Layer const AActive, IPCB_LayerSet *const ALayers, bool const AFromBot) |
| int | MakeCurrent (int const APos) |
| IPCB_BoardLayerSet * | GetState_LayerSetByIndex (int const AIndex) |
| int PCB::IPCB_BoardLayerSetManager::GetState_Count | ( | ) |
| IPCB_BoardLayerSet * PCB::IPCB_BoardLayerSetManager::GetState_LayerSetByIndex | ( | int const | AIndex | ) |
| IPCB_BoardLayerSet * PCB::IPCB_BoardLayerSetManager::GetState_LayerSetByName | ( | std::wstring const | ASetName | ) |
| int PCB::IPCB_BoardLayerSetManager::MakeCurrent | ( | int const | APos | ) |
| int PCB::IPCB_BoardLayerSetManager::NewLayerSet | ( | std::wstring const | ASetName, |
| TV6_LayerSet const | ALayers, | ||
| TV6_Layer const | AActive, | ||
| bool const | ALocked, | ||
| bool const | ACurrent, | ||
| int const | APosition ) |
| int PCB::IPCB_BoardLayerSetManager::NewLayerSetV7 | ( | std::wstring const | ASetName, |
| IPCB_LayerSet *const | ALayers, | ||
| C_V7_Layer const | AActive, | ||
| bool const | ALocked, | ||
| bool const | ACurrent, | ||
| int const | APosition ) |
| bool PCB::IPCB_BoardLayerSetManager::UpdateLayerSet | ( | std::wstring const | ASetName, |
| TV6_Layer const | AActive, | ||
| TV6_LayerSet const | ALayers, | ||
| bool const | AFromBot ) |
| bool PCB::IPCB_BoardLayerSetManager::UpdateLayerSetV7 | ( | std::wstring const | ASetName, |
| C_V7_Layer const | AActive, | ||
| IPCB_LayerSet *const | ALayers, | ||
| bool const | AFromBot ) |