PYME.ui.filterPane module

PYME.ui.filterPane.CreateFilterPane(panel, mapping, pipeline, visFr)
class PYME.ui.filterPane.FilterPane(panel, filterKeys, pipeline, visFr)

Bases: foldingPane

OnFilterClipToSelection(event)
property filterKeys
setEventNumbers(**kwargs)
update(*args, **kwargs)
class PYME.ui.filterPane.FilterPanel(parent, filterKeys, dataSource=None)

Bases: mClass

Parameters
parentwx.Window
filterKeysdict

Dictionary keys

dataSourcefunction

function to call to get the current data source

OnFilterAdd(event)
OnFilterDelete(event)
OnFilterEdit(event)
OnFilterItemDeselected(event)
OnFilterItemSelected(event)
OnFilterListRightClick(event)
property dataSource
notify(key, limits=None)
populate()
update(filter_keys, data_source)