Robot Framework Integrated Development Environment (RIDE)
robotide.searchtests.dialogsearchtests._TestSearchListModel Class Reference
Inheritance diagram for robotide.searchtests.dialogsearchtests._TestSearchListModel:
robotide.widgets.list.ListModel

Public Member Functions

def __eq__ (self, other)
 
def __getitem__ (self, item)
 
def __hash__ (self)
 
def __init__ (self, tests)
 
def __lt__ (self, other)
 
def item_text (self, row, col)
 
- Public Member Functions inherited from robotide.widgets.list.ListModel
def image (self, row)
 
def item_attributes (self, row)
 

Static Public Member Functions

def m_cmp (a, b)
 

Properties

 count = property
 
- Properties inherited from robotide.widgets.list.ListModel
 count = property
 
 images = property
 

Private Member Functions

def count (self)
 

Private Attributes

 _tests
 

Detailed Description

Definition at line 269 of file dialogsearchtests.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.__init__ (   self,
  tests 
)

Definition at line 271 of file dialogsearchtests.py.

Member Function Documentation

◆ __eq__()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.__eq__ (   self,
  other 
)

Definition at line 296 of file dialogsearchtests.py.

◆ __getitem__()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.__getitem__ (   self,
  item 
)

Definition at line 281 of file dialogsearchtests.py.

◆ __hash__()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.__hash__ (   self)

Definition at line 299 of file dialogsearchtests.py.

◆ __lt__()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.__lt__ (   self,
  other 
)

Definition at line 302 of file dialogsearchtests.py.

◆ count()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.count (   self)
private

Reimplemented from robotide.widgets.list.ListModel.

Definition at line 278 of file dialogsearchtests.py.

◆ item_text()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.item_text (   self,
  row,
  col 
)

Reimplemented from robotide.widgets.list.ListModel.

Definition at line 284 of file dialogsearchtests.py.

◆ m_cmp()

def robotide.searchtests.dialogsearchtests._TestSearchListModel.m_cmp (   a,
  b 
)
static

Definition at line 293 of file dialogsearchtests.py.

Member Data Documentation

◆ _tests

robotide.searchtests.dialogsearchtests._TestSearchListModel._tests
private

Definition at line 272 of file dialogsearchtests.py.

Property Documentation

◆ count

robotide.searchtests.dialogsearchtests._TestSearchListModel.count = property
static

Definition at line 276 of file dialogsearchtests.py.


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