20#ifndef LIBREPCB_EDITOR_ALIGNMENTSELECTOR_H
21#define LIBREPCB_EDITOR_ALIGNMENTSELECTOR_H
38class AlignmentSelector;
The Alignment class.
Definition alignment.h:115
The AlignmentSelector class.
Definition alignmentselector.h:48
void setAlignment(const Alignment &align) noexcept
Definition alignmentselector.cpp:82
void setReadOnly(bool readOnly) noexcept
Definition alignmentselector.cpp:62
QScopedPointer< Ui::AlignmentSelector > mUi
Definition alignmentselector.h:66
QMap< QRadioButton *, Alignment > mLookupTable
Definition alignmentselector.h:67
AlignmentSelector(const AlignmentSelector &other)=delete
~AlignmentSelector() noexcept
Definition alignmentselector.cpp:55
Alignment getAlignment() const noexcept
Definition alignmentselector.cpp:74
Definition occmodel.cpp:76