![]() |
LibrePCB Developers Documentation
|
The AngleEdit class is a widget to view/edit librepcb::Angle values. More...
#include <angleedit.h>
Inheritance diagram for AngleEdit:
Collaboration diagram for AngleEdit:Signals | |
| void | valueChanged (const Angle &value) |
Signals inherited from NumberEditBase | |
| void | editingFinished () |
Public Member Functions | |
| AngleEdit (QWidget *parent=nullptr) noexcept | |
| AngleEdit (const AngleEdit &other)=delete | |
| virtual | ~AngleEdit () noexcept |
| const Angle & | getValue () const noexcept |
| void | setValue (const Angle &value) noexcept |
| AngleEdit & | operator= (const AngleEdit &rhs)=delete |
Public Member Functions inherited from NumberEditBase | |
| NumberEditBase (QWidget *parent=nullptr) noexcept | |
| NumberEditBase (const NumberEditBase &other)=delete | |
| virtual | ~NumberEditBase () noexcept |
| void | setReadOnly (bool readOnly) noexcept |
| void | setSingleStep (std::optional< double > step) noexcept |
| void | setFrame (bool frame) noexcept |
| void | selectAll () noexcept |
| NumberEditBase & | operator= (const NumberEditBase &rhs)=delete |
Private Member Functions | |
| void | updateSpinBox () noexcept override |
| void | spinBoxValueChanged (double value) noexcept override |
Private Attributes | |
| Angle | mValue |
Additional Inherited Members | |
Protected Attributes inherited from NumberEditBase | |
| QScopedPointer< DoubleSpinBox > | mSpinBox |
The AngleEdit class is a widget to view/edit librepcb::Angle values.
|
explicitnoexcept |
|
virtualnoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:
|
overrideprivatevirtualnoexcept |
|
overrideprivatevirtualnoexcept |
|
private |