2#include <Scenario/Document/CommentBlock/CommentBlockModel.hpp>
3#include <Scenario/Document/CommentBlock/CommentBlockPresenter.hpp>
4#include <Scenario/Document/Event/EventModel.hpp>
5#include <Scenario/Document/Event/EventPresenter.hpp>
6#include <Scenario/Document/Interval/Graph/GraphIntervalPresenter.hpp>
7#include <Scenario/Document/Interval/IntervalModel.hpp>
8#include <Scenario/Document/Interval/Temporal/TemporalIntervalPresenter.hpp>
9#include <Scenario/Document/State/StateModel.hpp>
10#include <Scenario/Document/State/StatePresenter.hpp>
11#include <Scenario/Document/TimeSync/TimeSyncModel.hpp>
12#include <Scenario/Document/TimeSync/TimeSyncPresenter.hpp>
14#include <score/config.hpp>
16#if SCORE_EXTERN_TEMPLATES_IN_SHARED_LIBRARIES
17extern template class SCORE_PLUGIN_SCENARIO_EXPORT
19extern template class SCORE_PLUGIN_SCENARIO_EXPORT
21extern template class SCORE_PLUGIN_SCENARIO_EXPORT
23extern template class SCORE_PLUGIN_SCENARIO_EXPORT
25extern template class SCORE_PLUGIN_SCENARIO_EXPORT
27extern template class SCORE_PLUGIN_SCENARIO_EXPORT
A map to access child objects through their id.
Definition IdentifiedObjectMap.hpp:16