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>
17 class FullViewIntervalPresenter;
18 class 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: DisplayedElementsPresenter.hpp:25
Definition: IntervalModel.hpp:50
The ScenarioDocumentPresenter class.
Definition: ScenarioDocumentPresenter.hpp:58
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14
Definition: TimeValue.hpp:21