KiCad PCB EDA Suite
|
Go to the source code of this file.
Namespaces | |
namespace | LAYER_UTILS |
Utility functions for dealing with layers in the context of a PCB board.s. | |
Functions | |
wxString | LAYER_UTILS::AccumulateNames (const LSEQ &aLayers, const BOARD *aBoard) |
Accumulate layer names from a layer set into a comma separated string. | |
wxString | LAYER_UTILS::AccumulateNames (const LSET &aLayers, const BOARD *aBoard) |
Accumulate layer names from a layer set into a comma separated string, in UI order. | |