|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
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. | |
| const QgsPalLayerSettings & | settings () const |
| Returns the entity's label settings. | |
| QgsStyle::StyleEntity | type () const override |
| Returns the type of style entity. | |
Public Member Functions inherited from QgsStyleEntityInterface | |
| virtual | ~QgsStyleEntityInterface ()=default |
A label settings entity for QgsStyle databases.
Definition at line 1489 of file qgsstyle.h.
|
inline |
Constructor for QgsStyleLabelSettingsEntity, with the specified label settings.
Definition at line 1496 of file qgsstyle.h.
|
inline |
Returns the entity's label settings.
Definition at line 1506 of file qgsstyle.h.
|
overridevirtual |
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3451 of file qgsstyle.cpp.