5 #include "IntervalBrace.hpp"
7 #include <Scenario/Document/ScenarioDocument/ScenarioDocumentViewConstants.hpp>
17 this->setToolTip(QObject::tr(
18 "Interval left brace\nDrag to change the minimal duration of an interval."));
22 static const constexpr
int Type = ItemType::LeftBrace;
23 int type()
const final override {
return Type; }
32 this->setRotation(180);
33 this->setToolTip(QObject::tr(
34 "Interval right brace\nDrag to change the maximal duration of an interval."));
38 static const constexpr
int Type = ItemType::RightBrace;
39 int type()
const final override {
return Type; }
Definition: IntervalBrace.hpp:14
Definition: IntervalView.hpp:34
Definition: LeftBrace.hpp:12
Definition: LeftBrace.hpp:27
Main plug-in of score.
Definition: score-plugin-dataflow/Dataflow/PortItem.hpp:14