Package mrv :: Package maya :: Package ui :: Package browse :: Module interface :: Class iFinderFilter
[hide private]
[frames] | no frames]

Class iFinderFilter

source code

         object --+    
                  |    
interface.Interface --+
                      |
                     iFinderFilter

Filter interface suitable to perform item filter operations for Finder controls
Instance Methods [hide private]

Inherited from interface.Interface: supports

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

    Interface
 
filtered(self, finder, element_index, base_url, items)
Returns: list of items which may be shown in the element at element_index
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

filtered(self, finder, element_index, base_url, items)

source code 
Parameters:
  • finder - finder instance issueing the call
  • element_index - index of the element which is to be filled with items
  • base_url - url at which the given items exist
  • items - list of relative item ids which are to be shown in the finder element
Returns:
list of items which may be shown in the element at element_index