|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
A text format entity for QgsStyle databases. More...
#include <qgsstyle.h>

Public Member Functions | |
| QgsStyleTextFormatEntity (const QgsTextFormat &format) | |
| Constructor for QgsStyleTextFormatEntity, with the specified text format. More... | |
| QgsTextFormat | format () const |
| Returns the entity's text format. More... | |
| QgsStyle::StyleEntity | type () const override |
| Returns the type of style entity. More... | |
Public Member Functions inherited from QgsStyleEntityInterface | |
| virtual | ~QgsStyleEntityInterface ()=default |
| virtual QgsStyle::StyleEntity | type () const =0 |
| Returns the type of style entity. More... | |
A text format entity for QgsStyle databases.
Definition at line 1404 of file qgsstyle.h.
|
inline |
Constructor for QgsStyleTextFormatEntity, with the specified text format.
Definition at line 1411 of file qgsstyle.h.
|
inline |
Returns the entity's text format.
Definition at line 1420 of file qgsstyle.h.
|
overridevirtual |
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3409 of file qgsstyle.cpp.