![]() |
Noether
0.0.0
|
Base class for a plugin that can generate a Qt widget. More...
#include <plugin_interface.h>
Public Types | |
using | WidgetT = T |
using | Ptr = std::shared_ptr< WidgetPlugin > |
Public Member Functions | |
virtual QWidget * | create (QWidget *parent=nullptr, const YAML::Node &config={}) const =0 |
Friends | |
class | boost_plugin_loader::PluginLoader |
struct | boost_plugin_loader::has_getSection< WidgetPlugin > |
Base class for a plugin that can generate a Qt widget.