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

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

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

Member Function Documentation

◆ count()

int QgsBillboardGeometry::count ( ) const

Returns the number of points.

Definition at line 72 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 52 of file qgsbillboardgeometry.cpp.

Property Documentation

◆ count

int QgsBillboardGeometry::count
read

Definition at line 1 of file qgsbillboardgeometry.h.


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