Robot Framework Integrated Development Environment (RIDE)
robotide.widgets.images.ImageProvider Class Reference

Public Member Functions

def __init__ (self, size=(16, 16))
 
def get_image_by_name (self, name)
 

Public Attributes

 DATADIRIMG
 
 DATAFILEIMG
 
 KEYWORDIMG
 
 KW_SEARCH_ICON
 
 PROGICONS
 
 REFRESH_ALL
 
 REPORTIMG
 
 RIDE_ICON
 
 SWITCH_FIELDS_ICON
 
 TEST_SEARCH_ICON
 
 TESTCASEIMG
 
 TOOLBAR_CONTINUE
 
 TOOLBAR_NEXT
 
 TOOLBAR_PAUSE
 
 TOOLBAR_PLAY
 
 TOOLBAR_STOP
 

Private Member Functions

def _build_icons (self)
 
def _get_img_path (self, name)
 
def _img_from_art_provider (self, source)
 
def _load_image (self, name)
 
def _load_prog_icons (self)
 

Private Attributes

 _icons
 
 _size
 

Static Private Attributes

 _BASE
 

Detailed Description

Definition at line 30 of file images.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.widgets.images.ImageProvider.__init__ (   self,
  size = (16, 16) 
)

Definition at line 36 of file images.py.

Member Function Documentation

◆ _build_icons()

def robotide.widgets.images.ImageProvider._build_icons (   self)
private

Definition at line 56 of file images.py.

◆ _get_img_path()

def robotide.widgets.images.ImageProvider._get_img_path (   self,
  name 
)
private

Definition at line 75 of file images.py.

◆ _img_from_art_provider()

def robotide.widgets.images.ImageProvider._img_from_art_provider (   self,
  source 
)
private

Definition at line 78 of file images.py.

◆ _load_image()

def robotide.widgets.images.ImageProvider._load_image (   self,
  name 
)
private

Definition at line 66 of file images.py.

◆ _load_prog_icons()

def robotide.widgets.images.ImageProvider._load_prog_icons (   self)
private

Definition at line 81 of file images.py.

◆ get_image_by_name()

def robotide.widgets.images.ImageProvider.get_image_by_name (   self,
  name 
)

Definition at line 63 of file images.py.

Member Data Documentation

◆ _BASE

robotide.widgets.images.ImageProvider._BASE
staticprivate

Definition at line 34 of file images.py.

◆ _icons

robotide.widgets.images.ImageProvider._icons
private

Definition at line 57 of file images.py.

◆ _size

robotide.widgets.images.ImageProvider._size
private

Definition at line 37 of file images.py.

◆ DATADIRIMG

robotide.widgets.images.ImageProvider.DATADIRIMG

Definition at line 40 of file images.py.

◆ DATAFILEIMG

robotide.widgets.images.ImageProvider.DATAFILEIMG

Definition at line 41 of file images.py.

◆ KEYWORDIMG

robotide.widgets.images.ImageProvider.KEYWORDIMG

Definition at line 39 of file images.py.

◆ KW_SEARCH_ICON

robotide.widgets.images.ImageProvider.KW_SEARCH_ICON

Definition at line 45 of file images.py.

◆ PROGICONS

robotide.widgets.images.ImageProvider.PROGICONS

Definition at line 42 of file images.py.

◆ REFRESH_ALL

robotide.widgets.images.ImageProvider.REFRESH_ALL

Definition at line 44 of file images.py.

◆ REPORTIMG

robotide.widgets.images.ImageProvider.REPORTIMG

Definition at line 43 of file images.py.

◆ RIDE_ICON

robotide.widgets.images.ImageProvider.RIDE_ICON

Definition at line 53 of file images.py.

◆ SWITCH_FIELDS_ICON

robotide.widgets.images.ImageProvider.SWITCH_FIELDS_ICON

Definition at line 52 of file images.py.

◆ TEST_SEARCH_ICON

robotide.widgets.images.ImageProvider.TEST_SEARCH_ICON

Definition at line 46 of file images.py.

◆ TESTCASEIMG

robotide.widgets.images.ImageProvider.TESTCASEIMG

Definition at line 38 of file images.py.

◆ TOOLBAR_CONTINUE

robotide.widgets.images.ImageProvider.TOOLBAR_CONTINUE

Definition at line 50 of file images.py.

◆ TOOLBAR_NEXT

robotide.widgets.images.ImageProvider.TOOLBAR_NEXT

Definition at line 51 of file images.py.

◆ TOOLBAR_PAUSE

robotide.widgets.images.ImageProvider.TOOLBAR_PAUSE

Definition at line 49 of file images.py.

◆ TOOLBAR_PLAY

robotide.widgets.images.ImageProvider.TOOLBAR_PLAY

Definition at line 47 of file images.py.

◆ TOOLBAR_STOP

robotide.widgets.images.ImageProvider.TOOLBAR_STOP

Definition at line 48 of file images.py.


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