KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LAYER_SELECTOR Class Referenceabstract

Base class to build a layer list. More...

#include <layer_box_selector.h>

Inheritance diagram for LAYER_SELECTOR:
LAYER_BOX_SELECTOR GBR_LAYER_BOX_SELECTOR PCB_LAYER_BOX_SELECTOR

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
 

Detailed Description

Base class to build a layer list.

Definition at line 34 of file layer_box_selector.h.

Constructor & Destructor Documentation

◆ LAYER_SELECTOR()

LAYER_SELECTOR::LAYER_SELECTOR ( )

Definition at line 37 of file layer_box_selector.cpp.

References m_layerhotkeys.

◆ ~LAYER_SELECTOR()

virtual LAYER_SELECTOR::~LAYER_SELECTOR ( )
inlinevirtual

Definition at line 39 of file layer_box_selector.h.

Member Function Documentation

◆ isLayerEnabled()

virtual bool LAYER_SELECTOR::isLayerEnabled ( int  aLayer) const
protectedpure virtual

◆ SetLayersHotkeys()

Member Data Documentation

◆ m_layerhotkeys

bool LAYER_SELECTOR::m_layerhotkeys
protected

The documentation for this class was generated from the following files: