Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands Namespace Reference

Classes

class  _AddDataFile
 
class  _Command
 
class  _ItemCommand
 
class  _ReversibleCommand
 
class  _RowChangingCommand
 
class  _StepsChangingCommand
 
class  AddKeyword
 
class  AddLibrary
 
class  AddResource
 
class  AddRow
 
class  AddTestCase
 
class  AddTestCaseFile
 
class  AddTestDataDirectory
 
class  AddVariable
 
class  AddVariablesFileImport
 
class  ChangeCellValue
 
class  ChangeTag
 
class  ClearSetting
 
class  CommentRow
 
class  CompositeCommand
 
class  CopyMacroAs
 
class  CreateNewDirectoryProject
 
class  CreateNewFileProject
 
class  CreateNewResource
 
class  DeleteCell
 
class  DeleteFile
 
class  DeleteFolder
 
class  DeleteFolderAndImports
 
class  DeleteItem
 
class  DeleteResourceAndImports
 
class  DeleteRow
 
class  DeleteTag
 
class  Exclude
 
class  ExtractKeyword
 
class  FindOccurrences
 
class  FindVariableOccurrences
 
class  Include
 
class  InsertCell
 
class  MoveDown
 
class  MoveRowsDown
 
class  MoveRowsUp
 
class  MoveTo
 
class  MoveUp
 
class  NonExistingStep
 
class  NullObserver
 
class  Occurrence
 
class  OpenContainingFolder
 
class  Purify
 
class  RecreateMacro
 
class  Redo
 
class  RemoveMacro
 
class  RemoveReadOnly
 
class  RemoveVariable
 
class  RenameFile
 
class  RenameKeywordOccurrences
 
class  RenameResourceFile
 
class  RenameTest
 
class  RestoreKeywordOrder
 
class  RestoreTestOrder
 
class  RestoreVariableOrder
 
class  SaveAll
 
class  SaveFile
 
class  SetDataFile
 
class  SetFileFormat
 
class  SetFileFormatRecuresively
 
class  SetValues
 
class  SortKeywords
 
class  SortTests
 
class  SortVariables
 
class  StepsChangingCompositeCommand
 
class  UncommentRow
 
class  Undo
 
class  UpdateDocumentation
 
class  UpdateVariable
 
class  UpdateVariableName
 

Functions

def _cols_from_selection (selection)
 
def _rows_from_selection (selection)
 
def AddKeywordFromCells (cells)
 
def AddRows (rows)
 
def ClearArea (top_left, bottom_right)
 
def CommentRows (rows)
 
def DeleteCells (top_left, bottom_right)
 
def DeleteRows (rows)
 
def ExtractList (name, value, comment, cells)
 
def ExtractScalar (name, value, comment, cell)
 
def InsertArea (top_left, content)
 
def InsertCells (top_left, bottom_right)
 
def PasteArea (top_left, content)
 
def UncommentRows (rows)
 

Function Documentation

◆ _cols_from_selection()

def robotide.controller.ctrlcommands._cols_from_selection (   selection)
private

Definition at line 1526 of file ctrlcommands.py.

◆ _rows_from_selection()

def robotide.controller.ctrlcommands._rows_from_selection (   selection)
private

Definition at line 1518 of file ctrlcommands.py.

◆ AddKeywordFromCells()

def robotide.controller.ctrlcommands.AddKeywordFromCells (   cells)

Definition at line 848 of file ctrlcommands.py.

◆ AddRows()

def robotide.controller.ctrlcommands.AddRows (   rows)

Definition at line 1480 of file ctrlcommands.py.

◆ ClearArea()

def robotide.controller.ctrlcommands.ClearArea (   top_left,
  bottom_right 
)

Definition at line 1494 of file ctrlcommands.py.

◆ CommentRows()

def robotide.controller.ctrlcommands.CommentRows (   rows)

Definition at line 1486 of file ctrlcommands.py.

◆ DeleteCells()

def robotide.controller.ctrlcommands.DeleteCells (   top_left,
  bottom_right 
)

Definition at line 1543 of file ctrlcommands.py.

◆ DeleteRows()

def robotide.controller.ctrlcommands.DeleteRows (   rows)

Definition at line 1475 of file ctrlcommands.py.

◆ ExtractList()

def robotide.controller.ctrlcommands.ExtractList (   name,
  value,
  comment,
  cells 
)

Definition at line 1028 of file ctrlcommands.py.

◆ ExtractScalar()

def robotide.controller.ctrlcommands.ExtractScalar (   name,
  value,
  comment,
  cell 
)

Definition at line 1022 of file ctrlcommands.py.

◆ InsertArea()

def robotide.controller.ctrlcommands.InsertArea (   top_left,
  content 
)

Definition at line 1511 of file ctrlcommands.py.

◆ InsertCells()

def robotide.controller.ctrlcommands.InsertCells (   top_left,
  bottom_right 
)

Definition at line 1534 of file ctrlcommands.py.

◆ PasteArea()

def robotide.controller.ctrlcommands.PasteArea (   top_left,
  content 
)

Definition at line 1503 of file ctrlcommands.py.

◆ UncommentRows()

def robotide.controller.ctrlcommands.UncommentRows (   rows)

Definition at line 1490 of file ctrlcommands.py.