14#include "kddockwidgets/docks_export.h"
15#include "kddockwidgets/QtCompat_p.h"
66 bool isVisible()
const;
70 void setVisible(
bool);
73 Point mapToGlobal(Point)
const;
78 Rect geometry()
const;
82 std::shared_ptr<View> window()
const;
88 void setParentView(
View *parent);
95 Controller::Private *dptr()
const;
98 virtual void setParentView_impl(
View *parent);
99 bool m_inDtor =
false;
The MainWindow base-class. MainWindow and MainWindowBase are only split in two so we can share some c...