|
c(self,
widget,
signal_str,
slot) |
|
|
|
__init__(self,
parent,
criteria=None,
databases=None)
Create a PropFilterDialog instance |
|
|
|
getCumulativeMatches(self) |
|
|
|
|
|
filterSelectionChanged(self,
selected=None,
deselected=None)
Enables or disables the Delete button as appropriate depending on the
selection in the Criteria display area |
|
|
|
selectProperty(self)
Populate the property name edit with the property name of the
property the user just selected. |
|
|
|
joinerChanged(self,
result)
Enable/disable the second criteria widgets as appropriate for the
joiner ("", AND, OR) that the user just selected. |
|
|
|
updateText(self)
Rewrite the text in the criteria text box |
|
|
|
loadDatabases(self,
databases)
Load in the data from the database - populates the upper text box
with property names. |
|
|
str
|
convertToClassToken(self,
s)
This function converts given string to one of class tokens (either
'Light', 'Heavy' or 'Misc'). |
|
|
list
|
findCommonDatanames(self,
databases)
This function find column names that are present in all databases. |
|
|
|
addCriterion(self)
Adds a criterion when the user hits the Add button |
|
|
|
operator1Changed(self,
result)
Disable/enable the value edit as appropriate for the selected
operator. |
|
|
|
operater2Changed(self,
result)
Disable/enable the value edit as appropriate for the selected
operator. |
|
|
|
|
|
|
|
|
|
deleteEntry(self)
Delete the selected criterion or pattern |
|
|
|
setDefaults(self,
criteria=None)
Set the panel defaults |
|
|
|
setProperties(self,
property_names)
Set the list of properties the user can choose from. |
|
|
|
warning(self,
text)
Pop up a warning dialog |
|
|
list
|
getPropertyMinMax(self,
property)
Get the min and max values of property from the database. |
|
|