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.
EMStudio::SourceControlCommand Member List

This is the complete list of members for EMStudio::SourceControlCommand, including all inherited members.

AddCallback(Command::Callback *callback)MCore::Command
CalcNumPostCommandCallbacks() constMCore::Command
CalcNumPreCommandCallbacks() constMCore::Command
CheckIfHasCallback(Command::Callback *callback) constMCore::Command
CheckOutFile(const char *filename, bool &inOutFileExistedBefore, AZStd::string &outResult, bool useSourceControl, bool add) (defined in EMStudio::SourceControlCommand)EMStudio::SourceControlCommandstatic
CheckOutFile(const MCore::CommandLine &parameters, const char *filepath, AZStd::string &outResult, bool add) (defined in EMStudio::SourceControlCommand)EMStudio::SourceControlCommand
Command(AZStd::string commandName, Command *originalCommand)MCore::Command
Create()=0MCore::Commandpure virtual
Execute(const CommandLine &parameters, AZStd::string &outResult)=0MCore::Commandpure virtual
ExecuteParameter(AZStd::optional< T > &oldParameter, AZStd::optional< T > &parameter, T &value) (defined in MCore::Command)MCore::Commandinline
GetCallback(size_t index)MCore::Commandinline
GetDescription() constMCore::Commandinlinevirtual
GetHistoryName() constMCore::Commandinlinevirtual
GetIsUndoable() constMCore::Commandvirtual
GetName() constMCore::Command
GetNameString() constMCore::Command
GetNumCallbacks() constMCore::Command
GetOriginalCommand()MCore::Commandinline
GetSyntax()MCore::Commandinline
InitSyntax()EMStudio::SourceControlCommandvirtual
Reflect(AZ::ReflectContext *context) (defined in MCore::Command)MCore::Commandstatic
RemoveAllCallbacks()MCore::Command
RemoveCallback(Command::Callback *callback, bool delFromMem=true)MCore::Command
SetCommandParameters(const CommandLine &parameters) (defined in MCore::Command)MCore::Commandinlinevirtual
SetOriginalCommand(Command *orgCommand) (defined in MCore::Command)MCore::Commandinline
SourceControlCommand(const char *commandName, Command *originalCommand) (defined in EMStudio::SourceControlCommand)EMStudio::SourceControlCommandinline
Undo(const CommandLine &parameters, AZStd::string &outResult)MCore::Commandinlinevirtual
~Command()MCore::Commandvirtual