Open 3D Engine EMotionFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
CommandSystem::CommandManager Member List

This is the complete list of members for CommandSystem::CommandManager, including all inherited members.

AddError(const char *errorLine)MCore::CommandManagerinline
AddError(const AZStd::string &errorLine) (defined in MCore::CommandManager)MCore::CommandManagerinline
ClearHistory()MCore::CommandManager
CommandManager()CommandSystem::CommandManager
ExecuteCommand(const char *command, AZStd::string &outCommandResult, bool addToHistory=true, Command **outExecutedCommand=nullptr, CommandLine *outExecutedParamters=nullptr, bool callFromCommandGroup=false, bool clearErrors=true, bool handleErrors=true)MCore::CommandManager
ExecuteCommand(const AZStd::string &command, AZStd::string &outCommandResult, bool addToHistory=true, Command **outExecutedCommand=nullptr, CommandLine *outExecutedParamters=nullptr, bool callFromCommandGroup=false, bool clearErrors=true, bool handleErrors=true) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteCommand(Command *command, AZStd::string &outCommandResult, bool addToHistory=true, bool clearErrors=true, bool handleErrors=true, bool autoDeleteCommand=true) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteCommand(Command *command, const CommandLine &commandLine, AZStd::string &outCommandResult, bool addToHistory, bool callFromCommandGroup, bool clearErrors, bool handleErrors, bool autoDeleteCommand)MCore::CommandManagerprotected
ExecuteCommandCallbacks(Command *command, const CommandLine &parameters, bool preCommand)MCore::CommandManagerprotected
ExecuteCommandGroup(CommandGroup &commandGroup, AZStd::string &outCommandResult, bool addToHistory=true, bool clearErrors=true, bool handleErrors=true)MCore::CommandManager
ExecuteCommandGroupInsideCommand(CommandGroup &commandGroup, AZStd::string &outCommandResult) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteCommandInsideCommand(const char *command, AZStd::string &outCommandResult) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteCommandInsideCommand(const AZStd::string &command, AZStd::string &outCommandResult) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteCommandInsideCommand(Command *command, AZStd::string &outCommandResult) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteCommandOrAddToGroup(const AZStd::string &command, MCore::CommandGroup *commandGroup=nullptr, bool executeInsideCommand=false) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteCommandOrAddToGroup(Command *command, MCore::CommandGroup *commandGroup=nullptr, bool executeInsideCommand=false) (defined in MCore::CommandManager)MCore::CommandManager
ExecuteUndoCallbacks(Command *command, const CommandLine &parameters, bool preUndo)MCore::CommandManagerprotected
FindCommand(const AZStd::string &commandName)MCore::CommandManager
GetCallback(size_t index)MCore::CommandManager
GetCommand(size_t index)MCore::CommandManager
GetCurrentSelection()CommandSystem::CommandManagerinline
GetHistoryCommand(size_t historyIndex)MCore::CommandManager
GetHistoryCommandLine(size_t historyIndex) constMCore::CommandManager
GetHistoryIndex() constMCore::CommandManager
GetHistoryItem(size_t index) const (defined in MCore::CommandManager)MCore::CommandManager
GetLockSelection() const (defined in CommandSystem::CommandManager)CommandSystem::CommandManagerinline
GetMaxHistoryItems() constMCore::CommandManager
GetNumCallbacks() constMCore::CommandManager
GetNumHistoryItems() constMCore::CommandManager
GetNumRegisteredCommands() constMCore::CommandManager
GetUserOpenedWorkspaceFlag() const (defined in CommandSystem::CommandManager)CommandSystem::CommandManagerinline
GetWorkspaceDirtyFlag() const (defined in CommandSystem::CommandManager)CommandSystem::CommandManagerinline
IsExecuting() constMCore::CommandManagerinline
LogCommandHistory()MCore::CommandManager
m_callbacksMCore::CommandManagerprotected
m_commandHistoryMCore::CommandManagerprotected
m_commandsMCore::CommandManagerprotected
m_commandsInExecutionMCore::CommandManagerprotected
m_errorsMCore::CommandManagerprotected
m_historyIndexMCore::CommandManagerprotected
m_maxHistoryEntriesMCore::CommandManagerprotected
m_registeredCommandsMCore::CommandManagerprotected
m_totalNumHistoryItemsMCore::CommandManagerprotected
PopCommandHistory()MCore::CommandManagerprotected
PushCommandHistory(Command *command, const CommandLine &parameters)MCore::CommandManagerprotected
PushCommandHistory(CommandGroup *commandGroup)MCore::CommandManagerprotected
Redo(AZStd::string &outCommandResult)MCore::CommandManager
RegisterCallback(CommandManagerCallback *callback)MCore::CommandManager
RegisterCommand(Command *command)MCore::CommandManager
RegisterCommandCallback(const char *commandName, Command::Callback *callback)MCore::CommandManager
RegisterCommandCallback(const char *commandName, AZStd::vector< Command::Callback * > &callbacks, Args... args) (defined in MCore::CommandManager)MCore::CommandManagerinline
RemoveCallback(CommandManagerCallback *callback, bool delFromMem=true)MCore::CommandManager
RemoveCallbacks()MCore::CommandManager
RemoveCommandCallback(Command::Callback *callback, bool delFromMem)MCore::CommandManager
RemoveCommandCallback(const char *commandName, Command::Callback *callback, bool delFromMem)MCore::CommandManager
SetCurrentSelection(SelectionList &selection)CommandSystem::CommandManagerinline
SetLockSelection(bool lockSelection) (defined in CommandSystem::CommandManager)CommandSystem::CommandManagerinline
SetMaxHistoryItems(size_t maxItems)MCore::CommandManager
SetUserOpenedWorkspaceFlag(bool flag) (defined in CommandSystem::CommandManager)CommandSystem::CommandManager
SetWorkspaceDirtyFlag(bool dirty) (defined in CommandSystem::CommandManager)CommandSystem::CommandManagerinline
ShouldDeleteCommand(Command *commandObject, bool commandExecutionResult, bool callFromCommandGroup, bool addToHistory) (defined in MCore::CommandManager)MCore::CommandManagerprotected
ShowErrorReport()MCore::CommandManager
Undo(AZStd::string &outCommandResult)MCore::CommandManager
~CommandManager()CommandSystem::CommandManagervirtual