libt3widget
|
Abstract base class for string and file lists and filtered lists. More...
Public Member Functions | |
virtual const std::string * | operator[] (size_t idx) const =0 |
Retrieve element idx . | |
virtual size_t | size (void) const =0 |
Retrieve the size of the list. |
Abstract base class for string and file lists and filtered lists.
|
pure virtual |
|
pure virtual |
Retrieve the size of the list.
Implemented in t3_widget::filtered_list_internal_t< list_t >, t3_widget::filtered_list_internal_t< file_list_t >, t3_widget::filtered_list_internal_t< string_list_base_t >, t3_widget::file_name_list_t, and t3_widget::string_list_t.