| 
    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 82 of file dialog_plot.cpp.
      
  | 
  inline | 
Definition at line 85 of file dialog_plot.cpp.
References m_id, and UNDEFINED_LAYER.
      
  | 
  inline | 
Definition at line 89 of file dialog_plot.cpp.
References m_id.
      
  | 
  inline | 
Definition at line 94 of file dialog_plot.cpp.
References m_id.
Referenced by DIALOG_PLOT::applyPlotSettings(), and DIALOG_PLOT::Plot().
      
  | 
  inline | 
Definition at line 93 of file dialog_plot.cpp.
References m_id.
      
  | 
  private | 
Definition at line 97 of file dialog_plot.cpp.
Referenced by Layer(), PCB_LAYER_ID_CLIENT_DATA(), PCB_LAYER_ID_CLIENT_DATA(), and SetData().