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

Public Member Functions

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

Private Attributes

 _commands
 

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

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.

Definition at line 1457 of file ctrlcommands.py.

Member Function Documentation

◆ _create_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.

Definition at line 1467 of file ctrlcommands.py.

◆ _executions()

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

Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.

Definition at line 1470 of file ctrlcommands.py.

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands.CompositeCommand.

Definition at line 1464 of file ctrlcommands.py.

◆ change_steps()

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

Return True if steps changed, False otherwise.

Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.

Definition at line 1460 of file ctrlcommands.py.

Member Data Documentation

◆ _commands

robotide.controller.ctrlcommands.StepsChangingCompositeCommand._commands
private

Definition at line 1458 of file ctrlcommands.py.


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