RefreshStates.hpp
1 #pragma once
2 #include <vector>
3 namespace score
4 {
5 class CommandStackFacade;
6 struct DocumentContext;
7 }
8 
9 namespace Scenario
10 {
11 class StateModel;
12 namespace Command
13 {
14 void RefreshStates(const score::DocumentContext& doc);
15 void RefreshStates(const std::vector<const StateModel*>&, const score::DocumentContext&);
16 }
17 }
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Base toolkit upon which the software is built.
Definition: Application.cpp:90
Definition: DocumentContext.hpp:18