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
vrfGuiSettingsWidgets
vrfGuiSettingsWidgets.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2020 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
7
8
#pragma once
9
10
#include <
vrvUtil/signalslib.h
>
11
12
class
QString;
13
14
#ifdef _WIN32
15
#ifdef VRFGUISETTINGSWIDGETS_EXPORTS
16
#define DT_DLL_VRFGUISETTINGSWIDGETS __declspec ( dllexport )
17
#else
18
#define DT_DLL_VRFGUISETTINGSWIDGETS __declspec ( dllimport )
19
20
#endif
21
#else
22
#define DT_DLL_VRFGUISETTINGSWIDGETS
23
#endif
24
25
namespace
makVrv
26
{
27
class
DtDe;
28
};
29
30
namespace
makVrf
31
{
32
namespace
makVrfGuiSettingsWidgets
33
{
34
DT_DLL_VRFGUISETTINGSWIDGETS
void
init
(
makVrv::DtDe
& ande);
35
}
36
}
DT_DLL_VRFGUISETTINGSWIDGETS
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition:
vrfGuiSettingsWidgets.h:22
signalslib.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:76
makVrf::makVrfGuiSettingsWidgets::init
DT_DLL_VRFGUISETTINGSWIDGETS void init(makVrv::DtDe &ande)
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
)