Definition at line 33 of file lutdocker.cpp.
◆ LutDockerDockFactory()
| LutDockerDockFactory::LutDockerDockFactory |
( |
| ) |
|
|
inline |
◆ createDockWidget()
| QDockWidget * LutDockerDockFactory::createDockWidget |
( |
| ) |
|
|
inlineoverridevirtual |
Creates the dock widget
- Returns
- the created dock widget
Implements KoDockFactoryBase.
Definition at line 49 of file lutdocker.cpp.
50 {
52 dockWidget->setObjectName(id());
53
54 return dockWidget;
55 }
◆ defaultDockPosition()
| DockPosition LutDockerDockFactory::defaultDockPosition |
( |
| ) |
const |
|
inlineoverridevirtual |
- Returns
- the dock widget area the widget should appear in by default
Implements KoDockFactoryBase.
Definition at line 57 of file lutdocker.cpp.
58 {
60 }
@ DockMinimized
Not docked, but reachable via the menu.
◆ defaultDockWidgetArea()
| virtual Qt::DockWidgetArea LutDockerDockFactory::defaultDockWidgetArea |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 44 of file lutdocker.cpp.
45 {
46 return Qt::RightDockWidgetArea;
47 }
◆ id()
| QString LutDockerDockFactory::id |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_config
| OCIO::ConstConfigRcPtr LutDockerDockFactory::m_config |
|
private |
The documentation for this class was generated from the following file: