#include <warptreeview.h>
Public Member Functions |
|
WarpTreeNode (int d) | |
Public Attributes |
|
QModelIndex | index |
QRect | rect |
int | depth |
WarpTreeNode::WarpTreeNode | ( | int | d | ) | [inline] |
Construct a new WarpTreeNode
QModelIndex WarpTreeNode::index |
The data belonging to this node.
QRect WarpTreeNode::rect |
The bounding rectangle for this node.
The depth in the hierarchy of this node. The root node has depth 0.