Package schrodinger :: Package application :: Package bioluminate :: Module propfilter :: Class SelectingFilteredListWidget
[hide private]
[frames] | no frames]

Class SelectingFilteredListWidget

   PyQt4.QtGui.QListWidget --+        
                             |        
    ui.qt.swidgets.SListWidget --+    
                                 |    
ui.qt.swidgets.SFilteredListWidget --+
                                     |
                                    SelectingFilteredListWidget

A QListWidget that contains a edit to allow the user to filter the contents of the widget. If a filter is being applied, all the matching contents are selected.

Instance Methods [hide private]
 
filterList(self, filtervalue)
Modified from the parent class to select all the objects in the ListWidget that match the filter.

Inherited from ui.qt.swidgets.SFilteredListWidget: __init__, addItem, addItems, clear, editItem, endFilter, insertItem, insertItems, newItem, removeItemByText, startFilter, takeItem, trueIndexByText, withinFilter

Inherited from ui.qt.swidgets.SListWidget: allItems, removeItem, rowByText, selectedText, setTextSelected

Method Details [hide private]

filterList(self, filtervalue)

 

Modified from the parent class to select all the objects in the ListWidget that match the filter.

Parameters:
  • filtervalue (str) - The value used to filter the ListWidget
Overrides: ui.qt.swidgets.SFilteredListWidget.filterList