VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntityMappingEditorLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtEntityMappingEditorLogic.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtEntityMappingEditorLogic_H_
14 #define DtEntityMappingEditorLogic_H_
15 
16 #include <vrvVrlQt/vrvVrlQt.h>
18 
19 namespace makVrv
20 {
21  class DtMapEditorInterface;
22  class DtEntityTypeMapEditorInterface;
23  class DtPage;
24 
29  {
30  public:
31 
34  DtDe& de,
35  DtEntityMappingEditorInterface& editorInterface,
36  DtEntityTypeMapEditorInterface& entityTypeMapInterface,
37  DtMultiMapEditorInterface& mapInterface,
38  DtPersistenceControlsInterface& toolbarInterface,
39  DtPage* page = 0);
40 
42  virtual ~DtEntityMappingEditorLogic();
43  };
44 }
45 
46 #endif
47 
This is the logic for the DtEntityTypeToDefinitionWidget class.
Definition: DtEntityTypeToDefinitionLogic.h:116
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Contains DLL export macros.
Interface of the makVrv::DtMultiMapEditorWidget for the makVrv::DtMultiMapEditorLogic.
Definition: DtMultiMapEditorInterface.h:21
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
An abstract interface for the DtEntityTypeMapEditorWidget.
Definition: DtEntityTypeMapEditorInterface.h:19
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Logic for controlling how entity mappings are edited.
Definition: DtEntityMappingEditorLogic.h:27
This DtEntityMappingEditorInterface provides a generic interface for common entity type editing opera...
Definition: DtEntityMappingEditorInterface.h:21

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)