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

Public Member Functions

def __init__ (self, row, col, value, insert=False)
 
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 Member Functions

def _get_undo_command (self)
 
def _validate_postcondition (self, context)
 

Static Private Member Functions

def _escape_newlines (item)
 

Private Attributes

 _col
 
 _insert
 
 _row
 
 _undo_command
 
 _value
 

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

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.ChangeCellValue.__init__ (   self,
  row,
  col,
  value,
  insert = False 
)

Definition at line 1038 of file ctrlcommands.py.

Member Function Documentation

◆ __str__()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1088 of file ctrlcommands.py.

◆ _escape_newlines()

def robotide.controller.ctrlcommands.ChangeCellValue._escape_newlines (   item)
staticprivate

Definition at line 1067 of file ctrlcommands.py.

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 1085 of file ctrlcommands.py.

◆ _validate_postcondition()

def robotide.controller.ctrlcommands.ChangeCellValue._validate_postcondition (   self,
  context 
)
private

Definition at line 1072 of file ctrlcommands.py.

◆ change_steps()

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

Return True if steps changed, False otherwise.

Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.

Definition at line 1044 of file ctrlcommands.py.

Member Data Documentation

◆ _col

robotide.controller.ctrlcommands.ChangeCellValue._col
private

Definition at line 1040 of file ctrlcommands.py.

◆ _insert

robotide.controller.ctrlcommands.ChangeCellValue._insert
private

Definition at line 1042 of file ctrlcommands.py.

◆ _row

robotide.controller.ctrlcommands.ChangeCellValue._row
private

Definition at line 1039 of file ctrlcommands.py.

◆ _undo_command

robotide.controller.ctrlcommands.ChangeCellValue._undo_command
private

Definition at line 1050 of file ctrlcommands.py.

◆ _value

robotide.controller.ctrlcommands.ChangeCellValue._value
private

Definition at line 1041 of file ctrlcommands.py.


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