![]() |
Noether
0.0.0
|
Instantiations of the BaseWidget interface. More...
BaseWidget is a template class that defines a Qt
widget capable of creating a tool path planning component (i.e. the template type: mesh modifier, tool path planner, tool path modifier, etc.) using the information contained in the widget itself (e.g., spin box values, etc.).
Typedefs | |
using | noether::ToolPathPlannerWidget = BaseWidget< ToolPathPlanner > |
Widget for configuring instances of ToolPathPlanner. | |
using | noether::DirectionGeneratorWidget = BaseWidget< DirectionGenerator > |
Widget for configuring instances of DirectionGenerator. | |
using | noether::OriginGeneratorWidget = BaseWidget< OriginGenerator > |
Widget for configuring instances of OriginGenerator. | |
using | noether::ToolPathModifierWidget = BaseWidget< ToolPathModifier > |
Widget for configuring instances of ToolPathModifier. | |
using | noether::MeshModifierWidget = BaseWidget< MeshModifier > |
Widget for configuring instances of MeshModifier. | |
Classes | |
class | noether::BaseWidget< T > |
Base class for a widget "factory" that can produce classes of a specifiable type. More... | |