|
|
Baseclass for filters to apply to the toResultView to filter out rows that you don't want to add as items to the list.
toResultFilter ()
| toResultFilter |
~toResultFilter ()
| ~toResultFilter |
[virtual]
bool check (const QListViewItem *item)
| check |
[pure virtual]
This function can inspect the item to be added and decide if it is valid for adding or not.
Parameters:
item | Item to inspect. |
Returns: If false is returned the item isn't added.
toResultFilter * clone (void)
| clone |
[pure virtual]
Create a copy of this filter.
Returns: A newly created copy of this filter.
void exportData (std::map<QCString,QString> &data,const QCString &prefix)
| exportData |
[virtual]
Export data to a map.
Parameters:
data | A map that can be used to recreate the data of a chart. |
prefix | Prefix to add to the map. |
void importData (std::map<QCString,QString> &data,const QCString &prefix)
| importData |
[virtual]
Import data
Parameters:
data | Data to read from a map. |
prefix | Prefix to read data from. |