ICommand
#include "Commands/ICommand.h"
Inherited by Command< BeforeCloseCommand >, Command< CloseCommand, int >, Command< ConsoleCommand, std::string >, Command< HideWindowCommand, std::string >, Command< LoadWindowLayoutFromFileCommand, std::string >, Command< LoadWindowLayoutFromStringCommand, std::string >, Command< NewProjectCommand >, Command< SetFocusedWindowCommand, Ptr< IWindow > >, Command< SetTutorialCommand, std::shared_ptr< Tutorial > >, Command< SetTutorialStepCommand, int >, Command< Type, Args >
Public Functions
Name | |
---|---|
virtual | ~ICommand() =default |
virtual void | execute() =0 |
Public Functions Documentation
function ~ICommand
cpp
virtual ~ICommand() =default
virtual ~ICommand() =default
function execute
cpp
virtual void execute() =0
virtual void execute() =0
Reimplemented by: Command::execute, Command::execute, Command::execute, Command::execute, Command::execute, Command::execute
Updated on 2025-01-07 at 13:40:43 +0000