LibrePCB Developers Documentation
|
The AttributeUnitComboBox class. More...
#include <attributeunitcombobox.h>
Inherits QWidget.
Signals | |
void | currentItemChanged (const AttributeUnit *unit) |
Public Member Functions | |
AttributeUnitComboBox (QWidget *parent=nullptr) noexcept | |
AttributeUnitComboBox (const AttributeUnitComboBox &other)=delete | |
~AttributeUnitComboBox () noexcept | |
const AttributeUnit * | getCurrentItem () const noexcept |
void | setAttributeType (const AttributeType &type) noexcept |
void | setCurrentItem (const AttributeUnit *unit) noexcept |
AttributeUnitComboBox & | operator= (const AttributeUnitComboBox &rhs)=delete |
Private Member Functions | |
void | currentIndexChanged (int index) noexcept |
Private Attributes | |
QComboBox * | mComboBox |
const AttributeType * | mAttributeType |
The AttributeUnitComboBox class.
|
explicitnoexcept |
|
delete |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
delete |
|
signal |
|
privatenoexcept |
|
private |
|
private |