Noether  0.0.0
Loading...
Searching...
No Matches
noether::SimpleWidgetPlugin< WidgetT, WidgetPluginT > Struct Template Reference

Template for a simple implementation of WidgetPlugin. More...

Detailed Description

template<typename WidgetT, typename WidgetPluginT>
struct noether::SimpleWidgetPlugin< WidgetT, WidgetPluginT >

This plugin makes a new instance of WidgetT and attempts to configure it with the input YAML config.

#include <plugin_interface.h>

Inheritance diagram for noether::SimpleWidgetPlugin< WidgetT, WidgetPluginT >:

Public Member Functions

BaseWidgetcreate (const YAML::Node &config, std::shared_ptr< const WidgetFactory >, QWidget *parent=nullptr) const override final