ICF 3.0.5.47
Technical documentation of ICF Libraries
icomp::TMakeComponentWrap< Base, Interface1, Interface2, Interface3, Interface4, Interface5, Interface6, Interface7, Interface8, Interface9, Interface10 > Class Template Reference

Simple wrapper making component from non-component class. More...

#include <TMakeComponentWrap.h>

Inheritance diagram for icomp::TMakeComponentWrap< Base, Interface1, Interface2, Interface3, Interface4, Interface5, Interface6, Interface7, Interface8, Interface9, Interface10 >:
Collaboration diagram for icomp::TMakeComponentWrap< Base, Interface1, Interface2, Interface3, Interface4, Interface5, Interface6, Interface7, Interface8, Interface9, Interface10 >:

Public Types

typedef CComponentBase BaseClass
 
typedef Base BaseClass2
 

Additional Inherited Members

- Public Member Functions inherited from icomp::CComponentBase
 CComponentBase ()
 Create component and assign it to specific context.
 
 CComponentBase (const CComponentBase &)=delete
 
CComponentBaseoperator= (const CComponentBase &)=delete
 
virtual const ICompositeComponentGetParentComponent (bool ownerOnly=false) const
 Get parent of this component.
 
virtual void * GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="")
 Get access to specified component interface.
 
virtual const IComponentContextGetComponentContext () const
 Get access to component context describing all application-specified component information loaded from components registry.
 
virtual void SetComponentContext (const IComponentContext *contextPtr, const ICompositeComponent *parentPtr, bool isParentOwner)
 Set component context of this component.
 
- Public Member Functions inherited from icomp::IComponent
- Protected Member Functions inherited from icomp::CComponentBase
bool IsComponentActive () const
 Check if component is active.
 
virtual void OnComponentCreated ()
 
virtual void OnComponentDestroyed ()
 
virtual const IRealComponentStaticInfoGetComponentStaticInfo () const =0
 Get access to static info of this component.
 
- Static Protected Member Functions inherited from icomp::CComponentBase
static const IRealComponentStaticInfoInitStaticInfo (IComponent *componentPtr)
 
static QByteArray GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray())
 

Detailed Description

template<class Base, typename Interface1 = void, typename Interface2 = void, typename Interface3 = void, typename Interface4 = void, typename Interface5 = void, typename Interface6 = void, typename Interface7 = void, typename Interface8 = void, typename Interface9 = void, typename Interface10 = void>
class icomp::TMakeComponentWrap< Base, Interface1, Interface2, Interface3, Interface4, Interface5, Interface6, Interface7, Interface8, Interface9, Interface10 >

Simple wrapper making component from non-component class.

Definition at line 33 of file TMakeComponentWrap.h.

Member Typedef Documentation

◆ BaseClass

template<class Base , typename Interface1 = void, typename Interface2 = void, typename Interface3 = void, typename Interface4 = void, typename Interface5 = void, typename Interface6 = void, typename Interface7 = void, typename Interface8 = void, typename Interface9 = void, typename Interface10 = void>
CComponentBase icomp::TMakeComponentWrap< Base, Interface1, Interface2, Interface3, Interface4, Interface5, Interface6, Interface7, Interface8, Interface9, Interface10 >::BaseClass

Definition at line 36 of file TMakeComponentWrap.h.

◆ BaseClass2

template<class Base , typename Interface1 = void, typename Interface2 = void, typename Interface3 = void, typename Interface4 = void, typename Interface5 = void, typename Interface6 = void, typename Interface7 = void, typename Interface8 = void, typename Interface9 = void, typename Interface10 = void>
Base icomp::TMakeComponentWrap< Base, Interface1, Interface2, Interface3, Interface4, Interface5, Interface6, Interface7, Interface8, Interface9, Interface10 >::BaseClass2

Definition at line 37 of file TMakeComponentWrap.h.


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

© Witold Gantzke and Kirill Lepskiy