KiCad PCB EDA Suite
|
A helper wxWidgets control client data object to store layer IDs. More...
Public Member Functions | |
PCB_LAYER_ID_CLIENT_DATA () | |
PCB_LAYER_ID_CLIENT_DATA (PCB_LAYER_ID aId) | |
void | SetData (PCB_LAYER_ID aId) |
PCB_LAYER_ID | Layer () const |
Private Attributes | |
PCB_LAYER_ID | m_id |
A helper wxWidgets control client data object to store layer IDs.
Definition at line 65 of file dialog_plot.cpp.
|
inline |
Definition at line 68 of file dialog_plot.cpp.
|
inline |
Definition at line 72 of file dialog_plot.cpp.
|
inline |
Definition at line 77 of file dialog_plot.cpp.
References m_id.
Referenced by DIALOG_PLOT::applyPlotSettings(), DIALOG_PLOT::arrangeAllLayersList(), DIALOG_PLOT::Plot(), and DIALOG_PLOT::~DIALOG_PLOT().
|
inline |
Definition at line 76 of file dialog_plot.cpp.
References m_id.
|
private |
Definition at line 80 of file dialog_plot.cpp.