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 | GetData () const |
Private Attributes | |
PCB_LAYER_ID | m_id |
A helper wxWidgets control client data object to store layer IDs.
Definition at line 63 of file dialog_plot.cpp.
|
inline |
Definition at line 66 of file dialog_plot.cpp.
|
inline |
Definition at line 67 of file dialog_plot.cpp.
|
inline |
Definition at line 71 of file dialog_plot.cpp.
References m_id.
Referenced by DIALOG_PLOT::applyPlotSettings(), and DIALOG_PLOT::Plot().
|
inline |
|
private |
Definition at line 74 of file dialog_plot.cpp.