KiCad PCB EDA Suite
Loading...
Searching...
No Matches
layer_settings_utils.cpp File Reference
#include <boost/algorithm/string/case_conv.hpp>
#include <magic_enum.hpp>
#include <core/arraydim.h>
#include <settings/layer_settings_utils.h>

Go to the source code of this file.

Functions

GAL_SET UserVisbilityLayers ()
 The set of GAL_LAYER_IDs that correspond to VISIBILITY_LAYERS.
 
GAL_LAYER_ID RenderLayerFromVisibilityLayer (VISIBILITY_LAYER aLayer)
 
std::optional< VISIBILITY_LAYERVisibilityLayerFromRenderLayer (GAL_LAYER_ID aLayerId)
 
std::optional< GAL_LAYER_IDRenderLayerFromVisbilityString (const std::string &aLayer)
 
std::string VisibilityLayerToString (VISIBILITY_LAYER aLayerId)
 

Function Documentation

◆ RenderLayerFromVisbilityString()

std::optional< GAL_LAYER_ID > RenderLayerFromVisbilityString ( const std::string &  aLayer)

◆ RenderLayerFromVisibilityLayer()

◆ UserVisbilityLayers()

◆ VisibilityLayerFromRenderLayer()

◆ VisibilityLayerToString()