Gui::DAG::View Class Reference
#include <DAGView.h>
Public Slots | |
void awakeSlot () | |
hooked up to event dispatcher for update when idle. More... | |
Public Member Functions | |
View (QWidget *parentIn=0) | |
virtual ~View () override | |
![]() | |
void attachSelection () | |
Attaches to the selection. More... | |
bool blockConnection (bool block) | |
void detachSelection () | |
Detaches from the selection. More... | |
bool isConnectionAttached () const | |
bool isConnectionBlocked () const | |
SelectionObserver (bool attach=true, int resolve=1) | |
Constructor. More... | |
SelectionObserver (const Gui::ViewProviderDocumentObject *vp, bool attach=true, int resolve=1) | |
Constructor. More... | |
virtual ~SelectionObserver () | |
Detailed Description
view for DAG viewer
Constructor & Destructor Documentation
◆ View()
View::View | ( | QWidget * | parentIn = 0 | ) |
◆ ~View()
|
overridevirtual |
Member Function Documentation
◆ awakeSlot
|
slot |
hooked up to event dispatcher for update when idle.
References Gui::DAG::Model::awake().
Referenced by View().
The documentation for this class was generated from the following files:
- src/Gui/DAGView/DAGView.h
- src/Gui/DAGView/DAGView.cpp