VR-Forces 4.8 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 
46  {
47  myAppearanceMapper = a;
48  }
49 
50  protected:
52  };
53  }
54 }
55 
Decoder for converting a particular entity type's appearance bits into generic enumerated values...
Definition: DtEntityAppearanceMapper.h:25
#define DL_DLL_IGCONVRLINK
Definition: dllExport.h:26
#define DT_PROTOCOL_NAMESPACE
Make VR-Vantage VRLink code export with library #ifdef DL_DLL_IGCONVRLINK #undef DL_DLL_IGCONVRLINK #...
Definition: export.h:32

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)