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

Public Member Functions

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 _execute (self, context)
 
def _step (self, context)
 

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

Member Function Documentation

◆ _execute()

def robotide.controller.ctrlcommands._StepsChangingCommand._execute (   self,
  context 
)
private

Definition at line 281 of file ctrlcommands.py.

◆ _step()

def robotide.controller.ctrlcommands._StepsChangingCommand._step (   self,
  context 
)
private

Definition at line 291 of file ctrlcommands.py.

◆ change_steps()

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

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