17 #ifndef QGSDOCKWIDGET_H 18 #define QGSDOCKWIDGET_H 20 #include <QDockWidget> 61 void setUserVisible(
bool visible );
67 bool isUserVisible()
const;
87 void closedStateChanged(
bool wasClosed );
100 void openedStateChanged(
bool wasOpened );
104 void handleVisibilityChanged(
bool visible );
108 bool mVisibleAndActive;
111 #endif //QGSDOCKWIDGET_H