#include <CInterfaceManipBase.h>
Static Protected Member Functions | |
template<class Interface > | |
static Interface * | ExtractInterface (IComponent *componentPtr, const QByteArray &subId="") |
Extract interface from component. More... | |
Additional Inherited Members | |
![]() | |
static bool | SplitId (const QByteArray &complexId, QByteArray &baseId, QByteArray &subId) |
Split component ID into separated ID's. More... | |
static QByteArray | JoinId (const QByteArray &baseId, const QByteArray &subId) |
Join base component ID and sub ID into composed component ID. More... | |
Definition at line 19 of file CInterfaceManipBase.h.
|
staticprotected |
Extract interface from component.
Definition at line 33 of file CInterfaceManipBase.h.
References icomp::IComponent::GetInterface(), and NULL.
© 2007-2017 Witold Gantzke and Kirill Lepskiy