Noether  0.0.0
Loading...
Searching...
No Matches
noether::DirectionGeneratorWidgetPlugin Class Reference

WidgetPlugin implementation specifically for BaseWidget instances that configure direction generators.

#include <plugin_interface.h>

Inheritance diagram for noether::DirectionGeneratorWidgetPlugin:

Friends

class boost_plugin_loader::PluginLoader
 
struct boost_plugin_loader::has_getSection< DirectionGeneratorWidgetPlugin >
 

Additional Inherited Members

- Public Types inherited from noether::WidgetPlugin
using Ptr = std::shared_ptr< WidgetPlugin >
 
- Public Member Functions inherited from noether::WidgetPlugin
virtual BaseWidgetcreate (const YAML::Node &config, std::shared_ptr< const WidgetFactory > factory, QWidget *parent=nullptr) 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).