VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlStudioTimeUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtGlStudioTimeUpdater.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #ifndef DT_PROTOCOL_NAMESPACE
14 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
15 #endif
16 
17 #ifndef DtGlStudioTimeUpdater_h
18 #define DtGlStudioTimeUpdater_h
19 
21 
22 #include <matrix/vlVector.h>
23 
24 namespace makVrv
25 {
26  namespace DT_PROTOCOL_NAMESPACE
27  {
28 
30 
34  {
35  public:
37 
38  virtual ~DtGlStudioTimeUpdater();
39 
41  virtual void init(DtEntityStateListener* listener);
42  virtual std::string value();
43 
44  protected:
45 
46  };
47 
51  {
52  public:
55 
57  virtual DtGlStudioAttributeUpdater* create() const;
58 
59  protected:
60  };
61 
62  } //DT_PROTOCOL_NAMESPACE::
63 
64 } //makVrv::
65 
66 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)