15 #ifndef BORNAGAIN_GUI_COREGUI_VIEWS_SAMPLEDESIGNER_NODEEDITOR_H
16 #define BORNAGAIN_GUI_COREGUI_VIEWS_SAMPLEDESIGNER_NODEEDITOR_H
30 class QGraphicsSceneMouseEvent;
41 void install(QGraphicsScene* scene);
50 QGraphicsItem*
itemAt(
const QPointF&);
The NodeEditor class implement for QGraphicsScene an editable schematic of the dependency graph,...
QGraphicsItem * itemAt(const QPointF &)
bool processMousePress(QGraphicsSceneMouseEvent *event)
bool eventFilter(QObject *object, QEvent *event)
void connectionIsEstablished(NodeEditorConnection *)
NodeEditorConnection * m_conn
NodeEditor(QObject *parent=0)
bool processMouseRelease(QGraphicsSceneMouseEvent *event)
void install(QGraphicsScene *scene)
bool processMouseMove(QGraphicsSceneMouseEvent *event)
void selectionModeChangeRequest(int)