foobar2000 SDK
2015-08-03
|
#include <library_manager.h>
Public Member Functions | |
FB2K_MAKE_SERVICE_INTERFACE (library_manager_v3, library_manager_v2) | |
virtual bool | get_new_file_pattern_images (pfc::string_base &p_directory, pfc::string_base &p_format)=0 |
virtual bool | get_new_file_pattern_tracks (pfc::string_base &p_directory, pfc::string_base &p_format)=0 |
virtual void | register_callback (library_callback_dynamic *p_callback)=0 |
virtual void | unregister_callback (library_callback_dynamic *p_callback)=0 |
Public Member Functions inherited from library_manager | |
virtual void | enum_items (enum_callback &p_callback)=0 |
virtual void | get_all_items (pfc::list_base_t< metadb_handle_ptr > &p_out)=0 |
virtual bool | get_relative_path (const metadb_handle_ptr &p_item, pfc::string_base &p_out)=0 |
virtual bool | is_item_addable (const metadb_handle_ptr &p_item)=0 |
virtual bool | is_item_in_library (const metadb_handle_ptr &p_item)=0 |
virtual bool | is_library_enabled ()=0 |
virtual bool | is_path_addable (const char *p_path)=0 |
virtual void | rescan ()=0 |
virtual void | show_preferences ()=0 |
Public Member Functions inherited from service_base | |
template<typename outPtr_t > | |
bool | cast (outPtr_t &outPtr) |
virtual int | service_add_ref ()=0 throw () |
virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
template<class T > | |
bool | service_query_t (service_ptr_t< T > &p_out) |
virtual int | service_release ()=0 throw () |
Additional Inherited Members | |
Public Types inherited from service_base | |
typedef service_base | t_interface |
Protected Member Functions inherited from library_manager_v2 | |
__declspec (deprecated) virtual bool is_rescan_running()=0 | |
__declspec (deprecated) virtual void rescan_async(HWND p_parent | |
Protected Member Functions inherited from service_base | |
service_base () | |
~service_base () | |
Protected Attributes inherited from library_manager_v2 | |
completion_notify_ptr | p_notify = 0 |
Definition at line 86 of file library_manager.h.
library_manager_v3::FB2K_MAKE_SERVICE_INTERFACE | ( | library_manager_v3 | , |
library_manager_v2 | |||
) |
|
pure virtual |
Retrieves directory path and subdirectory/filename formatting scheme for newly encoded/copied/moved full album images.
|
pure virtual |
Retrieves directory path and subdirectory/filename formatting scheme for newly encoded/copied/moved tracks.
|
pure virtual |
|
pure virtual |