VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
eventManagerEventInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 #include <vrfMsgTransport/event.h>
11 
12 #include <memory>
13 
14 namespace makVrf
15 {
17  {
18  public:
20 
25 
26  virtual ~DtEventManagerEventInterface() override;
27 
29  virtual DtNetworkMessageInterface* clone() const override;
30 
32  static const char* theName();
33 
35  virtual const char* name() override;
36 
38  virtual void setEvent(const makVrfEvents::DtEvent&);
40  {
41  return *myEvent;
42  }
43 
44  protected:
45  std::unique_ptr<makVrfEvents::DtEvent> myEvent;
46  };
47 }
Definition: networkMessageInterface.h:22
Definition: eventManagerEventInterface.h:16
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::unique_ptr< makVrfEvents::DtEvent > myEvent
Definition: eventManagerEventInterface.h:45
Definition: event.h:13
const makVrfEvents::DtEvent & event() const
Definition: eventManagerEventInterface.h:39

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)