14#include "kddockwidgets/docks_export.h"
15#include "kddockwidgets/QtCompat_p.h"
67 bool isVisible()
const;
71 void setVisible(
bool);
74 Point mapToGlobal(Point)
const;
79 Rect geometry()
const;
83 std::shared_ptr<View> window()
const;
89 void setParentView(
View *parent);
95 bool isFixedHeight()
const;
96 bool isFixedWidth()
const;
99 Controller::Private *dptr()
const;
102 virtual void setParentView_impl(
View *parent);
103 bool m_inDtor =
false;
The MainWindow base-class. MainWindow and MainWindowBase are only split in two so we can share some c...