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

Static Public Attributes

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

Private Member Functions

def _execute (self, context)
 
def _get_undo_command (self)
 

Private Attributes

 _undo_command
 

Additional Inherited Members

- 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)
 
- Properties inherited from robotide.controller.ctrlcommands._ReversibleCommand
 _get_undo_command = property
 

Detailed Description

Definition at line 481 of file ctrlcommands.py.

Member Function Documentation

◆ _execute()

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

Definition at line 484 of file ctrlcommands.py.

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 488 of file ctrlcommands.py.

Member Data Documentation

◆ _undo_command

robotide.controller.ctrlcommands.SortVariables._undo_command
private

Definition at line 486 of file ctrlcommands.py.

◆ index_difference

robotide.controller.ctrlcommands.SortVariables.index_difference = None
static

Definition at line 482 of file ctrlcommands.py.


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