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

Public Member Functions

def __init__ (self, new_kw_name, args=None)
 
- 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 _get_undo_command (self)
 

Private Attributes

 _args
 
 _kw_name
 
 _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 859 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.AddKeyword.__init__ (   self,
  new_kw_name,
  args = None 
)

Definition at line 861 of file ctrlcommands.py.

Member Function Documentation

◆ _execute()

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

Definition at line 865 of file ctrlcommands.py.

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 870 of file ctrlcommands.py.

Member Data Documentation

◆ _args

robotide.controller.ctrlcommands.AddKeyword._args
private

Definition at line 863 of file ctrlcommands.py.

◆ _kw_name

robotide.controller.ctrlcommands.AddKeyword._kw_name
private

Definition at line 862 of file ctrlcommands.py.

◆ _undo_command

robotide.controller.ctrlcommands.AddKeyword._undo_command
private

Definition at line 867 of file ctrlcommands.py.


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