| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
3 More...
#include <qgsbillboardgeometry.h>

Signals | |
| void | countChanged (int count) | 
| Signal when the number of points changed.  More... | |
Public Member Functions | |
| QgsBillboardGeometry (Qt3DCore::QNode *parent=nullptr) | |
| Constructor of QgsBillboardGeometry.  More... | |
| int | count () const | 
| Returns the number of points.  More... | |
| void | setPoints (const QVector< QVector3D > &vertices) | 
| Set the points for the billboard with vertices.  More... | |
Properties | |
| int | count | 
3
Geometry of the billboard rendering for points in 3D map view.
Definition at line 43 of file qgsbillboardgeometry.h.
| QgsBillboardGeometry::QgsBillboardGeometry | ( | Qt3DCore::QNode * | parent = nullptr | ) | 
Constructor of QgsBillboardGeometry.
Definition at line 34 of file qgsbillboardgeometry.cpp.
| int QgsBillboardGeometry::count | ( | ) | const | 
Returns the number of points.
Definition at line 72 of file qgsbillboardgeometry.cpp.
      
  | 
  signal | 
Signal when the number of points changed.
| void QgsBillboardGeometry::setPoints | ( | const QVector< QVector3D > & | vertices | ) | 
Set the points for the billboard with vertices.
Definition at line 52 of file qgsbillboardgeometry.cpp.
      
  | 
  read | 
Definition at line 1 of file qgsbillboardgeometry.h.