|
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 () | |
| PANEL_SETUP_LAYERS_CTLs (wxTextCtrl *aName, wxCheckBox *aCheckBox, wxControl *aChoiceOrDesc) | |
Public Attributes | |
| wxTextCtrl * | 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.
|
inline |
Definition at line 44 of file panel_setup_layers.h.
| wxCheckBox* PANEL_SETUP_LAYERS_CTLs::checkbox |
Definition at line 52 of file panel_setup_layers.h.
Referenced by PANEL_SETUP_LAYERS::addUserDefinedLayer(), PANEL_SETUP_LAYERS_CTLs(), PANEL_SETUP_LAYERS_CTLs(), and PANEL_SETUP_LAYERS::setLayerCheckBox().
| wxControl* PANEL_SETUP_LAYERS_CTLs::choice |
Definition at line 53 of file panel_setup_layers.h.
Referenced by PANEL_SETUP_LAYERS::addUserDefinedLayer(), PANEL_SETUP_LAYERS_CTLs(), and PANEL_SETUP_LAYERS_CTLs().
| wxTextCtrl* PANEL_SETUP_LAYERS_CTLs::name |
Definition at line 51 of file panel_setup_layers.h.
Referenced by PANEL_SETUP_LAYERS::addUserDefinedLayer(), PANEL_SETUP_LAYERS_CTLs(), and PANEL_SETUP_LAYERS_CTLs().