OverviewWidget

class OverviewWidget : public CutterDockWidget

Public Functions

  • explicit OverviewWidget(MainWindow *main)

  • ~OverviewWidget()

  • inline GraphWidget *getTargetGraphWidget()

  • void setTargetGraphWidget(GraphWidget *widget)

  • inline bool getIsAvailable() const

    whether this widget makes sense to be show, i.e. the menu entry should be enabled

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

  • inline OverviewView *getGraphView() const

  • void wheelEvent(QWheelEvent *event) override

Signals

  • void resized()

    emit signal to update the rect

  • void isAvailableChanged(bool isAvailable)

  • void userOpenedChanged(bool userOpened)