|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
A simple dialog for customizing text formatting settings. More...
#include <qgstextformatwidget.h>

Public Member Functions | |
| QgsTextFormatDialog (const QgsTextFormat &format, QgsMapCanvas *mapCanvas=nullptr, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, QgsMapLayer *layer=nullptr) | |
| Constructor for QgsTextFormatDialog. | |
| QDialogButtonBox * | buttonBox () const |
| Returns a reference to the dialog's button box. | |
| QgsTextFormat | format () const |
| Returns the current formatting settings defined by the widget. | |
| void | setContext (const QgsSymbolWidgetContext &context) |
| Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts. | |
A simple dialog for customizing text formatting settings.
QgsTextFormatDialog provides a dialog for controlling the appearance of text rendered using QgsTextRenderer. The dialog includes all settings contained within a QgsTextFormat, including shadow, background and buffer.
Definition at line 330 of file qgstextformatwidget.h.
| QgsTextFormatDialog::QgsTextFormatDialog | ( | const QgsTextFormat & | format, |
| QgsMapCanvas * | mapCanvas = nullptr, |
||
| QWidget * | parent = nullptr, |
||
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags, |
||
| QgsMapLayer * | layer = nullptr |
||
| ) |
Constructor for QgsTextFormatDialog.
| format | initial format settings to show in dialog |
| mapCanvas | optional associated map canvas |
| parent | parent widget |
| fl | window flags for dialog |
| layer | associated vector layer |
Definition at line 2162 of file qgstextformatwidget.cpp.
| QDialogButtonBox * QgsTextFormatDialog::buttonBox | ( | ) | const |
Returns a reference to the dialog's button box.
Definition at line 2199 of file qgstextformatwidget.cpp.
| QgsTextFormat QgsTextFormatDialog::format | ( | ) | const |
Returns the current formatting settings defined by the widget.
Definition at line 2184 of file qgstextformatwidget.cpp.
| void QgsTextFormatDialog::setContext | ( | const QgsSymbolWidgetContext & | context | ) |
Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts.
Definition at line 2194 of file qgstextformatwidget.cpp.