QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | List of all members
QgsTextFormatDialog Class Reference

A simple dialog for customizing text formatting settings. More...

#include <qgstextformatwidget.h>

Inheritance diagram for QgsTextFormatDialog:
Inheritance graph
[legend]

Public Member Functions

 QgsTextFormatDialog (const QgsTextFormat &format, QgsMapCanvas *mapCanvas=nullptr, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, QgsMapLayer *layer=nullptr)
 Constructor for QgsTextFormatDialog. More...
 
QDialogButtonBox * buttonBox () const
 Returns a reference to the dialog's button box. More...
 
QgsTextFormat format () const
 Returns the current formatting settings defined by the widget. More...
 
void setContext (const QgsSymbolWidgetContext &context)
 Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ QgsTextFormatDialog()

QgsTextFormatDialog::QgsTextFormatDialog ( const QgsTextFormat format,
QgsMapCanvas mapCanvas = nullptr,
QWidget *  parent = nullptr,
Qt::WindowFlags  fl = QgsGuiUtils::ModalDialogFlags,
QgsMapLayer layer = nullptr 
)

Constructor for QgsTextFormatDialog.

Parameters
formatinitial format settings to show in dialog
mapCanvasoptional associated map canvas
parentparent widget
flwindow flags for dialog
layerassociated vector layer

Definition at line 2162 of file qgstextformatwidget.cpp.

Member Function Documentation

◆ buttonBox()

QDialogButtonBox * QgsTextFormatDialog::buttonBox ( ) const

Returns a reference to the dialog's button box.

Since
QGIS 3.10

Definition at line 2199 of file qgstextformatwidget.cpp.

◆ format()

QgsTextFormat QgsTextFormatDialog::format ( ) const

Returns the current formatting settings defined by the widget.

Definition at line 2184 of file qgstextformatwidget.cpp.

◆ setContext()

void QgsTextFormatDialog::setContext ( const QgsSymbolWidgetContext context)

Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts.

Since
QGIS 3.10

Definition at line 2194 of file qgstextformatwidget.cpp.


The documentation for this class was generated from the following files: