6#include <icomp/CComponentBase.h>
7#include <imod/TSingleModelObserverBase.h>
10#include <imtloggui/IEventItemFactory.h>
11#include <imtloggui/CRepresentationViewCompBase.h>
18class CEventBasedRepresentationViewComp:
public imtloggui::CRepresentationViewCompBase
21 typedef CRepresentationViewCompBase BaseClass;
23 I_BEGIN_COMPONENT(CEventBasedRepresentationViewComp)
24 I_ASSIGN(m_eventItemFactoryCompPtr,
"EventItemFactory",
"Event item factory component",
false,
"");
29 virtual void OnUpdate(
const istd::IChangeable::ChangeSet& changeSet);
32 I_REF(IEventItemFactory, m_eventItemFactoryCompPtr);