Public Member Functions | |
| def | __str__ (self) |
| def | execute (self, context) |
Static Public Attributes | |
| bool | modifying = True |
Private Member Functions | |
| def | _params (self) |
| def | _params_str (self) |
Static Private Member Functions | |
| def | _format_param (param) |
Definition at line 133 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._Command.__str__ | ( | self | ) |
Reimplemented in robotide.controller.ctrlcommands._RowChangingCommand, robotide.controller.ctrlcommands.ChangeCellValue, and robotide.controller.ctrlcommands.AddVariable.
Definition at line 140 of file ctrlcommands.py.
|
staticprivate |
Definition at line 147 of file ctrlcommands.py.
|
private |
Reimplemented in robotide.controller.ctrlcommands.MoveRowsDown, robotide.controller.ctrlcommands.MoveRowsUp, robotide.controller.ctrlcommands.DeleteCell, robotide.controller.ctrlcommands.ExtractKeyword, robotide.controller.ctrlcommands.RenameTest, robotide.controller.ctrlcommands.RenameKeywordOccurrences, robotide.controller.ctrlcommands.MoveTo, robotide.controller.ctrlcommands.ChangeTag, and robotide.controller.ctrlcommands.CopyMacroAs.
Definition at line 152 of file ctrlcommands.py.
|
private |
Reimplemented in robotide.controller.ctrlcommands.InsertCell.
Definition at line 143 of file ctrlcommands.py.
| def robotide.controller.ctrlcommands._Command.execute | ( | self, | |
| context | |||
| ) |
Reimplemented in robotide.controller.ctrlcommands.DeleteTag, robotide.controller.ctrlcommands.Include, robotide.controller.ctrlcommands.Exclude, robotide.usages.commands.FindTestFolderUsages, robotide.usages.commands.FindResourceUsages, robotide.usages.commands.FindVariableUsages, robotide.usages.commands.FindUsages, robotide.controller.ctrlcommands.Purify, robotide.controller.ctrlcommands.SaveAll, robotide.controller.ctrlcommands.SaveFile, robotide.controller.ctrlcommands.ExtractKeyword, robotide.controller.ctrlcommands.SetFileFormatRecuresively, robotide.controller.ctrlcommands.SetFileFormat, robotide.controller.ctrlcommands.CreateNewDirectoryProject, robotide.controller.ctrlcommands.CreateNewFileProject, robotide.controller.ctrlcommands._AddDataFile, robotide.controller.ctrlcommands.AddTestCase, robotide.controller.ctrlcommands.FindOccurrences, robotide.controller.ctrlcommands.UpdateVariableName, robotide.controller.ctrlcommands.UpdateVariable, robotide.controller.ctrlcommands.DeleteFolderAndImports, robotide.controller.ctrlcommands.DeleteResourceAndImports, robotide.controller.ctrlcommands.AddVariablesFileImport, robotide.controller.ctrlcommands.AddResource, robotide.controller.ctrlcommands.AddLibrary, robotide.controller.ctrlcommands.SetValues, robotide.controller.ctrlcommands.DeleteFolder, robotide.controller.ctrlcommands.RemoveReadOnly, robotide.controller.ctrlcommands.OpenContainingFolder, robotide.controller.ctrlcommands.DeleteFile, robotide.controller.ctrlcommands.ClearSetting, robotide.controller.ctrlcommands.DeleteItem, robotide.controller.ctrlcommands.MoveDown, robotide.controller.ctrlcommands.MoveUp, robotide.controller.ctrlcommands.UpdateDocumentation, robotide.controller.ctrlcommands.RenameResourceFile, robotide.controller.ctrlcommands.RenameFile, robotide.controller.ctrlcommands.SetDataFile, robotide.controller.ctrlcommands.CreateNewResource, robotide.controller.ctrlcommands.MoveTo, robotide.controller.ctrlcommands.Redo, robotide.controller.ctrlcommands.Undo, robotide.controller.ctrlcommands._ReversibleCommand, robotide.controller.ctrlcommands.ChangeTag, and robotide.controller.ctrlcommands.CopyMacroAs.
Definition at line 137 of file ctrlcommands.py.
|
static |
Definition at line 135 of file ctrlcommands.py.