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

Public Member Functions

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

Private Member Functions

def _params (self)
 

Private Attributes

 _new_name
 

Additional Inherited Members

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

Detailed Description

Definition at line 156 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.CopyMacroAs.__init__ (   self,
  new_name 
)

Definition at line 158 of file ctrlcommands.py.

Member Function Documentation

◆ _params()

def robotide.controller.ctrlcommands.CopyMacroAs._params (   self)
private

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 164 of file ctrlcommands.py.

◆ execute()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 161 of file ctrlcommands.py.

Member Data Documentation

◆ _new_name

robotide.controller.ctrlcommands.CopyMacroAs._new_name
private

Definition at line 159 of file ctrlcommands.py.


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