Scenario::Command::SplitWholeEvent Class Referencefinal
Inheritance diagram for Scenario::Command::SplitWholeEvent:

Public Member Functions | |
SplitWholeEvent (const EventModel &path) | |
void undo (const score::DocumentContext &ctx) const override | |
void redo (const score::DocumentContext &ctx) const override | |
![]() | |
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 &) const override | |
void deserializeImpl (DataStreamOutput &) override | |
Member Function Documentation
◆ deserializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
◆ redo()
|
overridevirtual |
Implements score::Command.
◆ serializeImpl()
|
overrideprotectedvirtual |
Implements score::Command.
◆ undo()
|
overridevirtual |
! not a const ref because we remove it afterwards
Implements score::Command.
The documentation for this class was generated from the following files:
- SplitEvent.hpp
- SplitEvent.cpp