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