19#ifndef QGSTILEDSCENENODE_H
20#define QGSTILEDSCENENODE_H
74 QList< QgsTiledSceneNode * >
children()
const {
return mChildren; }
82 std::unique_ptr< QgsTiledSceneTile > mTile;
85 QList< QgsTiledSceneNode * > mChildren;
Allows representing QgsTiledSceneTiles in a hierarchical tree.
void addChild(QgsTiledSceneNode *child)
Adds a child to this node.
QgsTiledSceneNode & operator=(const QgsTiledSceneNode &other)=delete
QgsTiledSceneNode cannot be copied.
QgsTiledSceneNode * parentNode() const
Returns the parent of this node.
QList< QgsTiledSceneNode * > children() const
Returns this node's children.
QgsTiledSceneNode(const QgsTiledSceneNode &other)=delete
QgsTiledSceneNode cannot be copied.
QgsTiledSceneTile * tile()
Returns the tile associated with the node.
Represents an individual tile from a tiled scene data source.