Scenario::Command::SplitEvent Member List
This is the complete list of members for Scenario::Command::SplitEvent, including all inherited members.
Command() (defined in score::Command) | score::Command | |
description() const =0 (defined in score::Command) | score::Command | pure virtual |
deserialize(const QByteArray &) (defined in score::Command) | score::Command | |
deserializeImpl(DataStreamOutput &) override (defined in Scenario::Command::SplitEvent) | Scenario::Command::SplitEvent | protectedvirtual |
key() const noexcept=0 (defined in score::Command) | score::Command | pure virtual |
newEvent() const (defined in Scenario::Command::SplitEvent) | Scenario::Command::SplitEvent | inline |
parentKey() const noexcept=0 (defined in score::Command) | score::Command | pure virtual |
redo(const score::DocumentContext &ctx) const override (defined in Scenario::Command::SplitEvent) | Scenario::Command::SplitEvent | virtual |
serialize() const (defined in score::Command) | score::Command | |
serializeImpl(DataStreamInput &) const override (defined in Scenario::Command::SplitEvent) | Scenario::Command::SplitEvent | protectedvirtual |
SplitEvent(const Scenario::ProcessModel &scenario, Id< EventModel > event, std::vector< Id< StateModel >> movingstates) (defined in Scenario::Command::SplitEvent) | Scenario::Command::SplitEvent | |
SplitEvent(const Scenario::ProcessModel &scenario, Id< EventModel > event, Id< EventModel > new_event, std::vector< Id< StateModel >> movingstates) (defined in Scenario::Command::SplitEvent) | Scenario::Command::SplitEvent | |
undo(const score::DocumentContext &ctx) const override (defined in Scenario::Command::SplitEvent) | Scenario::Command::SplitEvent | virtual |
~Command() (defined in score::Command) | score::Command | virtual |