20#ifndef LIBREPCB_EDITOR_BOARDPLANEPROPERTIESDIALOG_H
21#define LIBREPCB_EDITOR_BOARDPLANEPROPERTIESDIALOG_H
44class BoardPlanePropertiesDialog;
63 const QString& settingsPrefix,
64 QWidget* parent)
noexcept;
The BI_Plane class.
Definition: bi_plane.h:52
The LengthUnit class represents a length unit (millimeters, inches,...) and provides some useful meth...
Definition: lengthunit.h:60
The Project class represents a whole (opened) project with all its content.
Definition: project.h:71
The BoardPlanePropertiesDialog class.
Definition: boardplanepropertiesdialog.h:54
BI_Plane & mPlane
Definition: boardplanepropertiesdialog.h:75
UndoStack & mUndoStack
Definition: boardplanepropertiesdialog.h:77
QScopedPointer< Ui::BoardPlanePropertiesDialog > mUi
Definition: boardplanepropertiesdialog.h:76
Project & mProject
Definition: boardplanepropertiesdialog.h:74
~BoardPlanePropertiesDialog() noexcept
Definition: boardplanepropertiesdialog.cpp:144
bool applyChanges() noexcept
Definition: boardplanepropertiesdialog.cpp:172
BoardPlanePropertiesDialog()=delete
BoardPlanePropertiesDialog(const BoardPlanePropertiesDialog &other)=delete
void buttonBoxClicked(QAbstractButton *button) noexcept
Definition: boardplanepropertiesdialog.cpp:152
The UndoStack class holds UndoCommand objects and provides undo/redo commands.
Definition: undostack.h:106
Definition: occmodel.cpp:77