VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
stealthViewModesWidget.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/taskSetVariableWidget.h
>
14
16
17
class
QComboBox
;
18
class
QHBoxLayout;
19
20
namespace
makVrf
21
{
24
class
DT_DLL_VRFGUICOREQT
DtStealthViewModesWidget
:
public
DtTaskSetVariableWidget
25
{
26
public
:
27
DtStealthViewModesWidget
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
28
29
//DTOR
30
virtual
~
DtStealthViewModesWidget
();
31
34
virtual
void
setLabel(
const
std::string&);
35
38
virtual
void
setRange
(
double
,
double
) {};
39
41
virtual
void
setDefaultValue(
const
std::string&);
42
44
virtual
void
setVariableData(
const
std::string&);
46
48
virtual
std::string viewMode()
const
;
49
51
virtual
void
setViewMode(
const
std::string&);
52
54
virtual
DtReaderWriter
* createBoundVariable(
const
std::string& variableName);
55
57
virtual
void
setupFromBoundVariable(
const
DtReaderWriter
* variableName);
58
59
static
makVrv::DtUnicode
codeVariableType()
60
{
61
return
makVrv::DtUnicode::tr
(
"String"
);
62
}
63
64
public
:
65
QComboBox
*
myStealthModes
;
66
QLabel
*
myStealthModesLabel
;
67
QHBoxLayout*
myContentLayout
;
68
};
69
70
typedef
DtTaskSetVariableWidgetCreator<DtStealthViewModesWidget>
DtStealthViewModesWidgetCreator
;
71
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)