VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtChannelKeywordObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtChannelKeywordObject.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
17 
18 #include <string>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtChannelConfiguration;
24  class DtWindowConfiguration;
25 
29  {
30  public:
31 
35 
37  virtual ~DtChannelKeywordObject();
38 
39  protected:
40 
44  virtual void channelNameChanged( const std::string& displayName,
45  const std::string& windowName, const std::string& channelName ) = 0;
46 
49  virtual void channelConfigurationChanged(
50  const DtChannelConfiguration& config ) = 0;
51 
54  virtual void windowConfigurationChanged(
55  const DtWindowConfiguration& config ) = 0;
56 
57  protected:
58 
60  DtChannelKeywordObject(DtDe& de, const std::string& keyword,
61  const std::string& displayName, const std::string& windowName,
62  const DtChannelConfiguration& channelConfig );
63 
64  protected:
65 
67  };
68 
72  {
73  public:
74 
77 
79  virtual DtChannelKeywordObject* createChannelKeywordObject(DtDe& de,
80  const std::string& displayName, const std::string& windowName,
81  const DtChannelConfiguration& channelConfig ) = 0;
82 
83  protected:
84 
86 
87  };
88 
89 }
90 
91 

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)