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

Public Member Functions

def __init__ (self, *commands)
 
- 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 _create_undo_command (self, undos)
 
def _execute (self, context)
 
def _executions (self, context)
 
def _get_undo_command (self)
 

Private Attributes

 _commands
 
 _undo_command
 

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

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.CompositeCommand.__init__ (   self,
commands 
)

Member Function Documentation

◆ _create_undo_command()

def robotide.controller.ctrlcommands.CompositeCommand._create_undo_command (   self,
  undos 
)
private

◆ _execute()

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

Definition at line 1437 of file ctrlcommands.py.

◆ _executions()

def robotide.controller.ctrlcommands.CompositeCommand._executions (   self,
  context 
)
private

◆ _get_undo_command()

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

Member Data Documentation

◆ _commands

robotide.controller.ctrlcommands.CompositeCommand._commands
private

Definition at line 1435 of file ctrlcommands.py.

◆ _undo_command

robotide.controller.ctrlcommands.CompositeCommand._undo_command
private

Definition at line 1441 of file ctrlcommands.py.


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