ACF $AcfVersion:0$
Public Types | Public Member Functions | List of all members
ifile::CComposedFileMetaInfoProviderComp Class Reference

#include <CComposedFileMetaInfoProviderComp.h>

Inheritance diagram for ifile::CComposedFileMetaInfoProviderComp:
icomp::CComponentBase ifile::IFileMetaInfoProvider icomp::IComponent istd::IPolymorphic istd::IPolymorphic

Public Types

typedef icomp::CComponentBase BaseClass
 

Public Member Functions

virtual idoc::MetaInfoPtr GetFileMetaInfo (const QString &filePath, ibase::IProgressManager *progressManagerPtr=NULL) const override
 Create meta information of an existing file.
 
- Public Member Functions inherited from icomp::CComponentBase
 CComponentBase ()
 Create component and assign it to specific context.
 
virtual const icomp::IComponentGetParentComponent (bool ownerOnly=false) const override
 Get parent of this component.
 
virtual void * GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") override
 Get access to specified component interface.
 
virtual IComponentContextSharedPtr GetComponentContext () const override
 Get access to component context describing all application-specified component information loaded from components registry.
 
virtual void SetComponentContext (const IComponentContextSharedPtr &contextPtr, const icomp::IComponent *parentPtr, bool isParentOwner) override
 Set component context of this component.
 
- Public Member Functions inherited from istd::IPolymorphic
virtual ~IPolymorphic ()
 

Additional Inherited Members

- Protected Member Functions inherited from icomp::CComponentBase
bool IsComponentActive () const
 Check if component is active.
 
virtual void OnComponentCreated ()
 
virtual void OnComponentDestroyed ()
 
virtual const icomp::IRealComponentStaticInfoGetComponentStaticInfo () const =0
 Get access to static info of this component.
 
- Static Protected Member Functions inherited from icomp::CComponentBase
static const icomp::IRealComponentStaticInfoInitStaticInfo (IComponent *componentPtr)
 
static QByteArray GetComponentId (const icomp::IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray())
 

Detailed Description

Definition at line 17 of file CComposedFileMetaInfoProviderComp.h.

Member Typedef Documentation

◆ BaseClass

Definition at line 22 of file CComposedFileMetaInfoProviderComp.h.

Member Function Documentation

◆ GetFileMetaInfo()

virtual idoc::MetaInfoPtr ifile::CComposedFileMetaInfoProviderComp::GetFileMetaInfo ( const QString &  filePath,
ibase::IProgressManager progressManagerPtr = NULL 
) const
overridevirtual

Create meta information of an existing file.

Parameters
filePathPath of the file.
progressManagerPtrOptional progess manager for the meta-info extraction operation.
Returns
Pointer to the meta-info instance or NULL, if no information could be provided.
Note
The caller of this method is responsible for the memory management of the created meta-info object.

Implements ifile::IFileMetaInfoProvider.


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