OpenWalnut  1.5.0dev
Public Member Functions | Protected Member Functions | List of all members
WQtNetworkScene Class Reference

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...
 

Detailed Description

The scene containing the whole graph.

Definition at line 34 of file WQtNetworkScene.h.

Constructor & Destructor Documentation

◆ WQtNetworkScene()

WQtNetworkScene::WQtNetworkScene ( QObject parent = NULL)
explicit

Constructor.

Parameters
parentthe parent which handles the scene

Definition at line 40 of file WQtNetworkScene.cpp.

◆ ~WQtNetworkScene()

WQtNetworkScene::~WQtNetworkScene ( )
virtual

Destructor.

Definition at line 48 of file WQtNetworkScene.cpp.

Member Function Documentation

◆ dragEnterEvent()

void WQtNetworkScene::dragEnterEvent ( QGraphicsSceneDragDropEvent *  event)
protectedvirtual

Event handler when pulling something inside the scene.

Parameters
eventthe event.

Definition at line 52 of file WQtNetworkScene.cpp.

References WMainWindow::isDropAcceptable().

+ Here is the call graph for this function:

◆ dragMoveEvent()

void WQtNetworkScene::dragMoveEvent ( QGraphicsSceneDragDropEvent *  event)
protectedvirtual

Event handler when pulling something in the scene.

Parameters
eventthe event.

Definition at line 61 of file WQtNetworkScene.cpp.

References WMainWindow::isDropAcceptable().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: