Scenario::Command::CreateGradient Class Referencefinal
Inheritance diagram for Scenario::Command::CreateGradient:
Public Member Functions | |
CreateGradient (const IntervalModel &interval, const std::vector< SlotPath > &slotList, Id< Process::ProcessModel > curveId, State::AddressAccessor address, QColor start, QColor end, bool tween=false) | |
void | redo (const score::DocumentContext &ctx) const override |
Public Member Functions inherited from Scenario::Command::CreateProcessAndLayers | |
CreateProcessAndLayers (const IntervalModel &interval, const std::vector< SlotPath > &slotList, Id< Process::ProcessModel > procId, UuidKey< Process::ProcessModel > key) | |
void | undo (const score::DocumentContext &ctx) const final override |
const Id< Process::ProcessModel > & | processId () const |
Public Member Functions inherited from score::Command | |
virtual const CommandGroupKey & | parentKey () const noexcept=0 |
virtual const CommandKey & | key () const noexcept=0 |
QByteArray | serialize () const |
void | deserialize (const QByteArray &) |
virtual QString | description () const =0 |
Protected Member Functions | |
void | serializeImpl (DataStreamInput &s) const override |
void | deserializeImpl (DataStreamOutput &) override |
Additional Inherited Members | |
Protected Attributes inherited from Scenario::Command::CreateProcessAndLayers | |
AddOnlyProcessToInterval | m_addProcessCmd |
std::vector< Scenario::Command::AddLayerModelToSlot > | m_slotsCmd |
The documentation for this class was generated from the following files:
- CreateCurveFromStates.hpp
- CreateCurveFromStates.cpp