|
ACF $AcfVersion:0$
|
Interface for acquiring meta-information of a file. More...
#include <IFileMetaInfoProvider.h>
Public Member Functions | |
| virtual idoc::MetaInfoPtr | GetFileMetaInfo (const QString &filePath, ibase::IProgressManager *progressManagerPtr=NULL) const =0 |
| Create meta information of an existing file. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Interface for acquiring meta-information of a file.
Definition at line 20 of file IFileMetaInfoProvider.h.
|
pure virtual |
Create meta information of an existing file.
| filePath | Path of the file. |
| progressManagerPtr | Optional progess manager for the meta-info extraction operation. |
NULL, if no information could be provided. Implemented in ifile::CComposedFileMetaInfoProviderComp.