ACF $AcfVersion:0$
Public Types | Protected Member Functions | List of all members
ibase::TComposedFactoryComp< Interface > Class Template Reference

#include <TComposedFactoryComp.h>

Inheritance diagram for ibase::TComposedFactoryComp< Interface >:
icomp::CComponentBase istd::TComposedFactory< Interface > icomp::IComponent istd::TIFactory< Interface > istd::IPolymorphic istd::IFactoryInfo istd::IPolymorphic

Public Types

typedef icomp::CComponentBase BaseClass
 
typedef istd::TComposedFactory< Interface > BaseClass2
 
- Public Types inherited from istd::TComposedFactory< Interface >
typedef TIFactory< Interface > FactoryInterface
 
- Public Types inherited from istd::TIFactory< Interface >
typedef Interface InterfaceType
 
- Public Types inherited from istd::IFactoryInfo
typedef QSet< QByteArray > KeyList
 

Protected Member Functions

virtual void OnComponentCreated () override
 
- Protected Member Functions inherited from icomp::CComponentBase
bool IsComponentActive () const
 Check if component is active.
 
virtual void OnComponentDestroyed ()
 
virtual const icomp::IRealComponentStaticInfoGetComponentStaticInfo () const =0
 Get access to static info of this component.
 

Additional Inherited Members

- 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 ()
 
- Public Member Functions inherited from istd::TComposedFactory< Interface >
bool RegisterFactory (const QByteArray &typeId)
 
virtual IFactoryInfo::KeyList GetFactoryKeys () const override
 Returns all possible keys for this factory.
 
virtual istd::TUniqueInterfacePtr< Interface > CreateInstance (const QByteArray &keyId="") const override
 Create an instance of the object, mapped to the keyId keyId.
 
- Protected Types inherited from istd::TComposedFactory< Interface >
typedef istd::TSmartPtr< FactoryInterfaceFactoryPtr
 
typedef QList< FactoryPtrFactoryList
 
- 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())
 
- Protected Attributes inherited from istd::TComposedFactory< Interface >
FactoryList m_factoryList
 

Detailed Description

template<class Interface>
class ibase::TComposedFactoryComp< Interface >

Definition at line 15 of file TComposedFactoryComp.h.

Member Typedef Documentation

◆ BaseClass

template<class Interface >
typedef icomp::CComponentBase ibase::TComposedFactoryComp< Interface >::BaseClass

Definition at line 18 of file TComposedFactoryComp.h.

◆ BaseClass2

template<class Interface >
typedef istd::TComposedFactory<Interface> ibase::TComposedFactoryComp< Interface >::BaseClass2

Definition at line 19 of file TComposedFactoryComp.h.

Member Function Documentation

◆ OnComponentCreated()

template<class Interface >
void ibase::TComposedFactoryComp< Interface >::OnComponentCreated ( )
overrideprotectedvirtual

Reimplemented from icomp::CComponentBase.

Definition at line 40 of file TComposedFactoryComp.h.


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