VR-Forces 4.1 Class Documentation
DtVrfSpotReportDataHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 
16 namespace makVrf
17 {
19  {
20  public:
21  virtual void addObservedBy(makVrv::DtUniqueID s);
22  virtual void removeObservedBy(makVrv::DtUniqueID s);
23  virtual bool observedBy(makVrv::DtUniqueID s) const;
24  virtual std::vector<makVrv::DtUniqueID> observedBy() const;
25 
26  DtVrfSpotReportState& operator=(const DtSpotReportState& rhs);
27  };
28 
30  {
31  public:
33  virtual ~DtVrfSpotReportDataHandler();
34 
38  virtual void update(void*);
39  virtual bool objectEntryRemoved(makVrv::DtUniqueID);
40 
41  static std::string handlerType();
42 
43  protected:
46  };
47 
49  {
50  public:
52 
54  };
55 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)