|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| bool | GetState_MechLayerEnabled () |
| bool | GetState_DisplayInSingleLayerMode () |
| bool | GetState_LinkToSheet () |
| void | SetState_MechLayerEnabled (bool AValue) |
| void | SetState_DisplayInSingleLayerMode (bool AValue) |
| void | SetState_LinkToSheet (bool AValue) |
| bool | MirroredLayer (C_V7_Layer *MirrorLayer, IPCB_Board *Board) |
| Public Member Functions inherited from PCB::IPCB_LayerObject | |
| std::wstring | GetState_LayerName () |
| bool | GetState_UsedByPrims () |
| void | SetState_LayerName (std::wstring AName) |
| void | SetState_UsedByPrims (bool Value) |
| bool | IsInLayerStack () |
| C_V7_Layer | V7_LayerID () |
| TV6_Layer | V6_LayerID () |
| IPCB_LayerStackBase * | LayerStack () |
| bool PCB::IPCB_MechanicalLayer::GetState_DisplayInSingleLayerMode | ( | ) |
| bool PCB::IPCB_MechanicalLayer::GetState_LinkToSheet | ( | ) |
| bool PCB::IPCB_MechanicalLayer::GetState_MechLayerEnabled | ( | ) |
| bool PCB::IPCB_MechanicalLayer::MirroredLayer | ( | C_V7_Layer * | MirrorLayer, |
| IPCB_Board * | Board ) |
| void PCB::IPCB_MechanicalLayer::SetState_DisplayInSingleLayerMode | ( | bool | AValue | ) |
| void PCB::IPCB_MechanicalLayer::SetState_LinkToSheet | ( | bool | AValue | ) |
| void PCB::IPCB_MechanicalLayer::SetState_MechLayerEnabled | ( | bool | AValue | ) |