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

Public Member Functions

def __init__ (self, row, col)
 
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)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Private Member Functions

def _get_undo_command (self)
 
def _params (self)
 

Private Attributes

 _col
 
 _row
 
 _undo_command
 

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 1164 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.DeleteCell.__init__ (   self,
  row,
  col 
)

Definition at line 1166 of file ctrlcommands.py.

Member Function Documentation

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 1184 of file ctrlcommands.py.

◆ _params()

def robotide.controller.ctrlcommands.DeleteCell._params (   self)
private

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1171 of file ctrlcommands.py.

◆ change_steps()

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

Return True if steps changed, False otherwise.

Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.

Definition at line 1174 of file ctrlcommands.py.

Member Data Documentation

◆ _col

robotide.controller.ctrlcommands.DeleteCell._col
private

Definition at line 1168 of file ctrlcommands.py.

◆ _row

robotide.controller.ctrlcommands.DeleteCell._row
private

Definition at line 1167 of file ctrlcommands.py.

◆ _undo_command

robotide.controller.ctrlcommands.DeleteCell._undo_command
private

Definition at line 1177 of file ctrlcommands.py.


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