10#include "kritaflake_export.h"
24 static constexpr int DEFAULT_PRIORITY = 100;
25 static constexpr int HIGHEST_PRIORITY = 0;
40 virtual QString
id()
const = 0;
47 return DEFAULT_PRIORITY;
virtual QDockWidget * createDockWidget()=0
@ DockRight
Right of the centra widget.
@ DockTop
Above the central widget.
@ DockBottom
Below the central widget.
@ DockLeft
Left of the centra widget.
@ DockTornOff
Floating as its own top level window.
virtual int priority() const
virtual DockPosition defaultDockPosition() const =0
virtual QString id() const =0