KiCad PCB EDA Suite
|
#include <panel_setup_layers.h>
Public Member Functions | |
PANEL_SETUP_LAYERS (wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame) | |
void | ImportSettingsFrom (BOARD *aBoard) |
bool | CheckCopperLayerCount (BOARD *aWorkingBoard, BOARD *aImportedBoard) |
Check and warn if inner copper layers will be deleted. | |
LSET | GetUILayerMask () |
void | SyncCopperLayers (int aNumCopperLayers) |
Called when switching to this tab to make sure that any changes to the copper layer count made on the physical stackup page are reflected here. | |
void | SetPhysicalStackupPanel (PANEL_SETUP_BOARD_STACKUP *aPanel) |
bool | IsInitialized () const |
Protected Attributes | |
wxButton * | m_addUserDefinedLayerButton |
wxStaticLine * | m_staticline2 |
wxScrolledWindow * | m_LayersListPanel |
wxFlexGridSizer * | m_LayersSizer |
Private Member Functions | |
void | setLayerCheckBox (PCB_LAYER_ID layer, bool isChecked) |
void | setCopperLayerCheckBoxes (int copperCount) |
void | setUserDefinedLayerCheckBoxes () |
void | showBoardLayerNames () |
void | showSelectedLayerCheckBoxes (LSET enableLayerMask) |
void | showLayerTypes () |
bool | TransferDataToWindow () override |
bool | TransferDataFromWindow () override |
virtual void | addUserDefinedLayer (wxCommandEvent &aEvent) override |
bool | testLayerNames () |
LSEQ | getRemovedLayersWithItems () |
Return a list of layers removed from the board that contain items. | |
LSEQ | getNonRemovableLayers () |
Return a list of layers in use in footprints, and therefore not removable. | |
wxTextCtrl * | getName (PCB_LAYER_ID aLayer) |
wxCheckBox * | getCheckBox (PCB_LAYER_ID aLayer) |
wxChoice * | getChoice (PCB_LAYER_ID aLayer) |
void | initialize_front_tech_layers () |
void | initialize_layers_controls () |
void | initialize_back_tech_layers () |
void | append_user_layer (PCB_LAYER_ID aLayer) |
Definition at line 57 of file panel_setup_layers.h.
PANEL_SETUP_LAYERS::PANEL_SETUP_LAYERS | ( | wxWindow * | aParentWindow, |
PCB_EDIT_FRAME * | aFrame | ||
) |
Definition at line 62 of file panel_setup_layers.cpp.
References PCB_BASE_FRAME::GetBoard(), and m_pcb.
|
overrideprivatevirtual |
Reimplemented from PANEL_SETUP_LAYERS_BASE.
Definition at line 1122 of file panel_setup_layers.cpp.
References _, append_user_layer(), PANEL_SETUP_LAYERS_CTLs::checkbox, PANEL_SETUP_LAYERS_CTLs::choice, DisplayErrorMessage(), getCheckBox(), PAGED_DIALOG::GetDialog(), EDA_LIST_DIALOG::GetTextSelection(), EDA_LIST_DIALOG::HideFilter(), LayerName(), m_enabledLayers, m_layersControls, PANEL_SETUP_LAYERS_BASE::m_LayersListPanel, LSET::Name(), PANEL_SETUP_LAYERS_CTLs::name, BASE_SET::set(), EDA_LIST_DIALOG::SetListLabel(), DIALOG_SHIM::ShowModal(), UNDEFINED_LAYER, User_1, and LSET::UserDefinedLayersMask().
|
private |
Definition at line 470 of file panel_setup_layers.cpp.
References _, LayerName(), m_layersControls, PANEL_SETUP_LAYERS_BASE::m_LayersListPanel, and PANEL_SETUP_LAYERS_BASE::m_LayersSizer.
Referenced by addUserDefinedLayer(), and initialize_layers_controls().
Check and warn if inner copper layers will be deleted.
This function warns users if they are going to delete inner copper layers because they're importing settings from a board with less copper layers than the board already loaded.
aWorkingBoard | is the currently loaded PCB |
aImportedBoard | is the PCB imported to get settings from. |
Definition at line 1086 of file panel_setup_layers.cpp.
References _, and BOARD::GetCopperLayerCount().
Referenced by DIALOG_BOARD_SETUP::onAuxiliaryAction().
|
private |
Definition at line 503 of file panel_setup_layers.cpp.
References m_layersControls.
Referenced by addUserDefinedLayer(), GetUILayerMask(), and setCopperLayerCheckBoxes().
|
private |
Definition at line 509 of file panel_setup_layers.cpp.
References m_layersControls.
Referenced by showLayerTypes(), and TransferDataFromWindow().
|
private |
Definition at line 497 of file panel_setup_layers.cpp.
References m_layersControls.
Referenced by showBoardLayerNames(), testLayerNames(), and TransferDataFromWindow().
|
private |
Return a list of layers in use in footprints, and therefore not removable.
Definition at line 1043 of file panel_setup_layers.cpp.
References PCB_LAYER_COLLECTOR::Collect(), alg::contains(), GENERAL_COLLECTOR::FootprintItems, COLLECTOR::GetCount(), BOARD::GetEnabledLayers(), GetUILayerMask(), IsCopperLayer(), m_pcb, LSET::Seq(), and PCB_LAYER_COLLECTOR::SetLayerId().
Referenced by TransferDataFromWindow().
|
private |
Return a list of layers removed from the board that contain items.
Footprints and items owned by footprints are not taken in account
Definition at line 982 of file panel_setup_layers.cpp.
References GENERAL_COLLECTOR::BoardLevelItems, PCB_LAYER_COLLECTOR::Collect(), COLLECTOR::GetCount(), BOARD::GetEnabledLayers(), BOARD_ITEM::GetParentFootprint(), GetUILayerMask(), m_pcb, PCB_FOOTPRINT_T, PCB_VIA_T, LSET::Seq(), PCB_LAYER_COLLECTOR::SetLayerId(), EDA_ITEM::Type(), and via.
Referenced by TransferDataFromWindow().
LSET PANEL_SETUP_LAYERS::GetUILayerMask | ( | ) |
Definition at line 634 of file panel_setup_layers.cpp.
References _, getCheckBox(), m_layersControls, and BASE_SET::set().
Referenced by getNonRemovableLayers(), getRemovedLayersWithItems(), PANEL_SETUP_BOARD_STACKUP::OnLayersOptionsChanged(), DIALOG_BOARD_SETUP::onPageChanged(), and TransferDataFromWindow().
void PANEL_SETUP_LAYERS::ImportSettingsFrom | ( | BOARD * | aBoard | ) |
Definition at line 1075 of file panel_setup_layers.cpp.
References m_pcb, and TransferDataToWindow().
Referenced by DIALOG_BOARD_SETUP::onAuxiliaryAction().
|
private |
Definition at line 189 of file panel_setup_layers.cpp.
References _, B_Adhes, B_CrtYd, B_Fab, B_Mask, B_Paste, B_SilkS, Cmts_User, Dwgs_User, Eco1_User, Eco2_User, Edge_Cuts, LayerName(), m_AdhesBackCheckBox, m_AdhesBackName, m_AdhesBackStaticText, m_CommentsCheckBox, m_CommentsName, m_CommentsStaticText, m_CrtYdBackCheckBox, m_CrtYdBackName, m_CrtYdBackStaticText, m_DrawingsCheckBox, m_DrawingsName, m_DrawingsStaticText, m_Eco1CheckBox, m_Eco1Name, m_Eco1StaticText, m_Eco2CheckBox, m_Eco2Name, m_Eco2StaticText, m_FabBackCheckBox, m_FabBackName, m_FabBackStaticText, PANEL_SETUP_LAYERS_BASE::m_LayersListPanel, PANEL_SETUP_LAYERS_BASE::m_LayersSizer, m_MarginCheckBox, m_MarginName, m_MarginStaticText, m_MaskBackCheckBox, m_MaskBackName, m_MaskBackStaticText, m_PCBEdgesCheckBox, m_PCBEdgesName, m_PCBEdgesStaticText, m_SilkSBackCheckBox, m_SilkSBackName, m_SilkSBackStaticText, m_SoldPBackCheckBox, m_SoldPBackName, m_SoldPBackStaticText, mandatoryLayerCbSetup(), and Margin.
Referenced by initialize_layers_controls().
|
private |
Definition at line 72 of file panel_setup_layers.cpp.
References _, F_Adhes, F_CrtYd, F_Fab, F_Mask, F_Paste, F_SilkS, LayerName(), m_AdhesFrontCheckBox, m_AdhesFrontName, m_AdhesFrontStaticText, m_CrtYdFrontCheckBox, m_CrtYdFrontName, m_CrtYdFrontStaticText, m_FabFrontCheckBox, m_FabFrontName, m_FabFrontStaticText, PANEL_SETUP_LAYERS_BASE::m_LayersListPanel, PANEL_SETUP_LAYERS_BASE::m_LayersSizer, m_MaskFrontCheckBox, m_MaskFrontName, m_MaskFrontStaticText, m_SilkSFrontCheckBox, m_SilkSFrontName, m_SilkSFrontStaticText, m_SoldPFrontCheckBox, m_SoldPFrontName, m_SoldPFrontStaticText, and mandatoryLayerCbSetup().
Referenced by initialize_layers_controls().
|
private |
Definition at line 401 of file panel_setup_layers.cpp.
References _, append_user_layer(), B_Adhes, B_CrtYd, B_Fab, B_Mask, B_Paste, B_SilkS, Cmts_User, LSET::copper_layers_begin(), LSET::copper_layers_end(), Dwgs_User, Eco1_User, Eco2_User, Edge_Cuts, F_Adhes, F_CrtYd, F_Fab, F_Mask, F_Paste, F_SilkS, initialize_back_tech_layers(), initialize_front_tech_layers(), LayerName(), m_AdhesBackCheckBox, m_AdhesBackName, m_AdhesBackStaticText, m_AdhesFrontCheckBox, m_AdhesFrontName, m_AdhesFrontStaticText, m_CommentsCheckBox, m_CommentsName, m_CommentsStaticText, m_CrtYdBackCheckBox, m_CrtYdBackName, m_CrtYdBackStaticText, m_CrtYdFrontCheckBox, m_CrtYdFrontName, m_CrtYdFrontStaticText, m_DrawingsCheckBox, m_DrawingsName, m_DrawingsStaticText, m_Eco1CheckBox, m_Eco1Name, m_Eco1StaticText, m_Eco2CheckBox, m_Eco2Name, m_Eco2StaticText, m_enabledLayers, m_FabBackCheckBox, m_FabBackName, m_FabBackStaticText, m_FabFrontCheckBox, m_FabFrontName, m_FabFrontStaticText, m_layersControls, PANEL_SETUP_LAYERS_BASE::m_LayersListPanel, PANEL_SETUP_LAYERS_BASE::m_LayersSizer, m_MarginCheckBox, m_MarginName, m_MarginStaticText, m_MaskBackCheckBox, m_MaskBackName, m_MaskBackStaticText, m_MaskFrontCheckBox, m_MaskFrontName, m_MaskFrontStaticText, m_PCBEdgesCheckBox, m_PCBEdgesName, m_PCBEdgesStaticText, m_SilkSBackCheckBox, m_SilkSBackName, m_SilkSBackStaticText, m_SilkSFrontCheckBox, m_SilkSFrontName, m_SilkSFrontStaticText, m_SoldPBackCheckBox, m_SoldPBackName, m_SoldPBackStaticText, m_SoldPFrontCheckBox, m_SoldPFrontName, m_SoldPFrontStaticText, Margin, LSET::non_copper_layers_begin(), LSET::non_copper_layers_end(), and LSET::UserDefinedLayersMask().
Referenced by SyncCopperLayers(), and TransferDataToWindow().
|
inline |
Definition at line 92 of file panel_setup_layers.h.
References m_initialized.
Referenced by PANEL_SETUP_BOARD_STACKUP::OnLayersOptionsChanged().
|
private |
Definition at line 661 of file panel_setup_layers.cpp.
References LSET::AllCuMask(), B_Cu, F_Cu, getCheckBox(), m_enabledLayers, mandatoryLayerCbSetup(), and BASE_SET::reset().
Referenced by SyncCopperLayers(), and TransferDataToWindow().
|
private |
Definition at line 650 of file panel_setup_layers.cpp.
References PANEL_SETUP_LAYERS_CTLs::checkbox, and m_layersControls.
Referenced by setUserDefinedLayerCheckBoxes(), and showSelectedLayerCheckBoxes().
|
inline |
Definition at line 87 of file panel_setup_layers.h.
References m_physicalStackup.
Referenced by PANEL_SETUP_BOARD_STACKUP::PANEL_SETUP_BOARD_STACKUP().
|
private |
Definition at line 560 of file panel_setup_layers.cpp.
References BOARD::IsLayerEnabled(), m_enabledLayers, m_pcb, setLayerCheckBox(), and LSET::UserDefinedLayersMask().
Referenced by SyncCopperLayers(), and TransferDataToWindow().
|
private |
Definition at line 569 of file panel_setup_layers.cpp.
References BOARD::GetLayerName(), getName(), m_enabledLayers, and m_pcb.
Referenced by SyncCopperLayers(), and TransferDataToWindow().
|
private |
Definition at line 598 of file panel_setup_layers.cpp.
References LSET::AllCuMask(), LSET::CuStack(), getChoice(), BOARD::GetCopperLayerCount(), BOARD::GetLayerType(), LT_AUX, LT_BACK, LT_FRONT, LT_JUMPER, LT_MIXED, LT_POWER, LT_SIGNAL, m_enabledLayers, m_pcb, and LSET::UserDefinedLayersMask().
Referenced by SyncCopperLayers(), and TransferDataToWindow().
|
private |
Definition at line 591 of file panel_setup_layers.cpp.
References m_layersControls, and setLayerCheckBox().
Referenced by SyncCopperLayers(), and TransferDataToWindow().
void PANEL_SETUP_LAYERS::SyncCopperLayers | ( | int | aNumCopperLayers | ) |
Called when switching to this tab to make sure that any changes to the copper layer count made on the physical stackup page are reflected here.
aNumCopperLayers | is the number of copper layers in the board |
Definition at line 538 of file panel_setup_layers.cpp.
References LSET::AllCuMask(), initialize_layers_controls(), IsCopperLayer(), m_enabledLayers, BASE_SET::reset(), setCopperLayerCheckBoxes(), setUserDefinedLayerCheckBoxes(), showBoardLayerNames(), showLayerTypes(), and showSelectedLayerCheckBoxes().
Referenced by DIALOG_BOARD_SETUP::onPageChanged(), and TransferDataFromWindow().
|
private |
Definition at line 919 of file panel_setup_layers.cpp.
References _, LSET::AllLayersMask(), PAGED_DIALOG::GetDialog(), getName(), m_enabledLayers, name, and PAGED_DIALOG::SetError().
Referenced by TransferDataFromWindow().
|
overrideprivate |
Definition at line 688 of file panel_setup_layers.cpp.
References _, GENERAL_COLLECTOR::BoardLevelItems, BOARD::BuildConnectivity(), EDA_BASE_FRAME::ClearUndoRedoList(), PCB_LAYER_COLLECTOR::Collect(), BOARD::Footprints(), getChoice(), PANEL_SETUP_BOARD_STACKUP::GetCopperLayerCount(), COLLECTOR::GetCount(), GetCurrentSelection(), BOARD::GetEnabledLayers(), BOARD::GetLayerName(), BOARD_ITEM::GetLayerSet(), BOARD::GetLayerType(), getName(), getNonRemovableLayers(), BOARD_ITEM::GetParentFootprint(), getRemovedLayersWithItems(), TOOLS_HOLDER::GetToolManager(), GetUILayerMask(), BOARD::GetVisibleLayers(), LSET::InternalCuMask(), IsCopperLayer(), IsOK(), LT_AUX, LT_BACK, LT_FRONT, LT_JUMPER, LT_MIXED, LT_POWER, LT_SIGNAL, LT_UNDEFINED, m_enabledLayers, m_frame, m_pcb, m_physicalStackup, PCB_EDIT_FRAME::OnModify(), pad, PCB_FOOTPRINT_T, PCB_VIA_T, BOARD::Remove(), BASE_SET::reset(), TOOL_MANAGER::RunAction(), PCB_ACTIONS::selectionClear, BOARD::SetEnabledLayers(), PCB_LAYER_COLLECTOR::SetLayerId(), BOARD::SetLayerName(), BOARD_ITEM::SetLayerSet(), BOARD::SetLayerType(), BOARD::SetVisibleLayers(), SyncCopperLayers(), testLayerNames(), EDA_ITEM::Type(), User_1, LSET::UserDefinedLayersMask(), and via.
|
overrideprivate |
Definition at line 515 of file panel_setup_layers.cpp.
References BOARD::GetCopperLayerCount(), BOARD::GetEnabledLayers(), initialize_layers_controls(), m_enabledLayers, m_initialized, m_pcb, Rescue, BASE_SET::reset(), setCopperLayerCheckBoxes(), setUserDefinedLayerCheckBoxes(), showBoardLayerNames(), showLayerTypes(), and showSelectedLayerCheckBoxes().
Referenced by ImportSettingsFrom().
|
protectedinherited |
Definition at line 37 of file panel_setup_layers_base.h.
Referenced by PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE(), and PANEL_SETUP_LAYERS_BASE::~PANEL_SETUP_LAYERS_BASE().
|
private |
Definition at line 176 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 177 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 178 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 148 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 149 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 150 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 204 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 205 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 206 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 184 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 185 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 186 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 140 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 141 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 142 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 208 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 209 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 210 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 196 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 197 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 198 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 200 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 201 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 202 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 134 of file panel_setup_layers.h.
Referenced by addUserDefinedLayer(), initialize_layers_controls(), setCopperLayerCheckBoxes(), setUserDefinedLayerCheckBoxes(), showBoardLayerNames(), showLayerTypes(), SyncCopperLayers(), testLayerNames(), TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 180 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 181 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 182 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 144 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 145 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 146 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 131 of file panel_setup_layers.h.
Referenced by TransferDataFromWindow().
|
private |
Definition at line 135 of file panel_setup_layers.h.
Referenced by IsInitialized(), and TransferDataToWindow().
|
private |
Definition at line 137 of file panel_setup_layers.h.
Referenced by addUserDefinedLayer(), append_user_layer(), getCheckBox(), getChoice(), getName(), GetUILayerMask(), initialize_layers_controls(), setLayerCheckBox(), and showSelectedLayerCheckBoxes().
|
protectedinherited |
Definition at line 39 of file panel_setup_layers_base.h.
Referenced by addUserDefinedLayer(), append_user_layer(), initialize_back_tech_layers(), initialize_front_tech_layers(), initialize_layers_controls(), and PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE().
|
protectedinherited |
Definition at line 40 of file panel_setup_layers_base.h.
Referenced by append_user_layer(), initialize_back_tech_layers(), initialize_front_tech_layers(), initialize_layers_controls(), and PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE().
|
private |
Definition at line 192 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 193 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 194 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 164 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 165 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 166 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 160 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 161 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 162 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 133 of file panel_setup_layers.h.
Referenced by getNonRemovableLayers(), getRemovedLayersWithItems(), ImportSettingsFrom(), PANEL_SETUP_LAYERS(), setUserDefinedLayerCheckBoxes(), showBoardLayerNames(), showLayerTypes(), TransferDataFromWindow(), and TransferDataToWindow().
|
private |
Definition at line 188 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 189 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 190 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 132 of file panel_setup_layers.h.
Referenced by SetPhysicalStackupPanel(), and TransferDataFromWindow().
|
private |
Definition at line 168 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 169 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 170 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 156 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 157 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 158 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 172 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 173 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 174 of file panel_setup_layers.h.
Referenced by initialize_back_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 152 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 153 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
private |
Definition at line 154 of file panel_setup_layers.h.
Referenced by initialize_front_tech_layers(), and initialize_layers_controls().
|
protectedinherited |
Definition at line 38 of file panel_setup_layers_base.h.
Referenced by PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE().