VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiEntityMappingInterface.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2020 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #ifndef DtCigiEntityMappingInterface_H_
11 #define DtCigiEntityMappingInterface_H_
12 
13 #include <vrvCigiQt/vrvCigiQt.h>
14 
15 namespace makVrv
16 {
21  {
22  public:
25 
27  virtual void askUserForEntityTypeMapping() = 0;
28 
30  virtual void askUserForArtPartMapping() = 0;
31 
33  virtual void enableArtPartMapping() = 0;
34 
36  virtual void disableArtPartMapping() = 0;
37 
39  virtual void warnUserOfDuplicateEntityType() = 0;
40 
42  virtual void warnUserOfDuplicateArtPartId() = 0;
43  };
44 }
45 
46 #endif
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
Abstract interface used for mapping CIGI entity types and articulated part ID&#39;s.
Definition: DtCigiEntityMappingInterface.h:20
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)