KiCad PCB EDA Suite
|
The 3 UI control pointers for a single board layer. More...
#include <panel_setup_layers.h>
Public Member Functions | |
PANEL_SETUP_LAYERS_CTLs (wxControl *aName, wxCheckBox *aCheckBox, wxControl *aChoiceOrDesc) | |
Public Attributes | |
wxControl * | name |
wxCheckBox * | checkbox |
wxControl * | choice |
The 3 UI control pointers for a single board layer.
Definition at line 41 of file panel_setup_layers.h.
|
inline |
Definition at line 43 of file panel_setup_layers.h.
wxCheckBox* PANEL_SETUP_LAYERS_CTLs::checkbox |
Definition at line 51 of file panel_setup_layers.h.
Referenced by PANEL_SETUP_LAYERS::addUserDefinedLayer(), PANEL_SETUP_LAYERS::getCheckBox(), PANEL_SETUP_LAYERS_CTLs(), PANEL_SETUP_LAYERS::setCopperLayerCheckBoxes(), PANEL_SETUP_LAYERS::setLayerCheckBox(), and PANEL_SETUP_LAYERS::setUserDefinedLayerCheckBoxes().
wxControl* PANEL_SETUP_LAYERS_CTLs::choice |
Definition at line 52 of file panel_setup_layers.h.
Referenced by PANEL_SETUP_LAYERS::addUserDefinedLayer(), PANEL_SETUP_LAYERS::getChoice(), PANEL_SETUP_LAYERS_CTLs(), PANEL_SETUP_LAYERS::setCopperLayerCheckBoxes(), and PANEL_SETUP_LAYERS::setUserDefinedLayerCheckBoxes().
wxControl* PANEL_SETUP_LAYERS_CTLs::name |
Definition at line 50 of file panel_setup_layers.h.
Referenced by PANEL_SETUP_LAYERS::addUserDefinedLayer(), PANEL_SETUP_LAYERS::getName(), PANEL_SETUP_LAYERS_CTLs(), PANEL_SETUP_LAYERS::setCopperLayerCheckBoxes(), and PANEL_SETUP_LAYERS::setUserDefinedLayerCheckBoxes().