Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands._RowChangingCommand Class Reference
Inheritance diagram for robotide.controller.ctrlcommands._RowChangingCommand:
robotide.controller.ctrlcommands._StepsChangingCommand robotide.controller.ctrlcommands._ReversibleCommand robotide.controller.ctrlcommands._Command robotide.controller.ctrlcommands.AddRow robotide.controller.ctrlcommands.CommentRow robotide.controller.ctrlcommands.DeleteRow robotide.controller.ctrlcommands.UncommentRow

Public Member Functions

def __init__ (self, row)
 Command that will operate on a given logical row of test/user keyword. More...
 
def __str__ (self)
 
def change_steps (self, context)
 Return True if steps changed, False otherwise. More...
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._ReversibleCommand
def execute (self, context)
 

Private Attributes

 _row
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 
- Properties inherited from robotide.controller.ctrlcommands._ReversibleCommand
 _get_undo_command = property
 

Detailed Description

Definition at line 1188 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands._RowChangingCommand.__init__ (   self,
  row 
)

Command that will operate on a given logical row of test/user keyword.

    Giving -1 as `row` means that operation is done on the last row.

Definition at line 1194 of file ctrlcommands.py.

Member Function Documentation

◆ __str__()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1203 of file ctrlcommands.py.

◆ change_steps()

def robotide.controller.ctrlcommands._RowChangingCommand.change_steps (   self,
  context 
)

Return True if steps changed, False otherwise.

Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.

Definition at line 1197 of file ctrlcommands.py.

Member Data Documentation

◆ _row

robotide.controller.ctrlcommands._RowChangingCommand._row
private

Definition at line 1195 of file ctrlcommands.py.


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