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:59
void currentLayerChanged(const Layer &layer)
const Layer * getCurrentLayer() const noexcept
Definition layercombobox.cpp:66
void currentIndexChanged(int index) noexcept
Definition layercombobox.cpp:127
void stepDown() noexcept
Definition layercombobox.cpp:116
LayerComboBox(const LayerComboBox &other)=delete
void setLayers(const QSet< const Layer * > &layers) noexcept
Definition layercombobox.cpp:80
void stepUp() noexcept
Definition layercombobox.cpp:109
void setCurrentLayer(const Layer &layer) noexcept
Definition layercombobox.cpp:101
QScopedPointer< QComboBox > mComboBox
Definition layercombobox.h:75
Definition occmodel.cpp:76