LibrePCB Developers Documentation
|
The CirclePropertiesDialog class. More...
#include <circlepropertiesdialog.h>
Inherits QDialog.
Public Member Functions | |
CirclePropertiesDialog ()=delete | |
CirclePropertiesDialog (const CirclePropertiesDialog &other)=delete | |
CirclePropertiesDialog (Circle &circle, UndoStack &undoStack, const QSet< const Layer * > &layers, const LengthUnit &lengthUnit, const QString &settingsPrefix, QWidget *parent=nullptr) noexcept | |
~CirclePropertiesDialog () noexcept | |
void | setReadOnly (bool readOnly) noexcept |
CirclePropertiesDialog & | operator= (const CirclePropertiesDialog &rhs)=delete |
Private Member Functions | |
void | buttonBoxClicked (QAbstractButton *button) noexcept |
bool | applyChanges () noexcept |
Private Attributes | |
Circle & | mCircle |
UndoStack & | mUndoStack |
QScopedPointer< Ui::CirclePropertiesDialog > | mUi |
The CirclePropertiesDialog class.
|
delete |
|
delete |
|
noexcept |
|
noexcept |
|
noexcept |
|
delete |
|
privatenoexcept |
|
privatenoexcept |
|
private |
|
private |
|
private |