| 
    KiCad PCB EDA Suite
    
   | 
 
Base class to build a layer list. More...
#include <layer_box_selector.h>
  
Public Member Functions | |
| LAYER_SELECTOR () | |
| virtual | ~LAYER_SELECTOR () | 
| bool | SetLayersHotkeys (bool value) | 
Protected Member Functions | |
| virtual bool | isLayerEnabled (int aLayer) const =0 | 
| Return true if the layer id is enabled (i.e. is it should be displayed).   | |
Protected Attributes | |
| bool | m_layerhotkeys | 
Base class to build a layer list.
Definition at line 34 of file layer_box_selector.h.
| LAYER_SELECTOR::LAYER_SELECTOR | ( | ) | 
Definition at line 37 of file layer_box_selector.cpp.
References m_layerhotkeys.
Referenced by LAYER_BOX_SELECTOR::LAYER_BOX_SELECTOR().
      
  | 
  inlinevirtual | 
Definition at line 39 of file layer_box_selector.h.
      
  | 
  protectedpure virtual | 
Return true if the layer id is enabled (i.e. is it should be displayed).
Implemented in GBR_LAYER_BOX_SELECTOR, and PCB_LAYER_BOX_SELECTOR.
| bool LAYER_SELECTOR::SetLayersHotkeys | ( | bool | value | ) | 
Definition at line 43 of file layer_box_selector.cpp.
References m_layerhotkeys.
Referenced by GRID_CELL_LAYER_SELECTOR::Create().
      
  | 
  protected | 
Definition at line 47 of file layer_box_selector.h.
Referenced by GBR_LAYER_BOX_SELECTOR::GBR_LAYER_BOX_SELECTOR(), LAYER_SELECTOR(), PCB_LAYER_BOX_SELECTOR::Resync(), and SetLayersHotkeys().