score
Home
Classes
Namespaces
Files
PutLayerModelToFront.hpp
1
#pragma once
2
#include <Scenario/Document/Interval/Slot.hpp>
3
4
namespace
Scenario
5
{
6
class
PutLayerModelToFront
7
{
8
public
:
9
PutLayerModelToFront
(
SlotPath
&& slotPath,
const
Id<Process::ProcessModel>
& pid);
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
}
Scenario::PutLayerModelToFront
Definition:
PutLayerModelToFront.hpp:7
id_base_t
The id_base_t class.
Definition:
Identifier.hpp:57
Scenario
Main plug-in of score.
Definition:
score-plugin-dataflow/Dataflow/PortItem.hpp:14
Scenario::SlotPath
Definition:
Slot.hpp:54
score::DocumentContext
Definition:
DocumentContext.hpp:18