29  qDeleteAll( mChildren );
 
 
   40  child->mParent = 
this;
 
   41  mChildren.append( child );
 
 
Allows representing QgsTiledSceneTiles in a hierarchical tree.
 
void addChild(QgsTiledSceneNode *child)
Adds a child to this node.
 
QgsTiledSceneNode(QgsTiledSceneTile *tile)
Constructor for QgsTiledSceneNode, for the specified tile.
 
QgsTiledSceneTile * tile()
Returns the tile associated with the node.
 
Represents an individual tile from a tiled scene data source.