VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
spotReportDataHandler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSpotReportDataHandler.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
17 
18 #pragma once
19 
20 #include <vrfGuiCore/vrfGuiCore.h>
22 
23 #include <vrvUtil/signalslib.h>
24 #include <vrvCore/DtUniqueID.h>
25 
26 namespace makVrv
27 {
28  class DtDe;
29 }
30 
31 namespace makVrf
32 {
33  class DtSpotReportHandler;
34  class DtSpotReportDataHandlerCreatorInterface;
35  class DtSpotReportStateObjectAgent;
36 
38  {
39  public:
41  virtual ~DtSpotReportDataHandler();
42 
46  virtual void update(void*) = 0;
47 
49  virtual bool objectEntryRemoved(makVrv::DtUniqueID) = 0;
50 
51  virtual const std::set<makVrv::DtUniqueID>& observedBy() const = 0;
52 
53  virtual void updateState(DtSpotReportState&);
54 
56  virtual bool flushData(bool force = false) = 0;
57 
58  makVrv::DtUniqueID uniqueId() const
59  {
60  return myUniqueID;
61  }
62 
63  protected:
66  DtSpotReportStateObjectAgent* myAgent;
67  };
68 
70  {
71  public:
73 
75  };
76 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)