VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtQtObserverSettingsDisplayNameProvider.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 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
62
class
DT_DLL_VRVCOREQT
DtQtObserverSettingsDisplayNameProviderCreator
63
:
public
DtObserverSettingsDisplayNameProviderCreator
64
{
65
public
:
67
DtQtObserverSettingsDisplayNameProviderCreator
();
68
70
virtual
~
DtQtObserverSettingsDisplayNameProviderCreator
();
71
73
virtual
DtObserverSettingsDisplayNameProvider
* create();
74
};
75
}
76
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)