QGIS API Documentation 3.43.0-Master (32433f7016e)
Signals | Public Member Functions | Properties | List of all members
QgsBillboardGeometry Class Reference

Geometry of the billboard rendering for points in 3D map view. More...

#include <qgsbillboardgeometry.h>

Inheritance diagram for QgsBillboardGeometry:
Inheritance graph
[legend]

Signals

void countChanged (int count)
 Signal when the number of points changed.
 

Public Member Functions

 QgsBillboardGeometry (Qt3DCore::QNode *parent=nullptr)
 Constructor of QgsBillboardGeometry.
 
int count () const
 Returns the number of points.
 
void setPoints (const QVector< QVector3D > &vertices)
 Set the points for the billboard with vertices.
 

Properties

int count
 

Detailed Description

Geometry of the billboard rendering for points in 3D map view.

Note
Not available in Python bindings
Since
QGIS 3.10

Definition at line 43 of file qgsbillboardgeometry.h.

Constructor & Destructor Documentation

◆ QgsBillboardGeometry()

QgsBillboardGeometry::QgsBillboardGeometry ( Qt3DCore::QNode *  parent = nullptr)

Constructor of QgsBillboardGeometry.

Definition at line 35 of file qgsbillboardgeometry.cpp.

Member Function Documentation

◆ count()

int QgsBillboardGeometry::count ( ) const

Returns the number of points.

Definition at line 70 of file qgsbillboardgeometry.cpp.

◆ countChanged

void QgsBillboardGeometry::countChanged ( int  count)
signal

Signal when the number of points changed.

◆ setPoints()

void QgsBillboardGeometry::setPoints ( const QVector< QVector3D > &  vertices)

Set the points for the billboard with vertices.

Definition at line 51 of file qgsbillboardgeometry.cpp.

Property Documentation

◆ count

int QgsBillboardGeometry::count
read

Definition at line 48 of file qgsbillboardgeometry.h.


The documentation for this class was generated from the following files: