ASPiK SDK
|
#include <icommand.h>
Public Member Functions | |
virtual bool | canHandleCommand (const Command &command)=0 |
virtual bool | handleCommand (const Command &command)=0 |
![]() | |
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.
Implemented in Mandelbrot::WindowCustomization, VSTGUI::Standalone::Detail::Window, VSTGUI::Standalone::Detail::Application, MyApp::Delegate, and Mandelbrot::AppDelegate.
|
pure virtual |
Handle command.
Implemented in Mandelbrot::WindowCustomization, VSTGUI::Standalone::Detail::Window, VSTGUI::Standalone::Detail::Application, MyApp::Delegate, and Mandelbrot::AppDelegate.