Loading...
Searching...
No Matches
InspectorPanelFactory.hpp
1#pragma once
2#include <score/plugins/panel/PanelDelegateFactory.hpp>
3
4namespace InspectorPanel
5{
6
8{
9 SCORE_CONCRETE("3c489368-c946-4f9f-8d6c-d051b724726c")
10
11 std::unique_ptr<score::PanelDelegate>
12 make(const score::GUIApplicationContext& ctx) override;
13};
14}
Definition InspectorPanelFactory.hpp:8
Reimplement this interface to register new panels.
Definition PanelDelegateFactory.hpp:10
Specializes ApplicationContext with the QMainWindow.
Definition GUIApplicationContext.hpp:15