The FilterObjManager type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Append(String) |
Appends a filter to the list, directly after the active filter.
Excess filters are pruned.
|
![]() | Append(FilterObj) |
Appends a filter to the list, directly after the active filter.
Excess filters are pruned.
|
![]() | AppendPassive(String) |
Appends a filter to the filter object manager in passive mode.
|
![]() | AppendPassive(FilterObj) |
Appends a filter to the filter object manager in passive mode.
|
![]() | CloseActiveFilter |
Closes the current active filters.
|
![]() | CloseAllFilters |
Close all open filters.
|
![]() | CloseFilterAtIdx |
Close the filter at the given index.
|
![]() | GetActiveFilterObj |
Returns the active filter object, the first filter.
|
![]() | GetFilterAtIndex |
Returns a filter from the given index.
|
![]() | GetFilterCount |
Returns the current count of loaded filters.
|
![]() | GetFilterWithId |
Returns the filter object of the filter with the given id.
|
![]() | GetFilterWithName |
Returns the filter object of the filter with the given id.
|
![]() | GetIndexOfFilterWithId |
Returns the index of the filter with the given id.
|
![]() | GetMaxFilters |
Returns the current maximum of filters.
|
![]() | GetMaxReports |
Returns the maximum number of reports.
|
![]() | GetMaxStatistics |
Returns the maximum number of statistics.
|
![]() | HasFilterAtIndex |
Has a filter at the given index.
|
![]() | MakeFilterActive(Int32) |
Activates the filter at the given index.
|
![]() | MakeFilterActive(String) |
Makes a filter with the given filterId the active filter.
|
![]() | ReloadFilterWithId |
Reloads a filter with the given id.
|
![]() | ReloadFilterWithName |
Reloads a filter with the given id.
|
See Also