Orcus
|
Public Member Functions | |
virtual void | set_range (const range_t &range)=0 |
virtual void | set_column (col_t col)=0 |
virtual void | append_column_match_value (std::string_view value)=0 |
virtual void | commit_column ()=0 |
virtual void | commit ()=0 |
|
pure virtual |
Add a match value to the current column filter.
value | match value. |
|
pure virtual |
Commit current auto filter to the model.
|
pure virtual |
Commit current column filter to the current auto filter.
|
pure virtual |
Specify the column position of a filter. The position is relative to the first column in the auto filter range.
col | 0-based column position of a filter relative to the first column. |
|
pure virtual |
Specify the range where the auto filter is applied.
range | structure containing the top-left and bottom-right positions of the auto filter range. |