VR-Forces 5.0.2 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
vrvOsgEarthQt
vrvOsgEarthQt.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2019 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
11
12
#ifndef vrvOsgEarthQt_H_
13
#define vrvOsgEarthQt_H_
14
15
#ifdef _WIN32
16
#pragma once
17
18
#ifdef vrvOsgEarthQt_EXPORTS
19
#define DT_DLL_VRVOSGEARTHQT __declspec ( dllexport )
20
#else
21
#define DT_DLL_VRVOSGEARTHQT __declspec ( dllimport )
22
23
#endif
24
#else
25
#define DT_DLL_VRVOSGEARTHQT
26
#endif
27
28
#include <
vrvUtil/signalslib.h
>
29
30
namespace
makVrv
31
{
32
class
DtDe;
33
namespace
vrvOsgEarthQt
34
{
35
DT_DLL_VRVOSGEARTHQT
void
init
(
DtDe
& anIG);
36
}
37
}
38
39
#endif
signalslib.h
makVrv::vrvOsgEarthQt::init
DT_DLL_VRVOSGEARTHQT void init(DtDe &anIG)
DT_DLL_VRVOSGEARTHQT
#define DT_DLL_VRVOSGEARTHQT
Definition:
vrvOsgEarthQt.h:25
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)