|
|
| AntaresStudy (int64_t dateLimit) |
| |
|
virtual const char * | caption () const |
| | Human readable caption of the extension.
|
| |
|
virtual FSWalker::OnDirectoryEvent | directoryEvent () |
| | Provide a reentrant event for handling directories.
|
| |
|
virtual int | priority () const |
| | Recommended priority for the extension.
|
| |
|
virtual void * | userdataCreate (FSWalker::DispatchJobEvent &queue) |
| | Get the user data.
|
| |
|
virtual void | userdataDestroy (void *userdata) |
| | Destroy user data.
|
| |
|
| IExtension () |
| | Default constructor.
|
| |
|
virtual | ~IExtension () |
| | Destructor.
|
| |
|
virtual OnFileEvent | fileEvent () |
| | Provide a reentrant event for handling files.
|
| |
|
|
uint64_t | bytesDeleted |
| |
|
uint64_t | filesDeleted |
| |
|
uint64_t | foldersDeleted |
| |
|
|
using | Ptr = std::shared_ptr< IExtension > |
| | Most suitable smart pointer.
|
| |
|
using | Vector = std::vector< Ptr > |
| | List.
|
| |
The documentation for this class was generated from the following files: