Loading...
Searching...
No Matches
score_plugin_threedim.hpp
1#pragma once
2#include <score/application/ApplicationContext.hpp>
3#include <score/plugins/Interface.hpp>
4#include <score/plugins/qt_interfaces/CommandFactory_QtInterface.hpp>
5#include <score/plugins/qt_interfaces/FactoryInterface_QtInterface.hpp>
6#include <score/plugins/qt_interfaces/PluginRequirements_QtInterface.hpp>
7
8#include <verdigris>
9
14{
15 SCORE_PLUGIN_METADATA(1, "9f461313-af58-4365-a71f-b92fddc691cf")
16public:
18 ~score_plugin_threedim() override;
19
20private:
21 std::vector<score::InterfaceBase*> factories(
23 const score::InterfaceKey& factoryName) const override;
24
25 std::vector<score::PluginKey> required() const override;
26
27 std::pair<const CommandGroupKey, CommandGeneratorMap> make_commands() override;
28};
Definition UuidKey.hpp:345
Definition CommandFactory_QtInterface.hpp:12
Definition FactoryInterface_QtInterface.hpp:19
Definition PluginRequirements_QtInterface.hpp:18
Definition score_plugin_threedim.hpp:14
Used to access all the application-wide state and structures.
Definition ApplicationContext.hpp:24