|
OpenStructure
|
#include <root_node.hh>
Inherits SceneNode.
Public Member Functions | |
| RootNode (SceneNode *node_parent) | |
| RootNode (QObject *parent=0) | |
| virtual QVariant | GetData (int column, int role) |
| virtual bool | SetData (int column, const QVariant &value, int role) |
| virtual Qt::ItemFlags | Flags (int column) const |
| virtual int | GetColumnCount () const |
Public Member Functions inherited from SceneNode | |
| SceneNode (SceneNode *node_parent) | |
| SceneNode (QObject *parent=0) | |
| virtual | ~SceneNode () |
| SceneNode * | GetParent () const |
| void | AddChild (SceneNode *node) |
| virtual SceneNode * | GetChild (int row) const |
| virtual int | GetChildRow (const SceneNode *node) const |
| virtual int | GetRow () const |
Definition at line 35 of file root_node.hh.
| RootNode | ( | QObject * | parent = 0 | ) |
|
virtual |
Reimplemented from SceneNode.
|
virtual |
Reimplemented from SceneNode.
|
virtual |
Reimplemented from SceneNode.
|
virtual |
Reimplemented from SceneNode.