Scenario::Command::HideRack Class Referencefinal
The HideRackInViewModel class. More...
Inheritance diagram for Scenario::Command::HideRack:
Detailed Description
The HideRackInViewModel class.
For a given interval view model, hides the rack. Can only be called if a rack was being displayed.
Public Member Functions | |
HideRack (const Scenario::IntervalModel &interval) | |
void | undo (const score::DocumentContext &ctx) const override |
void | redo (const score::DocumentContext &ctx) const override |
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 &) const override |
void | deserializeImpl (DataStreamOutput &) override |
The documentation for this class was generated from the following files:
- HideRackInViewModel.hpp
- HideRackInViewModel.cpp