Scenario::EditionGrid Class Reference
Inheritance diagram for Scenario::EditionGrid:
Public Member Functions | |
EditionGrid (const IntervalModel &m, const score::DocumentContext &fac, QFormLayout &lay, const Scenario::EditionSettings &set) | |
void | defaultDurationSpinboxChanged (ossia::time_value val) |
void | on_modelRigidityChanged (bool b) |
void | on_modelMinNullChanged (bool b) |
void | on_modelMaxInfiniteChanged (bool b) |
void | on_modelDefaultDurationChanged (const TimeVal &dur) |
void | on_modelMinDurationChanged (const TimeVal &dur) |
void | on_modelMaxDurationChanged (const TimeVal &dur) |
void | on_durationsChanged () |
void | on_minNonNullToggled (bool val) |
void | on_maxFiniteToggled (bool val) |
void | minDurationSpinboxChanged (ossia::time_value val) |
void | maxDurationSpinboxChanged (ossia::time_value val) |
Public Attributes | |
const IntervalModel & | m_model |
const IntervalDurations & | m_dur |
const Scenario::EditionSettings & | m_editionSettings |
IntervalResizer * | m_moveFactory {} |
score::Command * | m_resizeCommand {} |
score::TimeSpinBox * | m_valueSpin {} |
QCheckBox * | m_minNonNullBox {} |
QLabel * | m_minNull {} |
score::TimeSpinBox * | m_minSpin {} |
QCheckBox * | m_maxFiniteBox {} |
QLabel * | m_maxInfinity {} |
score::TimeSpinBox * | m_maxSpin {} |
TimeVal | m_max |
TimeVal | m_min |
OngoingCommandDispatcher & | m_dispatcher |
CommandDispatcher | m_simpleDispatcher |
The documentation for this class was generated from the following file:
- DurationSectionWidget.cpp