virtual void registerCallbacks()
Register interaction callbacks.
Responsible for the display of Interactions received from the Portal on the VR-Exchange GUI...
Definition: pInteractionViewComponent.h:127
DtInteractionViewComponent(DtPortalConnection *pConn, QWidget *parent)
Protected CTOR (Use create method).
Represents a weapon fire event.
Definition: pBoomInter.h:27
static void boomCb(const DtPortalBoomInteraction &inter, void *userData)
A static callback received when we get a DtPortalBoomInteraction.
static DtInteractionViewComponent * create(MAKVrExchange::DtPortalConnection *pconn, QWidget *parent)
Static creation method we can register with our DtPortalAppGui class.
Connects a broker to the Portal Data Exchange.
Definition: pConnection.h:49
Contains the DtInteractionViewComponent class definition.
virtual ~DtModInteractionViewComponent()
Virtual DTOR.
Definition: modInterMgr.h:19
virtual void removeCallbacks()
Remove interaction callbacks.
DtModInteractionViewComponent(MAKVrExchange::DtPortalConnection *pconn, QWidget *parent)
Protected CTOR (Use create method).
DtModInteractionViewComponent & operator=(const DtModInteractionViewComponent &orig)
Assignment Operator - Not Implemented.