6#include <ilog/TLoggerCompWrap.h>
13class CQtResourceLoaderComp:
public ilog::CLoggerComponentBase
16 typedef icomp::CComponentBase BaseClass;
18 I_BEGIN_COMPONENT(CQtResourceLoaderComp);
19 I_ASSIGN(m_qrcPathAttrPtr,
"PathToFile",
"Path to file for load",
true,
"PathToFile");
20 I_ASSIGN(m_targetObjectCompPtr,
"TargetCollection",
"Collection for serialize readed data",
true,
"TargetCollection");
25 virtual void OnComponentCreated()
override;
28 I_ATTR(QByteArray, m_qrcPathAttrPtr);
29 I_REF(iser::ISerializable, m_targetObjectCompPtr);