#include <ViewPlugin.h>
◆ ViewPluginFactory()
| hdps::plugin::ViewPluginFactory::ViewPluginFactory |
( |
bool |
producesSystemViewPlugins = false | ) |
|
Constructor
- Parameters
-
| producesSystemViewPlugins | Whether this factory generates system view plugins or not |
◆ ~ViewPluginFactory()
| hdps::plugin::ViewPluginFactory::~ViewPluginFactory |
( |
| ) |
|
|
default |
◆ getIcon()
| QIcon hdps::plugin::ViewPluginFactory::getIcon |
( |
const QColor & |
color = Qt::black | ) |
const |
|
overridevirtual |
◆ getPreferredDockArea()
| DockAreaFlag hdps::plugin::ViewPluginFactory::getPreferredDockArea |
( |
| ) |
const |
Get preferred dock area
- Returns
- Preferred initial dock area when the view plugin is added to the workspace
◆ produce()
| ViewPlugin * hdps::plugin::ViewPluginFactory::produce |
( |
| ) |
|
|
overridepure virtual |
◆ producesSystemViewPlugins()
| bool hdps::plugin::ViewPluginFactory::producesSystemViewPlugins |
( |
| ) |
const |
Get whether this factory produces system view plugins or not
- Returns
- Boolean determining whether this factory produces system view plugins or not
◆ setPreferredDockArea()
| void hdps::plugin::ViewPluginFactory::setPreferredDockArea |
( |
const gui::DockAreaFlag & |
preferredDockArea | ) |
|
|
protected |
Set preferred dock area
- Parameters
-
| preferredDockArea | Preferred initial dock area when the view plugin is added to the workspace |
The documentation for this class was generated from the following files:
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/ViewPlugin.h
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/ViewPlugin.cpp