20#ifndef LIBREPCB_EDITOR_ATTRIBUTETYPECOMBOBOX_H
21#define LIBREPCB_EDITOR_ATTRIBUTETYPECOMBOBOX_H
The AttributeType class.
Definition: attributetype.h:42
The AttributeTypeComboBox class.
Definition: attributetypecombobox.h:45
void setCurrentItem(const AttributeType &type) noexcept
Definition: attributetypecombobox.cpp:74
AttributeTypeComboBox(const AttributeTypeComboBox &other)=delete
~AttributeTypeComboBox() noexcept
Definition: attributetypecombobox.cpp:56
void currentItemChanged(const AttributeType *type)
void currentIndexChanged(int index) noexcept
Definition: attributetypecombobox.cpp:85
QComboBox * mComboBox
Definition: attributetypecombobox.h:70
AttributeTypeComboBox(QWidget *parent=nullptr) noexcept
Definition: attributetypecombobox.cpp:40
const AttributeType & getCurrentItem() const noexcept
Definition: attributetypecombobox.cpp:63
Definition: occmodel.cpp:77