foobar2000 SDK  2015-01-14
Public Member Functions
file_operation_callback_dynamic_impl_base

#include <file_operation_callback.h>

+ Inheritance diagram for file_operation_callback_dynamic_impl_base:

Public Member Functions

 file_operation_callback_dynamic_impl_base ()
 
 ~file_operation_callback_dynamic_impl_base ()
 
void on_files_copied_sorted (const pfc::list_base_const_t< const char * > &p_from, const pfc::list_base_const_t< const char * > &p_to)
 
void on_files_deleted_sorted (const pfc::list_base_const_t< const char * > &p_items)
 
void on_files_moved_sorted (const pfc::list_base_const_t< const char * > &p_from, const pfc::list_base_const_t< const char * > &p_to)
 
 PFC_CLASS_NOT_COPYABLE_EX (file_operation_callback_dynamic_impl_base)
 

Detailed Description

New in 0.9.5.

Definition at line 54 of file file_operation_callback.h.

Constructor & Destructor Documentation

file_operation_callback_dynamic_impl_base::file_operation_callback_dynamic_impl_base ( )
inline

Definition at line 56 of file file_operation_callback.h.

Helper template used to easily access core services. Usage: static_api_ptr_t api; api->doso...
Definition: service.h:533
file_operation_callback_dynamic_impl_base::~file_operation_callback_dynamic_impl_base ( )
inline

Definition at line 57 of file file_operation_callback.h.

Helper template used to easily access core services. Usage: static_api_ptr_t api; api->doso...
Definition: service.h:533

Member Function Documentation

void file_operation_callback_dynamic_impl_base::on_files_copied_sorted ( const pfc::list_base_const_t< const char * > &  p_from,
const pfc::list_base_const_t< const char * > &  p_to 
)
inlinevirtual

p_from is a metadb::path_compare sorted list of files that have been copied, p_to is a list of corresponding target locations.

Implements file_operation_callback_dynamic.

Definition at line 61 of file file_operation_callback.h.

61 {}
void file_operation_callback_dynamic_impl_base::on_files_deleted_sorted ( const pfc::list_base_const_t< const char * > &  p_items)
inlinevirtual

p_items is a metadb::path_compare sorted list of files that have been deleted.

Implements file_operation_callback_dynamic.

Definition at line 59 of file file_operation_callback.h.

59 {}
void file_operation_callback_dynamic_impl_base::on_files_moved_sorted ( const pfc::list_base_const_t< const char * > &  p_from,
const pfc::list_base_const_t< const char * > &  p_to 
)
inlinevirtual

p_from is a metadb::path_compare sorted list of files that have been moved, p_to is a list of corresponding target locations.

Implements file_operation_callback_dynamic.

Definition at line 60 of file file_operation_callback.h.

60 {}
file_operation_callback_dynamic_impl_base::PFC_CLASS_NOT_COPYABLE_EX ( file_operation_callback_dynamic_impl_base  )

The documentation for this class was generated from the following file: