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

Public Member Functions

def __init__ (self, name, value, comment)
 
def __str__ (self)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._ReversibleCommand
def execute (self, context)
 

Private Member Functions

def _execute (self, context)
 
def _get_undo_command (self)
 

Private Attributes

 _comment
 
 _name
 
 _undo_command
 
 _value
 

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

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.AddVariable.__init__ (   self,
  name,
  value,
  comment 
)

Definition at line 963 of file ctrlcommands.py.

Member Function Documentation

◆ __str__()

def robotide.controller.ctrlcommands.AddVariable.__str__ (   self)

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 977 of file ctrlcommands.py.

◆ _execute()

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

Definition at line 968 of file ctrlcommands.py.

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 974 of file ctrlcommands.py.

Member Data Documentation

◆ _comment

robotide.controller.ctrlcommands.AddVariable._comment
private

Definition at line 966 of file ctrlcommands.py.

◆ _name

robotide.controller.ctrlcommands.AddVariable._name
private

Definition at line 964 of file ctrlcommands.py.

◆ _undo_command

robotide.controller.ctrlcommands.AddVariable._undo_command
private

Definition at line 971 of file ctrlcommands.py.

◆ _value

robotide.controller.ctrlcommands.AddVariable._value
private

Definition at line 965 of file ctrlcommands.py.


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