![]() |
OpenWalnut
1.5.0dev
|
The scene containing the whole graph. More...
#include <WQtNetworkScene.h>
Inheritance diagram for WQtNetworkScene:
Collaboration diagram for WQtNetworkScene:Public Member Functions | |
| WQtNetworkScene (QObject *parent=NULL) | |
| Constructor. More... | |
| virtual | ~WQtNetworkScene () |
| Destructor. More... | |
Protected Member Functions | |
| virtual void | dragEnterEvent (QGraphicsSceneDragDropEvent *event) |
| Event handler when pulling something inside the scene. More... | |
| virtual void | dragMoveEvent (QGraphicsSceneDragDropEvent *event) |
| Event handler when pulling something in the scene. More... | |
The scene containing the whole graph.
Definition at line 34 of file WQtNetworkScene.h.
|
explicit |
Constructor.
| parent | the parent which handles the scene |
Definition at line 40 of file WQtNetworkScene.cpp.
|
virtual |
Destructor.
Definition at line 48 of file WQtNetworkScene.cpp.
|
protectedvirtual |
Event handler when pulling something inside the scene.
| event | the event. |
Definition at line 52 of file WQtNetworkScene.cpp.
References WMainWindow::isDropAcceptable().
Here is the call graph for this function:
|
protectedvirtual |
Event handler when pulling something in the scene.
| event | the event. |
Definition at line 61 of file WQtNetworkScene.cpp.
References WMainWindow::isDropAcceptable().
Here is the call graph for this function: