Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands._Command Class Reference
Inheritance diagram for robotide.controller.ctrlcommands._Command:
robotide.controller.ctrlcommands.AddLibrary robotide.controller.ctrlcommands.AddResource robotide.controller.ctrlcommands.AddTestCase robotide.controller.ctrlcommands.AddVariablesFileImport robotide.controller.ctrlcommands.ChangeTag robotide.controller.ctrlcommands.ClearSetting robotide.controller.ctrlcommands.CopyMacroAs robotide.controller.ctrlcommands.CreateNewDirectoryProject robotide.controller.ctrlcommands.CreateNewFileProject robotide.controller.ctrlcommands.CreateNewResource robotide.controller.ctrlcommands.DeleteFile robotide.controller.ctrlcommands.DeleteFolder robotide.controller.ctrlcommands.DeleteTag robotide.controller.ctrlcommands.Exclude robotide.controller.ctrlcommands.ExtractKeyword robotide.controller.ctrlcommands.FindOccurrences robotide.controller.ctrlcommands.Include robotide.controller.ctrlcommands.MoveTo robotide.controller.ctrlcommands.OpenContainingFolder robotide.controller.ctrlcommands.Purify robotide.controller.ctrlcommands.Redo robotide.controller.ctrlcommands.RemoveReadOnly robotide.controller.ctrlcommands.RenameFile robotide.controller.ctrlcommands.RenameResourceFile robotide.controller.ctrlcommands.SaveAll robotide.controller.ctrlcommands.SaveFile robotide.controller.ctrlcommands.SetDataFile robotide.controller.ctrlcommands.SetFileFormat robotide.controller.ctrlcommands.SetFileFormatRecuresively robotide.controller.ctrlcommands.SetValues robotide.controller.ctrlcommands.Undo robotide.controller.ctrlcommands.UpdateVariable robotide.controller.ctrlcommands.UpdateVariableName robotide.controller.ctrlcommands._AddDataFile robotide.controller.ctrlcommands._ItemCommand robotide.controller.ctrlcommands._ReversibleCommand robotide.usages.commands.FindResourceUsages robotide.usages.commands.FindTestFolderUsages

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)
 

Detailed Description

Definition at line 133 of file ctrlcommands.py.

Member Function Documentation

◆ __str__()

def robotide.controller.ctrlcommands._Command.__str__ (   self)

◆ _format_param()

def robotide.controller.ctrlcommands._Command._format_param (   param)
staticprivate

Definition at line 147 of file ctrlcommands.py.

◆ _params()

◆ _params_str()

def robotide.controller.ctrlcommands._Command._params_str (   self)
private

Reimplemented in robotide.controller.ctrlcommands.InsertCell.

Definition at line 143 of file ctrlcommands.py.

◆ execute()

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.

Member Data Documentation

◆ modifying

bool robotide.controller.ctrlcommands._Command.modifying = True
static

Definition at line 135 of file ctrlcommands.py.


The documentation for this class was generated from the following file: