OverviewWidget¶
-
class
OverviewWidget
: public CutterDockWidget¶ Public Functions
-
OverviewWidget
(MainWindow *main)¶
-
~OverviewWidget
()¶
-
GraphWidget *
getTargetGraphWidget
()¶
-
void
setTargetGraphWidget
(GraphWidget *widget)¶
-
bool
getIsAvailable
() const¶ whether this widget makes sense to be show, i.e. the menu entry should be enabled
-
bool
getUserOpened
() const¶ whether this widget is desired to be shown in general
Will be false when the user closed the overview explicitly. Also corresponds to the checked state of the menu entry for this widget.
-
OverviewView *
getGraphView
() const¶
-
void
wheelEvent
(QWheelEvent *event) override¶
-