|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
A label settings entity for QgsStyle databases. More...
#include <qgsstyle.h>

Public Member Functions | |
| QgsStyleLabelSettingsEntity (const QgsPalLayerSettings &settings) | |
| Constructor for QgsStyleLabelSettingsEntity, with the specified label settings. More... | |
| const QgsPalLayerSettings & | settings () const |
| Returns the entity's label settings. More... | |
| QgsStyle::StyleEntity | type () const override |
| Returns the type of style entity. More... | |
Public Member Functions inherited from QgsStyleEntityInterface | |
| virtual | ~QgsStyleEntityInterface ()=default |
A label settings entity for QgsStyle databases.
Definition at line 1293 of file qgsstyle.h.
|
inline |
Constructor for QgsStyleLabelSettingsEntity, with the specified label settings.
Definition at line 1300 of file qgsstyle.h.
|
inline |
Returns the entity's label settings.
Definition at line 1310 of file qgsstyle.h.
|
overridevirtual |
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3367 of file qgsstyle.cpp.