VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvVrlQt
DtAggregateMappingEditorLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
#include <
vrvVrlQt/DtEntityTypeToDefinitionLogic.h
>
12
13
namespace
makVrv
14
{
15
class
DtPage;
18
class
DT_DLL_VRVVRLQT
DtAggregateMappingEditorLogic
:
19
public
DtEntityTypeToElementDefinitionLogic
20
{
21
public
:
22
24
DtAggregateMappingEditorLogic
(
DtDe
& de,
25
DtEntityMappingEditorInterface
& editorInterface,
26
DtEntityTypeMapEditorInterface
& entityTypeMapInterface,
27
DtMultiMapEditorInterface
& mapInterface,
28
DtPersistenceControlsInterface
& toolbarInterface,
29
DtPage
* page = 0);
30
32
virtual
~
DtAggregateMappingEditorLogic
();
33
};
34
}
makVrv::DtEntityTypeToElementDefinitionLogic
This is the logic for the DtEntityTypeToDefinitionWidget class.
Definition:
DtEntityTypeToDefinitionLogic.h:119
DT_DLL_VRVVRLQT
#define DT_DLL_VRVVRLQT
Definition:
vrvVrlQt.h:19
makVrv::DtPersistenceControlsInterface
Abstract interface for controlling persistence of state in a dialog.
Definition:
DtPersistenceControlsInterface.h:20
makVrv::DtMultiMapEditorInterface
Interface of the makVrv::DtMultiMapEditorWidget for the makVrv::DtMultiMapEditorLogic.
Definition:
DtMultiMapEditorInterface.h:21
DtEntityTypeToDefinitionLogic.h
makVrv::DtPage
The page is a single widget component which is viewed in a page collection.
Definition:
DtPage.h:30
makVrv::DtEntityTypeMapEditorInterface
An abstract interface for the DtEntityTypeMapEditorWidget.
Definition:
DtEntityTypeMapEditorInterface.h:19
makVrv::DtAggregateMappingEditorLogic
Logic for editing aggregate model mappings.
Definition:
DtAggregateMappingEditorLogic.h:18
makVrv::DtDe
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:70
makVrv::DtEntityMappingEditorInterface
This DtEntityMappingEditorInterface provides a generic interface for common entity type editing opera...
Definition:
DtEntityMappingEditorInterface.h:18
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)