QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsTiledSceneNode Class Reference

Allows representing QgsTiledSceneTiles in a hierarchical tree. More...

#include <qgstiledscenenode.h>

Public Member Functions

 QgsTiledSceneNode (const QgsTiledSceneNode &other)=delete
 QgsTiledSceneNode (QgsTiledSceneTile *tile)
 Constructor for QgsTiledSceneNode, for the specified tile.
 ~QgsTiledSceneNode ()
void addChild (QgsTiledSceneNode *child)
 Adds a child to this node.
QList< QgsTiledSceneNode * > children () const
 Returns this node's children.
QgsTiledSceneNodeoperator= (const QgsTiledSceneNode &other)=delete
QgsTiledSceneNodeparentNode () const
 Returns the parent of this node.
QgsTiledSceneTiletile ()
 Returns the tile associated with the node.

Detailed Description

Allows representing QgsTiledSceneTiles in a hierarchical tree.

Note
Not available in Python bindings
Since
QGIS 3.34

Definition at line 35 of file qgstiledscenenode.h.

Constructor & Destructor Documentation

◆ QgsTiledSceneNode() [1/2]

QgsTiledSceneNode::QgsTiledSceneNode ( QgsTiledSceneTile * tile)

Constructor for QgsTiledSceneNode, for the specified tile.

Ownership of tile is transferred to the node.

Definition at line 22 of file qgstiledscenenode.cpp.

◆ QgsTiledSceneNode() [2/2]

QgsTiledSceneNode::QgsTiledSceneNode ( const QgsTiledSceneNode & other)
delete

◆ ~QgsTiledSceneNode()

QgsTiledSceneNode::~QgsTiledSceneNode ( )

Definition at line 28 of file qgstiledscenenode.cpp.

Member Function Documentation

◆ addChild()

void QgsTiledSceneNode::addChild ( QgsTiledSceneNode * child)

Adds a child to this node.

Ownership of child is transferred to this node, and the parent for child will automatically be set to this node.

Definition at line 39 of file qgstiledscenenode.cpp.

◆ children()

QList< QgsTiledSceneNode * > QgsTiledSceneNode::children ( ) const
inline

Returns this node's children.

Definition at line 72 of file qgstiledscenenode.h.

◆ operator=()

QgsTiledSceneNode & QgsTiledSceneNode::operator= ( const QgsTiledSceneNode & other)
delete

◆ parentNode()

QgsTiledSceneNode * QgsTiledSceneNode::parentNode ( ) const
inline

Returns the parent of this node.

Definition at line 67 of file qgstiledscenenode.h.

◆ tile()

QgsTiledSceneTile * QgsTiledSceneNode::tile ( )

Returns the tile associated with the node.

Definition at line 34 of file qgstiledscenenode.cpp.


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