|
Noether
0.0.0
|

Public Member Functions | |
| PlaneSlicerRasterPlannerWidget (std::shared_ptr< const WidgetFactory > factory, QWidget *parent=nullptr) | |
| void | configure (const YAML::Node &) override |
| Configures the elements of the widget from a YAML node. | |
| void | save (YAML::Node &) const override |
| Saves the configuration of the widget to a YAML node. | |
Public Member Functions inherited from noether::RasterPlannerWidget | |
| RasterPlannerWidget (std::shared_ptr< const WidgetFactory > factory, QWidget *parent=nullptr) | |
| void | configure (const YAML::Node &) override |
| Configures the elements of the widget from a YAML node. | |
| void | save (YAML::Node &) const override |
| Saves the configuration of the widget to a YAML node. | |
Public Member Functions inherited from noether::BaseWidget | |
| BaseWidget (QWidget *parent=nullptr) | |
Protected Attributes | |
| DistanceDoubleSpinBox * | search_radius_ |
| DistanceDoubleSpinBox * | min_segment_size_ |
| QCheckBox * | bidirectional_ |
Protected Attributes inherited from noether::RasterPlannerWidget | |
| Ui::RasterPlanner * | ui_ |
Additional Inherited Members | |
Protected Member Functions inherited from noether::RasterPlannerWidget | |
| BaseWidget * | getDirectionGeneratorWidget () const |
| BaseWidget * | getOriginGeneratorWidget () const |
|
overridevirtual |
Reimplemented from noether::BaseWidget.
|
overridevirtual |
Implements noether::BaseWidget.