AddCallback(Command::Callback *callback) | MCore::Command | |
CalcNumPostCommandCallbacks() const | MCore::Command | |
CalcNumPreCommandCallbacks() const | MCore::Command | |
CheckIfHasCallback(Command::Callback *callback) const | MCore::Command | |
Command(AZStd::string commandName, Command *originalCommand) | MCore::Command | |
CommandAdjustMotionEventTrack(MCore::Command *orgCommand=nullptr) (defined in CommandSystem::CommandAdjustMotionEventTrack) | CommandSystem::CommandAdjustMotionEventTrack | |
Create() override | CommandSystem::CommandAdjustMotionEventTrack | inlinevirtual |
Execute(const MCore::CommandLine ¶meters, AZStd::string &outResult) override | CommandSystem::CommandAdjustMotionEventTrack | virtual |
ExecuteParameter(AZStd::optional< T > &oldParameter, AZStd::optional< T > ¶meter, T &value) (defined in MCore::Command) | MCore::Command | inline |
GetCallback(size_t index) | MCore::Command | inline |
GetDescription() const override | CommandSystem::CommandAdjustMotionEventTrack | virtual |
GetHistoryName() const override | CommandSystem::CommandAdjustMotionEventTrack | inlinevirtual |
GetIsUndoable() const override | CommandSystem::CommandAdjustMotionEventTrack | inlinevirtual |
GetMotionID() const (defined in CommandSystem::MotionIdCommandMixin) | CommandSystem::MotionIdCommandMixin | inline |
GetName() const | MCore::Command | |
GetNameString() const | MCore::Command | |
GetNumCallbacks() const | MCore::Command | |
GetOriginalCommand() | MCore::Command | inline |
GetSyntax() | MCore::Command | inline |
InitSyntax() override | CommandSystem::CommandAdjustMotionEventTrack | virtual |
m_motionID (defined in CommandSystem::MotionIdCommandMixin) | CommandSystem::MotionIdCommandMixin | protected |
Reflect(AZ::ReflectContext *context) (defined in CommandSystem::CommandAdjustMotionEventTrack) | CommandSystem::CommandAdjustMotionEventTrack | static |
RemoveAllCallbacks() | MCore::Command | |
RemoveCallback(Command::Callback *callback, bool delFromMem=true) | MCore::Command | |
SetCommandParameters(const MCore::CommandLine ¶meters) override (defined in CommandSystem::CommandAdjustMotionEventTrack) | CommandSystem::CommandAdjustMotionEventTrack | virtual |
SetEventTrackName(const AZStd::string &newName) (defined in CommandSystem::CommandAdjustMotionEventTrack) | CommandSystem::CommandAdjustMotionEventTrack | inline |
SetIsEnabled(const bool newIsEnabled) (defined in CommandSystem::CommandAdjustMotionEventTrack) | CommandSystem::CommandAdjustMotionEventTrack | inline |
SetMotionID(uint32 motionID) (defined in CommandSystem::MotionIdCommandMixin) | CommandSystem::MotionIdCommandMixin | inline |
SetNewName(const AZStd::string &newName) (defined in CommandSystem::CommandAdjustMotionEventTrack) | CommandSystem::CommandAdjustMotionEventTrack | inline |
SetOriginalCommand(Command *orgCommand) (defined in MCore::Command) | MCore::Command | inline |
Undo(const MCore::CommandLine ¶meters, AZStd::string &outResult) override | CommandSystem::CommandAdjustMotionEventTrack | virtual |
~Command() | MCore::Command | virtual |
~MotionIdCommandMixin()=default (defined in CommandSystem::MotionIdCommandMixin) | CommandSystem::MotionIdCommandMixin | virtual |