![]() |
LibrePCB Developers Documentation
|
The StrokeTextPropertiesDialog class. More...
#include <stroketextpropertiesdialog.h>
Inherits QDialog.
Public Member Functions | |
StrokeTextPropertiesDialog ()=delete | |
StrokeTextPropertiesDialog (const StrokeTextPropertiesDialog &other)=delete | |
StrokeTextPropertiesDialog (StrokeText &text, UndoStack &undoStack, QList< GraphicsLayer * > layers, QWidget *parent=nullptr) noexcept | |
~StrokeTextPropertiesDialog () noexcept | |
StrokeTextPropertiesDialog & | operator= (const StrokeTextPropertiesDialog &rhs)=delete |
Private Member Functions | |
void | on_buttonBox_clicked (QAbstractButton *button) |
bool | applyChanges () noexcept |
void | addLayersToCombobox (const QList< QString > &names) noexcept |
void | selectLayerNameInCombobox (const QString &name) noexcept |
Private Attributes | |
StrokeText & | mText |
UndoStack & | mUndoStack |
QScopedPointer < Ui::StrokeTextPropertiesDialog > | mUi |
The StrokeTextPropertiesDialog class.
|
delete |
|
delete |
|
noexcept |
|
noexcept |
|
delete |
|
private |
|
privatenoexcept |
|
privatenoexcept |
|
privatenoexcept |
|
private |
|
private |
|
private |