VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
influenceDispatcherServiceInterface.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "vrfcore/vrfcoreDefines.h"
13 #include <vlutil/vlSmartPointers.h>
14 
15 class DtUUID;
16 
17 namespace makVrfEvents
18 {
19  class DtInfluenceEvent;
20 }
21 
26 {
27 private:
30 
31 public:
33 
34  typedef void (*DtInfluenceEventFunction)(DtBoost::shared_ptr<const makVrfEvents::DtInfluenceEvent> influenceEvent, void* usr);
35 
37  virtual void registerForInfluenceEvents(const DtUUID& uuid, DtInfluenceEventFunction func, void* userData) = 0;
39  virtual void unregisterForInfluenceEvents(const DtUUID& uuid, DtInfluenceEventFunction func, void* userData) = 0;
40 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
Abstract interface class to the influence dispatcher service. This service provides DtInfluenceEvent ...
Definition: influenceDispatcherServiceInterface.h:25
#define DT_DLL_vrfcore
This file is used to determine how to build.
Definition: vrfcoreDefines.h:25

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)