libt3widget
|
Abstract base class for filtered string and file lists. More...
Public Member Functions | |
virtual void | reset_filter (void)=0 |
Reset the filter. More... | |
virtual void | set_filter (const signals::slot< bool, string_list_base_t *, size_t > &)=0 |
Set the filter callback. More... | |
![]() | |
virtual const std::string * | operator[] (size_t idx) const =0 |
Retrieve element idx . More... | |
virtual size_t | size (void) const =0 |
Retrieve the size of the list. More... | |
Abstract base class for filtered string and file lists.
|
pure virtual |
Reset the filter.
Implemented in t3_widget::filtered_list_internal_t< list_t >, t3_widget::filtered_list_internal_t< file_list_t >, and t3_widget::filtered_list_internal_t< string_list_base_t >.
|
pure virtual |