Robot Framework Integrated Development Environment (RIDE)
robotide.run.runanything.RunConfigs Class Reference
Inheritance diagram for robotide.run.runanything.RunConfigs:
robotide.controller.basecontroller._BaseController

Public Member Functions

def __getitem__ (self, index)
 
def __init__ (self, saved_data)
 
def __iter__ (self)
 
def __len__ (self)
 
def add (self, name, command, doc)
 
def data_to_save (self)
 
def delete (self, index)
 
def edit (self, index, name, command, doc)
 
def move_down (self, index)
 
def move_up (self, index)
 
def update (self, data)
 
- Public Member Functions inherited from robotide.controller.basecontroller._BaseController
def execute (self, command)
 
def is_excluded (self)
 
def is_modifiable (self)
 

Private Member Functions

def _swap (self, index1, index2)
 

Private Attributes

 _configs
 

Additional Inherited Members

- Properties inherited from robotide.controller.basecontroller._BaseController
 display_name = property
 

Detailed Description

Definition at line 64 of file runanything.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.run.runanything.RunConfigs.__init__ (   self,
  saved_data 
)

Definition at line 66 of file runanything.py.

Member Function Documentation

◆ __getitem__()

def robotide.run.runanything.RunConfigs.__getitem__ (   self,
  index 
)

Definition at line 77 of file runanything.py.

◆ __iter__()

def robotide.run.runanything.RunConfigs.__iter__ (   self)

Definition at line 71 of file runanything.py.

◆ __len__()

def robotide.run.runanything.RunConfigs.__len__ (   self)

Definition at line 74 of file runanything.py.

◆ _swap()

def robotide.run.runanything.RunConfigs._swap (   self,
  index1,
  index2 
)
private

Definition at line 95 of file runanything.py.

◆ add()

def robotide.run.runanything.RunConfigs.add (   self,
  name,
  command,
  doc 
)

Definition at line 80 of file runanything.py.

◆ data_to_save()

def robotide.run.runanything.RunConfigs.data_to_save (   self)

Definition at line 107 of file runanything.py.

◆ delete()

def robotide.run.runanything.RunConfigs.delete (   self,
  index 
)

Definition at line 103 of file runanything.py.

◆ edit()

def robotide.run.runanything.RunConfigs.edit (   self,
  index,
  name,
  command,
  doc 
)

Definition at line 99 of file runanything.py.

◆ move_down()

def robotide.run.runanything.RunConfigs.move_down (   self,
  index 
)

Definition at line 92 of file runanything.py.

◆ move_up()

def robotide.run.runanything.RunConfigs.move_up (   self,
  index 
)

Definition at line 89 of file runanything.py.

◆ update()

def robotide.run.runanything.RunConfigs.update (   self,
  data 
)

Definition at line 85 of file runanything.py.

Member Data Documentation

◆ _configs

robotide.run.runanything.RunConfigs._configs
private

Definition at line 67 of file runanything.py.


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