17 #ifndef QGSDOCKWIDGET_H 18 #define QGSDOCKWIDGET_H 20 #include <QDockWidget> 58 bool isUserVisible()
const;
76 void setUserVisible(
bool visible );
87 void toggleUserVisible();
91 void closeEvent( QCloseEvent * )
override;
92 void showEvent( QShowEvent *event )
override;
109 void closedStateChanged(
bool wasClosed );
124 void openedStateChanged(
bool wasOpened );
128 void handleVisibilityChanged(
bool visible );
132 bool mVisibleAndActive =
false;
135 #endif //QGSDOCKWIDGET_H