![]() |
LibrePCB Developers Documentation
|
The AlignmentSelector class. More...
#include <alignmentselector.h>
Inherits QWidget.
Collaboration diagram for AlignmentSelector:Public Member Functions | |
| AlignmentSelector (QWidget *parent=nullptr) noexcept | |
| AlignmentSelector (const AlignmentSelector &other)=delete | |
| ~AlignmentSelector () noexcept | |
| void | setReadOnly (bool readOnly) noexcept |
| Alignment | getAlignment () const noexcept |
| void | setAlignment (const Alignment &align) noexcept |
| AlignmentSelector & | operator= (const AlignmentSelector &rhs)=delete |
Private Attributes | |
| QScopedPointer< Ui::AlignmentSelector > | mUi |
| QMap< QRadioButton *, Alignment > | mLookupTable |
The AlignmentSelector class.
|
explicitnoexcept |
Here is the call graph for this function:
|
delete |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
delete |
|
private |
|
private |