PanelDelegateFactory.hpp
InterfaceList Default implementation of InterfaceListBase.
Definition: InterfaceList.hpp:80
Reimplement this interface to register new panels.
Definition: PanelDelegateFactory.hpp:10
virtual std::unique_ptr< PanelDelegate > make(const score::GUIApplicationContext &ctx)=0
Create an instance of a PanelDelegate. Will only be called once.
All the panels are registered in this interface list.
Definition: PanelDelegateFactory.hpp:24
Specializes ApplicationContext with the QMainWindow.
Definition: GUIApplicationContext.hpp:15