![]() |
LibrePCB Developers Documentation
|
The DeviceInstancePropertiesDialog class. More...
#include <deviceinstancepropertiesdialog.h>
Inherits QDialog.
Collaboration diagram for DeviceInstancePropertiesDialog:Public Member Functions | |
| DeviceInstancePropertiesDialog ()=delete | |
| DeviceInstancePropertiesDialog (const DeviceInstancePropertiesDialog &other)=delete | |
| DeviceInstancePropertiesDialog (const Workspace &ws, Project &project, BI_Device &device, UndoStack &undoStack, const LengthUnit &lengthUnit, const QString &settingsPrefix, QWidget *parent) noexcept | |
| ~DeviceInstancePropertiesDialog () noexcept | |
| DeviceInstancePropertiesDialog & | operator= (const DeviceInstancePropertiesDialog &rhs)=delete |
Private Member Functions | |
| void | setSelectedPart (std::shared_ptr< Part > part) noexcept |
| void | buttonBoxClicked (QAbstractButton *button) noexcept |
| void | keyPressEvent (QKeyEvent *e) noexcept override |
| void | accept () noexcept override |
| bool | applyChanges () noexcept |
Private Attributes | |
| const Workspace & | mWorkspace |
| Project & | mProject |
| BI_Device & | mDevice |
| UndoStack & | mUndoStack |
| AttributeList | mAttributes |
| std::shared_ptr< Part > | mSelectedPart |
| QScopedPointer< Ui::DeviceInstancePropertiesDialog > | mUi |
The DeviceInstancePropertiesDialog class.
|
delete |
|
delete |
|
noexcept |
Here is the call graph for this function:
|
noexcept |
|
delete |
|
privatenoexcept |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the caller graph for this function:
|
overrideprivatenoexcept |
|
overrideprivatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |