Skip to content

ICommand

#include "Commands/ICommand.h"

Inherited by Command< HideWindowCommand, std::string >, Command< BeforeCloseCommand >, Command< SetFocusedWindowCommand, Ptr< IWindow > >, Command< CloseCommand >, Command< SetTutorialCommand, std::shared_ptr< Tutorial > >, Command< ConsoleCommand, std::string >, Command< NewProjectCommand >, Command< Type, Args >

Public Functions

Name
virtual~ICommand() =default
virtual voidexecute() =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, Command::execute, Command::execute


Updated on 2024-03-16 at 19:15:01 +0000