Noether  0.0.0
Loading...
Searching...
No Matches
noether::RasterPlannerWidget Class Reference
Inheritance diagram for noether::RasterPlannerWidget:

Public Member Functions

 RasterPlannerWidget (boost_plugin_loader::PluginLoader &&loader, QWidget *parent=nullptr)
 
void configure (const YAML::Node &) override
 
void save (YAML::Node &) const override
 
- Public Member Functions inherited from noether::BaseWidget< T >
 BaseWidget (QWidget *parent=nullptr)
 
virtual T::ConstPtr create () const =0
 

Protected Member Functions

DirectionGeneratorWidgetgetDirectionGeneratorWidget () const
 
OriginGeneratorWidgetgetOriginGeneratorWidget () const
 

Protected Attributes

const boost_plugin_loader::PluginLoader loader_
 
Ui::RasterPlanner * ui_
 

Member Function Documentation

◆ configure()

void noether::RasterPlannerWidget::configure ( const YAML::Node &  config)
overridevirtual

Reimplemented from noether::BaseWidget< T >.

◆ save()

void noether::RasterPlannerWidget::save ( YAML::Node &  config) const
overridevirtual

Reimplemented from noether::BaseWidget< T >.