| 
    QGIS API Documentation
    3.24.2-Tisler (13c1a02865)
    
   | 
 
A legend patch shape entity for QgsStyle databases. More...
#include <qgsstyle.h>

Public Member Functions | |
| QgsStyleLegendPatchShapeEntity (const QgsLegendPatchShape &shape) | |
| Constructor for QgsStyleLegendPatchShapeEntity, with the specified legend patch shape.  More... | |
| const QgsLegendPatchShape & | shape () const | 
| Returns the entity's legend patch shape.  More... | |
| QgsStyle::StyleEntity | type () const override | 
| Returns the type of style entity.  More... | |
  Public Member Functions inherited from QgsStyleEntityInterface | |
| virtual | ~QgsStyleEntityInterface ()=default | 
A legend patch shape entity for QgsStyle databases.
Definition at line 1344 of file qgsstyle.h.
      
  | 
  inline | 
Constructor for QgsStyleLegendPatchShapeEntity, with the specified legend patch shape.
Definition at line 1351 of file qgsstyle.h.
      
  | 
  inline | 
Returns the entity's legend patch shape.
Definition at line 1361 of file qgsstyle.h.
      
  | 
  overridevirtual | 
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3410 of file qgsstyle.cpp.