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
vrvCigiQt
DtCigiObserverModeMappingInterface.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2020 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCigiQt/vrvCigiQt.h
>
13
14
namespace
makVrv
15
{
19
class
DT_DLL_VRVCIGIQT
DtCigiObserverModeMappingInterface
20
{
21
public
:
23
DtCigiObserverModeMappingInterface
();
24
26
virtual
~
DtCigiObserverModeMappingInterface
();
27
29
virtual
void
askUserForObserverModeMapping() = 0;
30
};
31
}
DT_DLL_VRVCIGIQT
#define DT_DLL_VRVCIGIQT
Definition:
vrvCigiQt.h:19
vrvCigiQt.h
Contains DLL export macros.
makVrv::DtCigiObserverModeMappingInterface
A DtCigiObserverModeMappingInterface provides the interface for a widget that maps observer mode numb...
Definition:
DtCigiObserverModeMappingInterface.h:19
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
)