foobar2000 SDK
2015-08-03
|
#include <playlist.h>
Public Member Functions | |
dropped_files_data_impl () | |
void | set_handles (const pfc::list_base_const_t< metadb_handle_ptr > &p_handles) |
void | set_paths (pfc::string_list_const const &p_paths) |
bool | to_handles (pfc::list_base_t< metadb_handle_ptr > &p_out, bool p_filter, HWND p_parentwnd) |
void | to_handles_async (bool p_filter, HWND p_parentwnd, service_ptr_t< process_locations_notify > p_notify) |
void | to_handles_async_ex (t_uint32 p_op_flags, HWND p_parentwnd, service_ptr_t< process_locations_notify > p_notify) |
Private Attributes | |
metadb_handle_list | m_handles |
bool | m_is_paths |
pfc::string_list_impl | m_paths |
Additional Inherited Members | |
Protected Member Functions inherited from dropped_files_data | |
dropped_files_data () | |
~dropped_files_data () | |
Implementation of dropped_files_data.
Definition at line 822 of file playlist.h.
|
inline |
Definition at line 824 of file playlist.h.
|
inlinevirtual |
|
inlinevirtual |
bool dropped_files_data_impl::to_handles | ( | pfc::list_base_t< metadb_handle_ptr > & | p_out, |
bool | p_filter, | ||
HWND | p_parentwnd | ||
) |
Definition at line 731 of file playlist.cpp.
void dropped_files_data_impl::to_handles_async | ( | bool | p_filter, |
HWND | p_parentwnd, | ||
service_ptr_t< process_locations_notify > | p_notify | ||
) |
Definition at line 727 of file playlist.cpp.
void dropped_files_data_impl::to_handles_async_ex | ( | t_uint32 | p_op_flags, |
HWND | p_parentwnd, | ||
service_ptr_t< process_locations_notify > | p_notify | ||
) |
p_op_flags | Can be null, or one or more of playlist_incoming_item_filter_v2::op_flag_* enum values combined, altering behaviors of the operation. |
Definition at line 711 of file playlist.cpp.
|
private |
Definition at line 840 of file playlist.h.
|
private |
Definition at line 841 of file playlist.h.
|
private |
Definition at line 839 of file playlist.h.