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

Public Member Functions

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

Private Member Functions

def _params (self)
 

Private Attributes

 _destination
 

Additional Inherited Members

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

Detailed Description

Definition at line 245 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.MoveTo.__init__ (   self,
  destination 
)

Definition at line 247 of file ctrlcommands.py.

Member Function Documentation

◆ _params()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 250 of file ctrlcommands.py.

◆ execute()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 253 of file ctrlcommands.py.

Member Data Documentation

◆ _destination

robotide.controller.ctrlcommands.MoveTo._destination
private

Definition at line 248 of file ctrlcommands.py.


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