file_operation_callback_dynamic_impl_base Class Reference

#include <file_operation_callback.h>

Inheritance diagram for file_operation_callback_dynamic_impl_base:

file_operation_callback_dynamic

List of all members.

Public Member Functions

 file_operation_callback_dynamic_impl_base ()
 ~file_operation_callback_dynamic_impl_base ()
void on_files_deleted_sorted (const pfc::list_base_const_t< const char * > &p_items)
 p_items is a metadb::path_compare sorted list of files that have been deleted.
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)
 p_from is a metadb::path_compare sorted list of files that have been moved, p_to is a list of corresponding target locations.
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)
 p_from is a metadb::path_compare sorted list of files that have been copied, p_to is a list of corresponding target locations.
 PFC_CLASS_NOT_COPYABLE_EX (file_operation_callback_dynamic_impl_base)


Detailed Description

Since:
0.9.5

Constructor & Destructor Documentation

file_operation_callback_dynamic_impl_base::file_operation_callback_dynamic_impl_base (  )  [inline]

file_operation_callback_dynamic_impl_base::~file_operation_callback_dynamic_impl_base (  )  [inline]


Member Function Documentation

void file_operation_callback_dynamic_impl_base::on_files_deleted_sorted ( const pfc::list_base_const_t< const char * > &  p_items  )  [inline, virtual]

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

Implements file_operation_callback_dynamic.

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 
) [inline, virtual]

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.

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 
) [inline, virtual]

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.

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:

Generated on Thu Aug 28 21:15:48 2008 for foobar2000 SDK by  doxygen 1.5.5