Base class for a plugin that can generate a BaseWidget<T>
for configuring a tool path planning component (e.g., mesh modifier, tool path planner, tool path modifier).
#include <plugin_interface.h>
|
virtual BaseWidgetT * | create (QWidget *parent=nullptr, const YAML::Node &config={}) const =0 |
| Returns a pointer to a configured BaseWidget<T> : a widget that can configure a tool path planning component (e.g., mesh modifier, tool path planner, tool path modifier).
|
|
|
class | boost_plugin_loader::PluginLoader |
|
struct | boost_plugin_loader::has_getSection< WidgetPlugin > |
|
◆ create()
- Parameters
-
parent | |
config | YAML configuration node used to set the initial values of the widget |