Loading...
Searching...
No Matches
score-plugin-media/Media/Inspector/Factory.hpp
1#pragma once
2#include <Process/Inspector/ProcessInspectorWidgetDelegateFactory.hpp>
3
4#include <Media/Inspector/AudioInspector.hpp>
5#include <Media/Sound/SoundModel.hpp>
6
7namespace Media
8{
9namespace Sound
10{
12 : public Process::InspectorWidgetDelegateFactory_T<ProcessModel, InspectorWidget>
13{
14 SCORE_CONCRETE("10360b4c-4d73-4274-8339-408644408cab")
15};
16}
17}
Definition score-plugin-media/Media/Inspector/Factory.hpp:13
Definition ProcessInspectorWidgetDelegateFactory.hpp:53