#include <playlist.h>

Public Member Functions | |
| virtual void | set_paths (pfc::string_list_const const &p_paths)=0 |
| virtual void | set_handles (const pfc::list_base_const_t< metadb_handle_ptr > &p_handles)=0 |
Protected Member Functions | |
| dropped_files_data () | |
| ~dropped_files_data () | |
| dropped_files_data::dropped_files_data | ( | ) | [inline, protected] |
| dropped_files_data::~dropped_files_data | ( | ) | [inline, protected] |
| virtual void dropped_files_data::set_paths | ( | pfc::string_list_const const & | p_paths | ) | [pure virtual] |
Implemented in dropped_files_data_impl.
| virtual void dropped_files_data::set_handles | ( | const pfc::list_base_const_t< metadb_handle_ptr > & | p_handles | ) | [pure virtual] |
Implemented in dropped_files_data_impl.
1.5.5