VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvVrlQt
DtDetonationMappingEditorLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
#include <
vrvVrlQt/vrvVrlQt.h
>
12
#include <
vrvVrlQt/DtEntityTypeToDefinitionLogic.h
>
13
14
namespace
makVrv
15
{
16
class
DtPage;
19
class
DT_DLL_VRVVRLQT
DtDetonationMappingEditorLogic
:
20
public
DtEntityTypeToElementDefinitionLogic
21
{
22
public
:
23
25
DtDetonationMappingEditorLogic
(
26
DtDe
& de,
27
DtEntityMappingEditorInterface
& editorInterface,
28
DtEntityTypeMapEditorInterface
& entityTypeMapInterface,
29
DtMultiMapEditorInterface
& mapInterface,
30
DtPersistenceControlsInterface
& toolbarInterface,
31
DtPage
* page = 0);
32
34
virtual
~
DtDetonationMappingEditorLogic
();
35
36
};
37
}
makVrv::DtEntityTypeToElementDefinitionLogic
This is the logic for the DtEntityTypeToDefinitionWidget class.
Definition:
DtEntityTypeToDefinitionLogic.h:119
makVrv::DtDetonationMappingEditorLogic
Logic for controlling how detonation mappings are edited.
Definition:
DtDetonationMappingEditorLogic.h:19
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
vrvVrlQt.h
Contains DLL export macros.
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:27
makVrv::DtEntityTypeMapEditorInterface
An abstract interface for the DtEntityTypeMapEditorWidget.
Definition:
DtEntityTypeMapEditorInterface.h:19
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
makVrv::DtEntityMappingEditorInterface
This DtEntityMappingEditorInterface provides a generic interface for common entity type editing opera...
Definition:
DtEntityMappingEditorInterface.h:18
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)