foobar2000 SDK
2015-08-03
|
#include <library_manager.h>
Protected Member Functions | |
__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 | |
completion_notify_ptr | p_notify = 0 |
Private Member Functions | |
FB2K_MAKE_SERVICE_INTERFACE (library_manager_v2, library_manager) | |
Additional Inherited Members | |
Public Types inherited from service_base | |
typedef service_base | t_interface |
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 () |
Definition at line 59 of file library_manager.h.
|
protectedpure virtual |
OBSOLETE, do not call, does nothing.
|
protected |
OBSOLETE, do not call, does nothing.
|
private |
|
protected |
Definition at line 66 of file library_manager.h.