Loading...
Searching...
No Matches
DeviceExplorerPanelFactory.hpp
1#pragma once
2#include <score/plugins/panel/PanelDelegateFactory.hpp>
3namespace Explorer
4{
5
7{
8 SCORE_CONCRETE("de755995-398d-4b16-9030-574533b17a9f")
9
10 std::unique_ptr<score::PanelDelegate>
11 make(const score::GUIApplicationContext& ctx) override;
12};
13}
Definition DeviceExplorerPanelFactory.hpp:7
Reimplement this interface to register new panels.
Definition PanelDelegateFactory.hpp:10
Specializes ApplicationContext with the QMainWindow.
Definition GUIApplicationContext.hpp:15