VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtGlStudioAttributeUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtGlStudioAttributeUpdater.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #ifndef DtGlStudioAttributeUpdater_h
14 #define DtGlStudioAttributeUpdater_h
15 
18 
19 #include <string>
20 
21 namespace makVrv
22 {
23 
27  {
28  public:
30  virtual ~DtGlStudioAttributeUpdater();
31 
33  virtual std::string value() =0;
34  virtual bool isDirty();
35 
36  protected:
38  bool myIsDirty;
39  };
40 
41 
45  {
46  public:
49 
51  virtual const std::string& name() const;
52 
54  virtual const std::string& protocol() const;
55 
57  virtual DtGlStudioAttributeUpdater* create() const = 0;
58 
59  protected:
60  std::string myName;
61  std::string myProtocol;
62  };
63 
64 } //makVrv::
65 
66 #endif
67 

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)