![]() |
LibrePCB Developers Documentation
|
The TextPropertiesDialog class. More...
#include <textpropertiesdialog.h>
Inherits QDialog.
Collaboration diagram for TextPropertiesDialog:Public Member Functions | |
| TextPropertiesDialog ()=delete | |
| TextPropertiesDialog (const TextPropertiesDialog &other)=delete | |
| TextPropertiesDialog (Text &text, UndoStack &undoStack, const QSet< const Layer * > &layers, const LengthUnit &lengthUnit, const QString &settingsPrefix, QWidget *parent=nullptr) noexcept | |
| ~TextPropertiesDialog () noexcept | |
| void | setReadOnly (bool readOnly) noexcept |
| TextPropertiesDialog & | operator= (const TextPropertiesDialog &rhs)=delete |
Private Member Functions | |
| void | on_buttonBox_clicked (QAbstractButton *button) |
| bool | applyChanges () noexcept |
Private Attributes | |
| Text & | mText |
| UndoStack & | mUndoStack |
| QScopedPointer< Ui::TextPropertiesDialog > | mUi |
The TextPropertiesDialog class.
|
delete |
|
delete |
|
noexcept |
Here is the call graph for this function:
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
delete |
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |