OpenStructure
|
#include <label_node.hh>
Inherits SceneNode.
Inherited by RenderModesNode.
Public Member Functions | |
LabelNode (QString name, SceneNode *node_parent) | |
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 |
virtual void | SetName (QString name) |
virtual QString | GetName () 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 label_node.hh.
|
virtual |
Reimplemented from SceneNode.
|
virtual |
Reimplemented from SceneNode.
|
virtual |
Reimplemented from SceneNode.
|
virtual |
|
virtual |
Reimplemented from SceneNode.
|
virtual |