Robot Framework Integrated Development Environment (RIDE)
robotide.ui.images.TreeImageList Class Reference
Inheritance diagram for robotide.ui.images.TreeImageList:

Public Member Functions

def __getitem__ (self, controller)
 
def __init__ (self)
 
def set_execution_results (self, results)
 

Properties

 directory = property
 

Private Member Functions

def directory (self)
 

Private Attributes

 _execution_results
 
 _images
 

Detailed Description

Definition at line 45 of file images.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.ui.images.TreeImageList.__init__ (   self)

Definition at line 47 of file images.py.

Member Function Documentation

◆ __getitem__()

def robotide.ui.images.TreeImageList.__getitem__ (   self,
  controller 
)

Definition at line 75 of file images.py.

◆ directory()

def robotide.ui.images.TreeImageList.directory (   self)
private

Definition at line 69 of file images.py.

◆ set_execution_results()

def robotide.ui.images.TreeImageList.set_execution_results (   self,
  results 
)

Definition at line 72 of file images.py.

Member Data Documentation

◆ _execution_results

robotide.ui.images.TreeImageList._execution_results
private

Definition at line 49 of file images.py.

◆ _images

robotide.ui.images.TreeImageList._images
private

Definition at line 50 of file images.py.

Property Documentation

◆ directory

robotide.ui.images.TreeImageList.directory = property
static

Definition at line 67 of file images.py.


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