mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-06 15:45:30 +00:00
The separates it from the LAYER_SELECTOR class - deciding what color a layer is (say) is separate to managing the actual selection of the layer. For example, sel_layer.cpp only needs the presentation logic. This also makes it eaiser to compose rather than inherit. Additonally, break out the layer pair swatch function to this class. This will also be needed by the layer pair manager UI. Relates-To: https://gitlab.com/kicad/code/kicad/-/issues/15227 |
||
---|---|---|
.. | ||
dcode_selection_box.cpp | ||
dcode_selection_box.h | ||
gbr_layer_box_selector.cpp | ||
gbr_layer_box_selector.h | ||
gerbview_layer_widget.cpp | ||
gerbview_layer_widget.h | ||
layer_widget.cpp | ||
layer_widget.h |