Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands._ItemCommand Class Reference
Inheritance diagram for robotide.controller.ctrlcommands._ItemCommand:
robotide.controller.ctrlcommands._Command robotide.controller.ctrlcommands.DeleteItem robotide.controller.ctrlcommands.MoveDown robotide.controller.ctrlcommands.MoveUp robotide.controller.ctrlcommands.UpdateDocumentation

Public Member Functions

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

Private Attributes

 _item
 

Additional Inherited Members

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

Detailed Description

Definition at line 528 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands._ItemCommand.__init__ (   self,
  item 
)

Definition at line 530 of file ctrlcommands.py.

Member Data Documentation

◆ _item

robotide.controller.ctrlcommands._ItemCommand._item
private

Definition at line 531 of file ctrlcommands.py.


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