![]() |
LibrePCB Developers Documentation
|
The SymbolPinPropertiesDialog class. More...
#include <symbolpinpropertiesdialog.h>
Inherits QDialog.
Collaboration diagram for SymbolPinPropertiesDialog:Public Member Functions | |
| SymbolPinPropertiesDialog ()=delete | |
| SymbolPinPropertiesDialog (const SymbolPinPropertiesDialog &other)=delete | |
| SymbolPinPropertiesDialog (std::shared_ptr< SymbolPin > pin, UndoStack &undoStack, const LengthUnit &lengthUnit, const QString &settingsPrefix, QWidget *parent=nullptr) noexcept | |
| ~SymbolPinPropertiesDialog () noexcept | |
| void | setReadOnly (bool readOnly) noexcept |
| SymbolPinPropertiesDialog & | operator= (const SymbolPinPropertiesDialog &rhs)=delete |
Private Member Functions | |
| void | updateNamePositionTooltip (const UnsignedLength &length) noexcept |
| void | on_buttonBox_clicked (QAbstractButton *button) |
| bool | applyChanges () noexcept |
Private Attributes | |
| std::shared_ptr< SymbolPin > | mSymbolPin |
| UndoStack & | mUndoStack |
| QScopedPointer< Ui::SymbolPinPropertiesDialog > | mUi |
The SymbolPinPropertiesDialog class.
|
delete |
|
delete |
|
noexcept |
Here is the call graph for this function:
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
delete |
|
privatenoexcept |
Here is the call graph for this function:
|
private |
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
|
private |
|
private |
|
private |