BeforeCloseCommand
#include "Commands/ApplicationCommands.h"
Inherits from Command< BeforeCloseCommand >, ICommand
Additional inherited members
Public Types inherited from Command< BeforeCloseCommand >
| Name | |
|---|---|
| typedef std::function< void(Args &...)> | Callback |
Public Functions inherited from Command< BeforeCloseCommand >
| Name | |
|---|---|
| Command() =default | |
| virtual | ~Command() =default |
| virtual void | execute() override<br>Call all callbacks. |
| void | addListener(Callback function)<br>Add a listener for a command. |
| void | dispatch(Args... args)<br>Tell application that command was issued. |
| void | dispatchImmediate(Args... args) |
Protected Functions inherited from Command< BeforeCloseCommand >
| Name | |
|---|---|
| Command(const std::tuple< Args... > & args)<br>Copy a command and its arguments. |
Public Functions inherited from ICommand
| Name | |
|---|---|
| virtual | ~ICommand() =default |
| virtual void | execute() =0 |
Updated on 2025-09-07 at 16:13:50 +0000