QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Signals | Public Member Functions | Properties | List of all members
QgsBillboardGeometry Class Reference

3 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. 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
 

Detailed Description

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

Since
QGIS 3.10

Definition at line 31 of file qgsbillboardgeometry.h.

Constructor & Destructor Documentation

◆ QgsBillboardGeometry()

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

Constructor of QgsBillboardGeometry.

Definition at line 20 of file qgsbillboardgeometry.cpp.

Member Function Documentation

◆ count()

int QgsBillboardGeometry::count ( ) const

Returns the number of points.

◆ 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 36 of file qgsbillboardgeometry.cpp.

Property Documentation

◆ count

int QgsBillboardGeometry::count
read

Definition at line 35 of file qgsbillboardgeometry.h.


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