VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
An object that manages 2D Channel-specific keyword-specified objects.
Definition: DtChannelKeywordObjectManager.h:38
The base class for all channel keyword objects.
Definition: DtChannelKeywordObject.h:28
DtDe & myDe
Definition: DtChannelKeywordObject.h:66
Virtual base class.
Definition: DtVirtualBaseClass.h:22
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:31
The polymorphic creator for the DtChannelKeywordObject.
Definition: DtChannelKeywordObject.h:71
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)