|
ACF $AcfVersion:0$
|
Provide extracting of some interface from component. More...
#include <IComponentInterfaceExtractor.h>
Public Member Functions | |
| virtual void * | GetComponentInterface (const istd::CClassInfo &interfaceType, IComponent &component, const QByteArray &subId) const =0 |
| Extract instance implemented specified interface from some component. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Provide extracting of some interface from component.
Definition at line 20 of file IComponentInterfaceExtractor.h.
|
pure virtual |
Extract instance implemented specified interface from some component.
Implemented in icomp::CBaseComponentStaticInfo, and icomp::TSubelementStaticInfo< ComponentType >.