Widget for creating a tool path planning pipeline.
#include <tpp_pipeline_widget.h>
|
| TPPPipelineWidget (std::shared_ptr< const WidgetFactory > factory, QWidget *parent=nullptr) |
|
ToolPathPlannerPipeline | createPipeline () const |
|
void | configure (const YAML::Node &config) override |
| Configures the elements of the widget from a YAML node.
|
|
void | save (YAML::Node &config) const override |
| Saves the configuration of the widget to a YAML node.
|
|
| BaseWidget (QWidget *parent=nullptr) |
|
◆ configure()
void noether::TPPPipelineWidget::configure |
( |
const YAML::Node & |
| ) |
|
|
overridevirtual |
◆ save()
void noether::TPPPipelineWidget::save |
( |
YAML::Node & |
| ) |
const |
|
overridevirtual |