20#ifndef LIBREPCB_EDITOR_ATTRIBUTEUNITCOMBOBOX_H
21#define LIBREPCB_EDITOR_ATTRIBUTEUNITCOMBOBOX_H
The AttributeType class.
Definition: attributetype.h:42
The AttributeUnit class.
Definition: attributeunit.h:40
The AttributeUnitComboBox class.
Definition: attributeunitcombobox.h:46
void currentItemChanged(const AttributeUnit *unit)
const AttributeUnit * getCurrentItem() const noexcept
Definition: attributeunitcombobox.cpp:66
const AttributeType * mAttributeType
Definition: attributeunitcombobox.h:73
AttributeUnitComboBox(QWidget *parent=nullptr) noexcept
Definition: attributeunitcombobox.cpp:42
~AttributeUnitComboBox() noexcept
Definition: attributeunitcombobox.cpp:59
void currentIndexChanged(int index) noexcept
Definition: attributeunitcombobox.cpp:113
void setCurrentItem(const AttributeUnit *unit) noexcept
Definition: attributeunitcombobox.cpp:101
void setAttributeType(const AttributeType &type) noexcept
Definition: attributeunitcombobox.cpp:77
QComboBox * mComboBox
Definition: attributeunitcombobox.h:72
AttributeUnitComboBox(const AttributeUnitComboBox &other)=delete
Definition: occmodel.cpp:77