| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
| QgsTextFormat | format () const | 
| Returns the entity's text format.   | |
| QgsStyle::StyleEntity | type () const override | 
| Returns the type of style entity.   | |
  Public Member Functions inherited from QgsStyleEntityInterface | |
| virtual | ~QgsStyleEntityInterface ()=default | 
A text format entity for QgsStyle databases.
Definition at line 1459 of file qgsstyle.h.
      
  | 
  inline | 
Constructor for QgsStyleTextFormatEntity, with the specified text format.
Definition at line 1466 of file qgsstyle.h.
      
  | 
  inline | 
Returns the entity's text format.
Definition at line 1475 of file qgsstyle.h.
      
  | 
  overridevirtual | 
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3446 of file qgsstyle.cpp.