2#include <Process/LayerPresenter.hpp>
3#include <Process/TimeValue.hpp>
4#include <Process/ZoomHelper.hpp>
6#include <Scenario/Document/BaseScenario/BaseScenarioPresenter.hpp>
7#include <Scenario/Document/DisplayedElements/DisplayedElementsModel.hpp>
17class FullViewIntervalPresenter;
18class ScenarioDocumentPresenter;
45 void on_zoomRatioChanged(ZoomRatio r);
47 void on_displayedIntervalDurationChanged(
TimeVal);
48 void on_displayedIntervalHeightChanged(
double);
50 void recomputeHeight();
52 void setVisible(
bool);
55 void setSnapLine(
TimeVal t,
bool enabled);
59 E_SIGNAL(SCORE_PLUGIN_SCENARIO_EXPORT, requestFocusedPresenterChange, arg_1)
62 void on_intervalExecutionTimer();
63 void updateLength(
double);
67 std::vector<QMetaObject::Connection> m_connections;
Definition GraphicsProxyObject.hpp:8
Definition BaseScenarioPresenter.hpp:13
Definition LayerPresenter.hpp:34
Definition DisplayedElementsModel.hpp:16
Definition DisplayedElementsPresenter.hpp:25
Definition FullViewIntervalPresenter.hpp:30
Definition IntervalModel.hpp:50
The ScenarioDocumentPresenter class.
Definition ScenarioDocumentPresenter.hpp:58
Main plug-in of score.
Definition score-plugin-dataflow/Dataflow/PortItem.hpp:13
Definition TimeValue.hpp:21