VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
45  void setAppearanceMapper(const DtEntityAppearanceMapper* a)
46  {
47  myAppearanceMapper = a;
48  }
49 
50  protected:
52  };
53  }
54 }
55 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)