ASPiK SDK
VSTGUI::Standalone::ICommandHandler Class Referenceabstract

#include <icommand.h>

Inheritance diagram for VSTGUI::Standalone::ICommandHandler:
VSTGUI::Interface Mandelbrot::AppDelegate Mandelbrot::WindowCustomization MyApp::Delegate VSTGUI::Standalone::Detail::IPlatformApplication VSTGUI::Standalone::Platform::IWindowDelegate VSTGUI::Standalone::Detail::Application VSTGUI::Standalone::Detail::Window

Public Member Functions

virtual bool canHandleCommand (const Command &command)=0
 
virtual bool handleCommand (const Command &command)=0
 
- Public Member Functions inherited from VSTGUI::Interface
 Interface (const Interface &)=delete
 
 Interface (Interface &&)=delete
 
Interfaceoperator= (const Interface &)=delete
 
Interfaceoperator= (Interface &&)=delete
 
template<typename T >
const auto dynamicCast () const
 
template<typename T >
auto dynamicCast ()
 

Detailed Description

Handler for commands

Member Function Documentation

◆ canHandleCommand()

virtual bool VSTGUI::Standalone::ICommandHandler::canHandleCommand ( const Command command)
pure virtual

◆ handleCommand()

virtual bool VSTGUI::Standalone::ICommandHandler::handleCommand ( const Command command)
pure virtual

The documentation for this class was generated from the following file: