Home | Trees | Indices | Help |
|
---|
|
Classes | |
Filter Base class for filters |
|
GroupBoxFilter Filter where the items are displayed in a QGroupBox |
|
ComboBoxFilter Filter where the items are displayed in a QComboBox |
|
EditorFilter Filter that presents the user with an editor, allowing the user to enter a value on which to filter, and at the same time to show 'All' or 'None' |
|
ValidDateFilter Filters entities that are valid a certain date. This filter will present a date to the user and filter the entities that have their from date before this date and their end date after this date. If no date is given, all entities will be shown |
Functions | |||
|
Variables | |
__package__ =
|
Function Details |
Convert a python data structure to a filter, using the following rules : if structure is an instance of Filter, return structure else create a GroupBoxFilter from the structure |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:31 2010 | http://epydoc.sourceforge.net |