VR-Forces 5.0.1 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
vrfGuiCoreQt
qtScenarioEventManager.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2021 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
#pragma once
7
8
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
9
#include <
vrfGuiCore/scenarioEventManager.h
>
10
11
namespace
makVrf
12
{
13
class
DT_DLL_VRFGUICOREQT
DtQtScenarioEventManager
:
public
DtScenarioEventManager
14
{
15
public
:
16
//CTOR
17
DtQtScenarioEventManager
(
makVrv::DtDe
& de);
18
19
//DTOR
20
virtual
~
DtQtScenarioEventManager
();
21
23
virtual
void
createModelDefinitionFor(
const
std::string& s)
override
;
24
};
25
}
makVrf::DtScenarioEventManager
Definition:
scenarioEventManager.h:38
DT_DLL_VRFGUICOREQT
#define DT_DLL_VRFGUICOREQT
Definition:
vrfGuiCoreQt.h:26
scenarioEventManager.h
makVrf::DtQtScenarioEventManager
Definition:
qtScenarioEventManager.h:13
vrfGuiCoreQt.h
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
Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)