VR-Forces 4.1.1 Class Documentation
DtVrlinkAppearanceVisualizerInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrlinkAppearanceVisualizerInterface.h,v $ $Revision: 1.43 $ $State: Exp $
7 ******************************************************************************/
8 
14 
15 #pragma once
16 
17 namespace makVrv
18 {
19  class DtEntityAppearanceMapper;
20 
21  namespace DT_PROTOCOL_NAMESPACE
22  {
24  {
25  public:
27 
28  protected:
29 
30  virtual void setAppearanceAttribute(const unsigned int attr,
31  const unsigned int val);
32 
34  virtual void updateAppearanceSet( unsigned int oldValue,unsigned int newValue, bool );
35 
37  virtual bool handleCustomAppearance(unsigned int attr, unsigned int value)
38  {
39  return false;
40  }
41 
43  virtual void setState( int stateNumber, int stateValue ) = 0;
44 
46  {
48  }
49 
50  protected:
52  };
53  }
54 }
55 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)