Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands._ReversibleCommand Class Reference
Inheritance diagram for robotide.controller.ctrlcommands._ReversibleCommand:
robotide.controller.ctrlcommands._Command robotide.controller.ctrlcommands.AddKeyword robotide.controller.ctrlcommands.AddVariable robotide.controller.ctrlcommands.CompositeCommand robotide.controller.ctrlcommands.RecreateMacro robotide.controller.ctrlcommands.RemoveMacro robotide.controller.ctrlcommands.RemoveVariable robotide.controller.ctrlcommands.RenameKeywordOccurrences robotide.controller.ctrlcommands.RenameTest robotide.controller.ctrlcommands.RestoreKeywordOrder robotide.controller.ctrlcommands.RestoreTestOrder robotide.controller.ctrlcommands.RestoreVariableOrder robotide.controller.ctrlcommands.SortKeywords robotide.controller.ctrlcommands.SortTests robotide.controller.ctrlcommands.SortVariables robotide.controller.ctrlcommands._StepsChangingCommand

Public Member Functions

def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Properties

 _get_undo_command = property
 

Private Member Functions

def _execute_without_redo_clear (self, context)
 
def _get_undo_command (self)
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 

Detailed Description

Definition at line 209 of file ctrlcommands.py.

Member Function Documentation

◆ _execute_without_redo_clear()

def robotide.controller.ctrlcommands._ReversibleCommand._execute_without_redo_clear (   self,
  context 
)
private

Definition at line 216 of file ctrlcommands.py.

◆ _get_undo_command()

◆ execute()

def robotide.controller.ctrlcommands._ReversibleCommand.execute (   self,
  context 
)

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 211 of file ctrlcommands.py.

Property Documentation

◆ _get_undo_command

robotide.controller.ctrlcommands._ReversibleCommand._get_undo_command = property
staticprivate

Definition at line 222 of file ctrlcommands.py.


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