VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtTrackHistoryUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtDe.h>
14 #include <vrvCore/DtTickable.h>
15 #include <vrvCore/DtUniqueID.h>
16 
17 #include <string>
18 
19 namespace makVrv
20 {
21  class DtRibbonModel;
22 
28  public DtTickable
29  {
30  public:
31 
34 
36  virtual ~DtTrackHistoryUpdater();
37 
39  virtual void update( DtTime tNow );
40 
47  virtual bool needsUpdate( DtTime tNow );
48 
51  virtual void attachRibbonModel(DtUniqueID id);
52 
53  protected:
59 
60  };
61 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)