Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.InsertCell Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.InsertCell:
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, delete=False)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._StepsChangingCommand
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_str (self)
 

Private Attributes

 _col
 
 _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 1142 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1144 of file ctrlcommands.py.

Member Function Documentation

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 1160 of file ctrlcommands.py.

◆ _params_str()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1148 of file ctrlcommands.py.

◆ change_steps()

def robotide.controller.ctrlcommands.InsertCell.change_steps (   self,
  context,
  delete = False 
)

Definition at line 1151 of file ctrlcommands.py.

Member Data Documentation

◆ _col

robotide.controller.ctrlcommands.InsertCell._col
private

Definition at line 1146 of file ctrlcommands.py.

◆ _row

robotide.controller.ctrlcommands.InsertCell._row
private

Definition at line 1145 of file ctrlcommands.py.


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