ICommandDispatcher Class Reference
The ICommandDispatcher class. More...
Inheritance diagram for ICommandDispatcher:
Detailed Description
The ICommandDispatcher class.
Base for command dispatchers. Command dispatchers are utility class to send many commands in a specific way.
The general interface is :
- submit(cmd) to send a new command or update an existing one
- commit() when editing is done.
Public Member Functions | |
ICommandDispatcher (const score::CommandStack &stack)=delete | |
ICommandDispatcher (const score::CommandStackFacade &stack) | |
const score::CommandStackFacade & | stack () const |
The documentation for this class was generated from the following file: