| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Handler for commands. More...
 Inheritance diagram for ICommandHandler:
 Inheritance diagram for ICommandHandler:| Public Member Functions | |
| virtual bool | canHandleCommand (const Command &command)=0 | 
| Check if command can be handled. | |
| virtual bool | handleCommand (const Command &command)=0 | 
| Handle command. | |
|  Public Member Functions inherited from Interface | |
| virtual | ~Interface () noexcept | 
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface (Interface &&)=delete | |
| Interface & | operator= (const Interface &)=delete | 
| Interface & | operator= (Interface &&)=delete | 
| template<typename T > | |
| const auto | dynamicCast () const | 
| template<typename T > | |
| auto | dynamicCast () | 
Handler for commands.
| 
 | pure virtual | 
Check if command can be handled.
| 
 | pure virtual | 
Handle command.