VR-Forces 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
vrvOsgQt
vrvOsgQt.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2019 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
10
11
#ifndef vrvOsgQt_H_
12
#define vrvOsgQt_H_
13
14
#ifdef _WIN32
15
#ifdef vrvOsgQt_EXPORTS
16
#define DT_DLL_VRVOSGQT __declspec ( dllexport )
17
#else
18
#define DT_DLL_VRVOSGQT __declspec ( dllimport )
19
20
#endif
21
#else
22
#define DT_DLL_VRVOSGQT
23
#endif
24
25
#include <
vrvUtil/signalslib.h
>
26
27
namespace
makVrv
28
{
29
class
DtDe;
30
31
namespace
vrvOsgQt
32
{
33
DT_DLL_VRVOSGQT
void
init
(
DtDe
& de);
34
}
35
}
36
37
#endif
signalslib.h
DT_DLL_VRVOSGQT
#define DT_DLL_VRVOSGQT
Definition:
vrvOsgQt.h:22
makVrv::vrvOsgQt::init
DT_DLL_VRVOSGQT void init(DtDe &de)
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:76
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)