24#ifndef PCB_LAYER_PRESENTATION_H 
   25#define PCB_LAYER_PRESENTATION_H 
A color representation with 4 components: red, green, blue, alpha.
 
Base class for an object that can provide information about presenting layers (colours,...
 
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs.
 
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
 
PCB_BASE_FRAME * m_boardFrame
 
wxString getLayerName(int aLayer) const override
 
PCB_LAYER_PRESENTATION(PCB_BASE_FRAME *aFrame)
 
LSEQ getOrderedEnabledLayers() const
 
void SetBoardFrame(PCB_BASE_FRAME *aFrame)
Annoying post-ctor initialization (for when PCB_LAYER_BOX_SELECTOR doesn't have access to the PCB_BAS...
 
COLOR4D getLayerColor(int aLayer) const override
 
wxString getLayerPairName(const LAYER_PAIR &aPair) const