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

Private Member Functions

def _change_value (self, context)
 
def _get_undo_command (self)
 

Private Attributes

 _undo_command
 

Additional Inherited Members

- Public Member Functions inherited from robotide.controller.ctrlcommands._RowChangingCommand
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)
 
- 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 1207 of file ctrlcommands.py.

Member Function Documentation

◆ _change_value()

def robotide.controller.ctrlcommands.DeleteRow._change_value (   self,
  context 
)
private

Definition at line 1209 of file ctrlcommands.py.

◆ _get_undo_command()

def robotide.controller.ctrlcommands.DeleteRow._get_undo_command (   self)
private

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 1216 of file ctrlcommands.py.

Member Data Documentation

◆ _undo_command

robotide.controller.ctrlcommands.DeleteRow._undo_command
private

Definition at line 1212 of file ctrlcommands.py.


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