VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCigiComponentMappingInterface.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 DtCigiComponentMappingInterface_H_
11 #define DtCigiComponentMappingInterface_H_
12 
13 #include <vrvCigiQt/vrvCigiQt.h>
14 
15 namespace makVrv
16 {
22  {
23  public:
26 
29 
31  virtual void askUserForComponentMapping() = 0;
32 
34  virtual void warnUserOfDuplicateComponentId() = 0;
35  };
36 }
37 
38 #endif
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
A DtCigiComponentMappingInterface provides the interface for a widget that maps component IDs to comp...
Definition: DtCigiComponentMappingInterface.h:21
Contains DLL export macros.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)