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