nodeeditor_doxy
|
[0] More...
#include <mainwindow.h>
Public Member Functions | |
void | setWidget (QWidget *widget) |
ExampleBaseNode (QMenu *contextMenu, QGraphicsItem *parent=0, QGraphicsScene *scene=0, Qt::WindowFlags wFlags=0) | |
virtual void | addConnectorAndLabel (QString name, NodeConnector::ConnectorType t, NodeConnector::ConnectorAlignment align) |
virtual void | serialize (QTextStream &out) |
virtual void | deserialize (QTextStream &out, QMap< int, ExampleBaseNode * > &map) |
virtual int | getId ()=0 |
Public Attributes | |
QGridLayout * | innerGridLayout |
QHBoxLayout * | topLayout |
QVBoxLayout * | leftLayout |
QVBoxLayout * | rightLayout |
QHBoxLayout * | bottomLayout |
[0]
Definition at line 118 of file mainwindow.h.
ExampleBaseNode::ExampleBaseNode | ( | QMenu * | contextMenu, |
QGraphicsItem * | parent = 0 , |
||
QGraphicsScene * | scene = 0 , |
||
Qt::WindowFlags | wFlags = 0 |
||
) | [inline] |
Definition at line 134 of file mainwindow.h.
virtual void ExampleBaseNode::addConnectorAndLabel | ( | QString | name, |
NodeConnector::ConnectorType | t, | ||
NodeConnector::ConnectorAlignment | align | ||
) | [inline, virtual] |
Definition at line 228 of file mainwindow.h.
virtual void ExampleBaseNode::deserialize | ( | QTextStream & | out, |
QMap< int, ExampleBaseNode * > & | map | ||
) | [inline, virtual] |
Definition at line 303 of file mainwindow.h.
virtual int ExampleBaseNode::getId | ( | ) | [pure virtual] |
Implemented in ExampleNode8, ExampleNode7, ExampleNode6, ExampleNode5, ExampleNode2, and ExampleNode1.
virtual void ExampleBaseNode::serialize | ( | QTextStream & | out | ) | [inline, virtual] |
Definition at line 267 of file mainwindow.h.
void ExampleBaseNode::setWidget | ( | QWidget * | widget | ) | [inline] |
Definition at line 127 of file mainwindow.h.
QHBoxLayout* ExampleBaseNode::bottomLayout |
Definition at line 124 of file mainwindow.h.
QGridLayout* ExampleBaseNode::innerGridLayout |
Definition at line 120 of file mainwindow.h.
QVBoxLayout* ExampleBaseNode::leftLayout |
Definition at line 122 of file mainwindow.h.
QVBoxLayout* ExampleBaseNode::rightLayout |
Definition at line 123 of file mainwindow.h.
QHBoxLayout* ExampleBaseNode::topLayout |
Definition at line 121 of file mainwindow.h.