Noether  0.0.0
Loading...
Searching...
No Matches
noether::BaseWidget< T > Class Template Referenceabstract

Base class for a widget "factory" that can produce classes of a specifiable type. More...

#include <widgets.h>

Inheritance diagram for noether::BaseWidget< T >:

Public Member Functions

 BaseWidget (QWidget *parent=nullptr)
 
virtual T::ConstPtr create () const =0
 
virtual void configure (const YAML::Node &)
 
virtual void save (YAML::Node &) const
 

Detailed Description

template<typename T>
class noether::BaseWidget< T >

Base class for a widget "factory" that can produce classes of a specifiable type.