
Public Member Functions | |
| FiltersVector | getFilters () |
| void | setFilters (FiltersVector newFilters, boolean append) |
The interface for filterable objects
| FiltersVector com::cosylab::logging::engine::Filterable::getFilters | ( | ) |
Implemented in alma::acs::logging::table::LogTableRowSorter, and com::cosylab::logging::engine::ACS::LCEngine.
| void com::cosylab::logging::engine::Filterable::setFilters | ( | FiltersVector | newFilters, | |
| boolean | append | |||
| ) |
Set the filters. The new filters can replace or appended to the already exisiting filters.
The new filters can be null to remove the filtering. For this purpose append must be false.
| newFilters | The new vector of filters It can be null to remove the filtering | |
| append | If true the filters are appended to the existing filters |
Implemented in alma::acs::logging::table::LogTableRowSorter, and com::cosylab::logging::engine::ACS::LCEngine.
Referenced by com::cosylab::logging::settings::FilterChooserDialog::applyFilters().
1.6.2