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 |
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.
|
inlinevirtual |
Definition at line 39 of file layer_box_selector.h.
|
protectedpure virtual |
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 DIALOG_CLEANUP_TRACKS_AND_VIAS::buildFilterLists(), DIALOG_GLOBAL_EDIT_TEARDROPS::buildFilterLists(), DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::buildFilterLists(), GRID_CELL_LAYER_SELECTOR::Create(), DIALOG_DIMENSION_PROPERTIES::DIALOG_DIMENSION_PROPERTIES(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS(), DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS(), DIALOG_IMPORT_GRAPHICS::DIALOG_IMPORT_GRAPHICS(), DIALOG_OUTSET_ITEMS::DIALOG_OUTSET_ITEMS(), DIALOG_REFERENCE_IMAGE_PROPERTIES::DIALOG_REFERENCE_IMAGE_PROPERTIES(), DIALOG_SHAPE_PROPERTIES::DIALOG_SHAPE_PROPERTIES(), DIALOG_TABLE_PROPERTIES::DIALOG_TABLE_PROPERTIES(), DIALOG_TEXT_PROPERTIES::DIALOG_TEXT_PROPERTIES(), DIALOG_TEXTBOX_PROPERTIES::DIALOG_TEXTBOX_PROPERTIES(), and DIALOG_TRACK_VIA_PROPERTIES::DIALOG_TRACK_VIA_PROPERTIES().
|
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().