VR-Forces Developer's Guide
 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 
9 
10 #ifndef DtEntityMappingEditorLogic_H_
11 #define DtEntityMappingEditorLogic_H_
12 
13 #include <vrvVrlQt/vrvVrlQt.h>
15 
16 namespace makVrv
17 {
18  class DtMapEditorInterface;
19  class DtEntityTypeMapEditorInterface;
20  class DtPage;
21 
26  {
27  public:
28 
31  DtDe& de,
32  DtEntityMappingEditorInterface& editorInterface,
33  DtEntityTypeMapEditorInterface& entityTypeMapInterface,
34  DtMultiMapEditorInterface& mapInterface,
35  DtPersistenceControlsInterface& toolbarInterface,
36  DtPage* page = 0);
37 
39  virtual ~DtEntityMappingEditorLogic();
40  };
41 }
42 
43 #endif
44 
This is the logic for the DtEntityTypeToDefinitionWidget class.
Definition: DtEntityTypeToDefinitionLogic.h:119
#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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Logic for controlling how entity mappings are edited.
Definition: DtEntityMappingEditorLogic.h:24
This DtEntityMappingEditorInterface provides a generic interface for common entity type editing opera...
Definition: DtEntityMappingEditorInterface.h:18

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)