KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_SETUP_LAYERS_CTLs Struct Reference

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
 

Detailed Description

The 3 UI control pointers for a single board layer.

Definition at line 41 of file panel_setup_layers.h.

Constructor & Destructor Documentation

◆ PANEL_SETUP_LAYERS_CTLs() [1/2]

PANEL_SETUP_LAYERS_CTLs::PANEL_SETUP_LAYERS_CTLs ( )
inline

Definition at line 43 of file panel_setup_layers.h.

◆ PANEL_SETUP_LAYERS_CTLs() [2/2]

PANEL_SETUP_LAYERS_CTLs::PANEL_SETUP_LAYERS_CTLs ( wxTextCtrl *  aName,
wxCheckBox *  aCheckBox,
wxControl *  aChoiceOrDesc 
)
inline

Definition at line 44 of file panel_setup_layers.h.

References checkbox, choice, and name.

Member Data Documentation

◆ checkbox

wxCheckBox* PANEL_SETUP_LAYERS_CTLs::checkbox

◆ choice

wxControl* PANEL_SETUP_LAYERS_CTLs::choice

◆ name

wxTextCtrl* PANEL_SETUP_LAYERS_CTLs::name

The documentation for this struct was generated from the following file: