Daniel's XL Toolbox NG
|
Central dispatcher for all UI-initiated XL Toolbox commands. More...
Static Public Member Functions | |
static void | Execute (Command cmd) |
Central command dispatcher. This public method also contains the central error handler for user-friendly error messages. More... | |
Central dispatcher for all UI-initiated XL Toolbox commands.
|
inlinestatic |
Central command dispatcher. This public method also contains the central error handler for user-friendly error messages.
An enum-based approach was choosen in favor of publicly accessible static methods to enable listing of commands, e.g. for key bindings.
cmd | XL Toolbox command to execute. |