PeriDyno 1.2.1
Loading...
Searching...
No Matches
QtNodeFlowView.h
Go to the documentation of this file.
1#pragma once
2
3#include "nodes/QNode"
4#include "nodes/QFlowView"
5
6namespace Qt
7{
9 : public QtFlowView
10 {
11 Q_OBJECT
12 public:
13
14 QtNodeFlowView(QWidget *parent = Q_NULLPTR);
15 QtNodeFlowView(QtFlowScene *scene, QWidget *parent = Q_NULLPTR);
16
19
20 public Q_SLOTS:
21 void showPortContextMenu(QtNode& n, const PortIndex index, const QPointF& pos);
22 };
23}
int PortIndex
QtNodeFlowView(const QtNodeFlowView &)=delete
QtNodeFlowView operator=(const QtNodeFlowView &)=delete
QtNodeFlowView(QWidget *parent=Q_NULLPTR)
void showPortContextMenu(QtNode &n, const PortIndex index, const QPointF &pos)