libt3widget
|
Abstract base class for file lists. More...
Public Member Functions | |
virtual const std::string * | get_fs_name (size_t idx) const =0 |
Get the file-system name for a particular idx . | |
virtual bool | is_dir (size_t idx) const =0 |
Retrieve whether the file at index idx in the list is a directory. |
Abstract base class for file lists.
|
pure virtual |
Get the file-system name for a particular idx
.
The file-system name is the name of the file as it is written in the file system. This is opposed to the name retrieved by operator
[] which has been converted to UTF-8.
Implemented in t3_widget::filtered_file_list_t, and t3_widget::file_name_list_t.
|
pure virtual |
Retrieve whether the file at index idx
in the list is a directory.
Implemented in t3_widget::filtered_file_list_t, and t3_widget::file_name_list_t.