PutLayerModelToFront.hpp
1 #pragma once
2 #include <Scenario/Document/Interval/Slot.hpp>
3 
4 namespace Scenario
5 {
7 {
8 public:
10 
11  void redo(const score::DocumentContext& ctx) const;
12 
13 private:
14  SlotPath m_slotPath;
15  const Id<Process::ProcessModel>& m_pid;
16 };
17 }
Definition: PutLayerModelToFront.hpp:7
The id_base_t class.
Definition: Identifier.hpp:57
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Definition: Slot.hpp:54
Definition: DocumentContext.hpp:18