score::CommandStackFacade Class Reference
A small abstraction layer over the score::CommandStack. More...
Detailed Description
A small abstraction layer over the score::CommandStack.
This is a restriction of the API of the score::CommandStack, which allows a lot of things that only make sense in the context of the base software, not plugins.
It is meant to be used by plug-ins authors.
Public Member Functions | |
CommandStackFacade (score::CommandStack &stack) | |
const score::DocumentContext & | context () const |
void | push (score::Command *cmd) const |
void | redoAndPush (score::Command *cmd) const |
void | disableActions () const |
void | enableActions () const |
The documentation for this class was generated from the following files:
- CommandStackFacade.hpp
- CommandStack.cpp