Robot Framework Integrated Development Environment (RIDE)
robotide.widgets.list.ListModel Class Reference
Inheritance diagram for robotide.widgets.list.ListModel:
robotide.searchtests.dialogsearchtests._TestSearchListModel robotide.usages.usagesdialog._UsagesListModel robotide.usages.usagesdialog.RecursiveResourceImportListModel robotide.usages.usagesdialog.ResourceImportListModel robotide.usages.usagesdialog.UsagesListModel

Public Member Functions

def image (self, row)
 
def item_attributes (self, row)
 
def item_text (self, row, col)
 

Properties

 count = property
 
 images = property
 

Private Member Functions

def count (self)
 
def images (self)
 

Detailed Description

Definition at line 85 of file list.py.

Member Function Documentation

◆ count()

def robotide.widgets.list.ListModel.count (   self)
private

◆ image()

def robotide.widgets.list.ListModel.image (   self,
  row 
)

Reimplemented in robotide.usages.usagesdialog._UsagesListModel.

Definition at line 102 of file list.py.

◆ images()

def robotide.widgets.list.ListModel.images (   self)
private

Reimplemented in robotide.usages.usagesdialog._UsagesListModel.

Definition at line 96 of file list.py.

◆ item_attributes()

def robotide.widgets.list.ListModel.item_attributes (   self,
  row 
)

Reimplemented in robotide.usages.usagesdialog.ResourceImportListModel.

Definition at line 105 of file list.py.

◆ item_text()

Property Documentation

◆ count

robotide.widgets.list.ListModel.count = property
static

Definition at line 88 of file list.py.

◆ images

robotide.widgets.list.ListModel.images = property
static

Definition at line 94 of file list.py.


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