#include <DAGView.h>
Public Slots | |
| void | awakeSlot () |
| hooked up to event dispatcher for update when idle. More... | |
Public Member Functions | |
| View (QWidget *parentIn=nullptr) | |
| virtual | ~View () override |
Public Member Functions inherited from Gui::SelectionObserver | |
| void | attachSelection () |
| Attaches to the selection. More... | |
| bool | blockSelection (bool block) |
| void | detachSelection () |
| Detaches from the selection. More... | |
| bool | isSelectionAttached () const |
| bool | isSelectionBlocked () const |
| SelectionObserver (bool attach=true, ResolveMode resolve=ResolveMode::OldStyleElement) | |
| Constructor. More... | |
| SelectionObserver (const Gui::ViewProviderDocumentObject *vp, bool attach=true, ResolveMode resolve=ResolveMode::OldStyleElement) | |
| Constructor. More... | |
| virtual | ~SelectionObserver () |
view for DAG viewer
| View::View | ( | QWidget * | parentIn = nullptr | ) |
|
overridevirtual |
|
slot |
hooked up to event dispatcher for update when idle.
References Gui::DAG::Model::awake().
Referenced by View().