17 #ifndef QGSDOCKWIDGET_H 18 #define QGSDOCKWIDGET_H 20 #include <QDockWidget> 57 bool isUserVisible()
const;
74 void setUserVisible(
bool visible );
78 void closeEvent( QCloseEvent * )
override;
79 void showEvent( QShowEvent *event )
override;
96 void closedStateChanged(
bool wasClosed );
111 void openedStateChanged(
bool wasOpened );
115 void handleVisibilityChanged(
bool visible );
119 bool mVisibleAndActive =
false;
122 #endif //QGSDOCKWIDGET_H