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