VR-Forces 4.1 Class Documentation
DtChannelGridLinesInstance.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 /*****************************************************************************
6  * $RCSfile: DtChannelGridLinesInstance.h,v $ $Revision: 1.0 $ $State: Exp $
7  *****************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
16 
20 
22 
23 namespace makVrv
24 {
25 
30  : public DtSetVisibilityInterface,
32  {
33  public:
34 
37 
39  virtual ~DtChannelGridLinesInstance();
40 
42  virtual void setChannelName( const std::string& deName,
43  const std::string& winName, const std::string& channelName );
44 
47  virtual void setModelDefinition( const std::string& modelDefinition );
48 
50  virtual void setVisible( bool isVisible );
51 
53  virtual bool visible();
54 
57  virtual void updateGridLines() = 0;
58 
59  protected:
60 
61  std::string myModelDefinitionName;
62  std::string myDisplayEngineName;
63  std::string myWindowName;
64  std::string myChannelName;
66 
67  };
68 
69 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)