![]() |
LibrePCB Developers Documentation
|
The PackagePadComboBox class. More...
#include <packagepadcombobox.h>
Inherits QWidget.
Collaboration diagram for PackagePadComboBox:Signals | |
| void | currentPadChanged (std::optional< Uuid > pad) |
Public Member Functions | |
| PackagePadComboBox (QWidget *parent=nullptr) noexcept | |
| PackagePadComboBox (const PackagePadComboBox &other)=delete | |
| ~PackagePadComboBox () noexcept | |
| std::optional< Uuid > | getCurrentPad () const noexcept |
| void | setPads (const PackagePadList &pads) noexcept |
| void | setCurrentPad (std::optional< Uuid > pad) noexcept |
| PackagePadComboBox & | operator= (const PackagePadComboBox &rhs)=delete |
Private Member Functions | |
| std::optional< Uuid > | getPadAtIndex (int index) const noexcept |
| void | currentIndexChanged (int index) noexcept |
Private Attributes | |
| QComboBox * | mComboBox |
The PackagePadComboBox class.
|
explicitnoexcept |
Here is the call graph for this function:
|
delete |
|
noexcept |
|
noexcept |
Here is the call graph for this function:
|
noexcept |
|
noexcept |
|
delete |
|
signal |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
private |