VR-Forces 4.10 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) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 namespace makVrv
15 {
16  class DtEntityAppearanceMapper;
17 
18  namespace DT_PROTOCOL_NAMESPACE
19  {
21  {
22  public:
24 
25  protected:
26 
27  virtual void setAppearanceAttribute(const unsigned int attr,
28  const unsigned int val);
29 
31  virtual void updateAppearanceSet( unsigned int oldValue,unsigned int newValue, bool );
32 
34  virtual bool handleCustomAppearance(unsigned int attr, unsigned int value)
35  {
36  return false;
37  }
38 
40  virtual void setState( int stateNumber, int stateValue ) = 0;
41 
43  {
44  myAppearanceMapper = a;
45  }
46 
47  protected:
49  };
50  }
51 }
52 
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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)