20#ifndef LIBREPCB_EDITOR_LAYERCOMBOBOX_H
21#define LIBREPCB_EDITOR_LAYERCOMBOBOX_H
The Layer class provides all supported geometry layers.
Definition layer.h:42
The LayerComboBox class.
Definition layercombobox.h:45
~LayerComboBox() noexcept
Definition layercombobox.cpp:58
void currentLayerChanged(const Layer &layer)
const Layer * getCurrentLayer() const noexcept
Definition layercombobox.cpp:65
void currentIndexChanged(int index) noexcept
Definition layercombobox.cpp:125
void stepDown() noexcept
Definition layercombobox.cpp:114
LayerComboBox(const LayerComboBox &other)=delete
void setLayers(const QSet< const Layer * > &layers) noexcept
Definition layercombobox.cpp:79
void stepUp() noexcept
Definition layercombobox.cpp:107
void setCurrentLayer(const Layer &layer) noexcept
Definition layercombobox.cpp:99
QScopedPointer< QComboBox > mComboBox
Definition layercombobox.h:75
Definition occmodel.cpp:77