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() =defaultvirtual ~ICommand() =defaultfunction execute 
cpp
virtual void execute() =0virtual void execute() =0Reimplemented by: Command::execute, Command::execute, Command::execute, Command::execute, Command::execute, Command::execute
Updated on 2025-09-07 at 16:13:50 +0000