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

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

#include <qgspoint3dbillboardmaterial.h>

Inheritance diagram for QgsPoint3DBillboardMaterial:
Inheritance graph
[legend]

Public Member Functions

 QgsPoint3DBillboardMaterial ()
 
void setSize (const QSizeF size)
 Set the billboard size. More...
 
void setTexture2DFromSymbol (QgsMarkerSymbol *markerSymbol, const Qgs3DMapSettings &map, bool selected=false)
 Set markerSymbol for the texture with map and selected parameter for rendering. More...
 
void setViewportSize (const QSizeF size)
 Set the size of the view port. More...
 
QSizeF size () const
 Returns the billboard size. More...
 
void useDefaultSymbol (const Qgs3DMapSettings &map, bool selected=false)
 Set default symbol for the texture with map and selected parameter for rendering. More...
 
QSizeF windowSize () const
 Returns the size of the view port. More...
 

Detailed Description

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

Since
QGIS 3.10

Definition at line 32 of file qgspoint3dbillboardmaterial.h.

Constructor & Destructor Documentation

◆ QgsPoint3DBillboardMaterial()

QgsPoint3DBillboardMaterial::QgsPoint3DBillboardMaterial ( )

Definition at line 33 of file qgspoint3dbillboardmaterial.cpp.

Member Function Documentation

◆ setSize()

void QgsPoint3DBillboardMaterial::setSize ( const QSizeF  size)

Set the billboard size.

Definition at line 85 of file qgspoint3dbillboardmaterial.cpp.

◆ setTexture2DFromSymbol()

void QgsPoint3DBillboardMaterial::setTexture2DFromSymbol ( QgsMarkerSymbol markerSymbol,
const Qgs3DMapSettings map,
bool  selected = false 
)

Set markerSymbol for the texture with map and selected parameter for rendering.

Definition at line 122 of file qgspoint3dbillboardmaterial.cpp.

◆ setViewportSize()

void QgsPoint3DBillboardMaterial::setViewportSize ( const QSizeF  size)

Set the size of the view port.

Definition at line 95 of file qgspoint3dbillboardmaterial.cpp.

◆ size()

QSizeF QgsPoint3DBillboardMaterial::size ( ) const

Returns the billboard size.

Definition at line 90 of file qgspoint3dbillboardmaterial.cpp.

◆ useDefaultSymbol()

void QgsPoint3DBillboardMaterial::useDefaultSymbol ( const Qgs3DMapSettings map,
bool  selected = false 
)

Set default symbol for the texture with map and selected parameter for rendering.

Definition at line 115 of file qgspoint3dbillboardmaterial.cpp.

◆ windowSize()

QSizeF QgsPoint3DBillboardMaterial::windowSize ( ) const

Returns the size of the view port.

Definition at line 100 of file qgspoint3dbillboardmaterial.cpp.


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