VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVrlQt
DtTacticalGraphicsSettingsItems.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtTacticalGraphicsSettingsItems.h,v $ $Revision: 1.15 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvVrlQt/vrvVrlQt.h
>
16
#include <
vrvCoreQt/DtCheckedItem.h
>
17
#include <
vrvUtil/DtSignalConnectionManager.h
>
18
19
namespace
makVrv
20
{
21
24
class
DT_DLL_VRVVRLQT
DtTacticalGraphicsItem
:
public
DtCheckedItem
25
{
26
public
:
27
DtTacticalGraphicsItem
(
DtDe
&);
28
virtual
~
DtTacticalGraphicsItem
();
29
31
virtual
QAction
* createAction(
DtDe
&,
QWidget
* parent);
32
protected
:
33
//Set the value due to being triggered.
34
virtual
void
setValue(
bool
value);
35
36
//Get the current value.
37
virtual
bool
getValue()
const
;
38
39
DtSignalConnectionManager
mySignals
;
40
};
41
44
class
DT_DLL_VRVVRLQT
DtRemoteGraphicsItem
:
public
DtCheckedItem
45
{
46
public
:
47
DtRemoteGraphicsItem
(
DtDe
&);
48
virtual
~
DtRemoteGraphicsItem
();
49
51
virtual
QAction
* createAction(
DtDe
&,
QWidget
* parent);
52
protected
:
53
//Set the value due to being triggered.
54
virtual
void
setValue(
bool
value);
55
56
//Get the current value.
57
virtual
bool
getValue()
const
;
58
59
DtSignalConnectionManager
mySignals
;
60
};
61
62
65
class
DT_DLL_VRVVRLQT
DtTacticalGraphicsLabelsItem
:
public
DtCheckedItem
66
{
67
public
:
68
DtTacticalGraphicsLabelsItem
(
DtDe
&);
69
virtual
~
DtTacticalGraphicsLabelsItem
();
70
72
virtual
QAction
* createAction(
DtDe
&,
QWidget
* parent);
73
protected
:
74
//Set the value due to being triggered.
75
virtual
void
setValue(
bool
value);
76
77
//Get the current value.
78
virtual
bool
getValue()
const
;
79
80
DtSignalConnectionManager
mySignals
;
81
};
82
85
class
DT_DLL_VRVVRLQT
DtTacticalGraphicsHatLinesItem
:
public
DtCheckedItem
86
{
87
public
:
88
DtTacticalGraphicsHatLinesItem
(
DtDe
&);
89
virtual
~
DtTacticalGraphicsHatLinesItem
();
90
92
virtual
QAction
* createAction(
DtDe
&,
QWidget
* parent);
93
protected
:
94
//Set the value due to being triggered.
95
virtual
void
setValue(
bool
value);
96
97
//Get the current value.
98
virtual
bool
getValue()
const
;
99
100
DtSignalConnectionManager
mySignals
;
101
};
102
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)