VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtQtObserverSettingsDisplayNameProvider.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCoreQt/vrvCoreQt.h
>
13
#include <
vrvCore/DtObserverSettingsDisplayNameProvider.h
>
14
#include <
vrvCore/DtObserverSettingsManager.h
>
15
16
#include <QtCore/QCoreApplication>
17
18
#include <QtCore/QCoreApplication>
19
20
#include <vector>
21
#include <map>
22
23
namespace
makVrv
24
{
25
class
DtDe;
26
30
class
DT_DLL_VRVCOREQT
DtQtObserverSettingsDisplayNameProvider
:
31
public
DtObserverSettingsDisplayNameProvider
32
{
33
Q_DECLARE_TR_FUNCTIONS(
DtQtObserverSettingsDisplayNameProvider
)
34
public
:
40
static
void
addDisplayName(
DtDe
& de,
41
DtObserverSettingsManager::ObserverSetting
setting,
42
const
QString& displayName);
43
49
static
void
addToolTip(
DtDe
& de,
50
DtObserverSettingsManager::ObserverSetting
setting,
51
const
QString& toolTip );
52
54
DtQtObserverSettingsDisplayNameProvider
();
55
57
virtual
~
DtQtObserverSettingsDisplayNameProvider
();
58
59
protected
:
60
61
static
DtUnicode
qStringToDtUnicode(
const
QString& qString );
62
};
63
66
class
DT_DLL_VRVCOREQT
DtQtObserverSettingsDisplayNameProviderCreator
67
:
public
DtObserverSettingsDisplayNameProviderCreator
68
{
69
public
:
71
DtQtObserverSettingsDisplayNameProviderCreator
();
72
74
virtual
~
DtQtObserverSettingsDisplayNameProviderCreator
();
75
77
virtual
DtObserverSettingsDisplayNameProvider
* create();
78
};
79
}
80
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)