VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmqt
echViewOptions.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: echViewOptions.h,v $ $Revision: 1.10 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtEchelonViewOptions_H_
13
#define DtEchelonViewOptions_H_
14
15
#include <QtCore/QObject>
16
18
#include "
tmqt/tmqtDefines.h
"
19
class
DT_DLL_tmqt
DtEchelonViewOptions
:
public
QObject
20
{
21
Q_OBJECT
22
public
:
23
25
DtEchelonViewOptions
(
QObject
*parent = NULL);
26
28
virtual
~
DtEchelonViewOptions
();
29
31
virtual
int
nestingLevel()
const
;
32
34
virtual
bool
ghostNestedComponents()
const
;
35
37
virtual
int
displayLevel()
const
;
38
39
virtual
bool
displayEchelonIdColumn()
const
;
40
41
public
:
42
44
static
DtEchelonViewOptions
* create(
QObject
*parent);
45
46
signals:
47
49
void
changed();
50
51
void
nestingLevelChanged(
int
);
52
void
ghostNestedComponentsChanged(
bool
);
53
void
displayLevelChanged(
int
);
54
void
displayEchelonIdColumnChanged(
bool
);
55
56
public
slots:
57
58
virtual
void
setNestingLevel(
int
);
59
virtual
void
setGhostNestedComponents(
bool
);
60
virtual
void
setDisplayLevel(
int
);
61
virtual
void
setDisplayEchelonIdColumn(
bool
);
62
63
protected
:
65
DtEchelonViewOptions
(
const
DtEchelonViewOptions
& orig);
66
68
DtEchelonViewOptions
& operator=(
const
DtEchelonViewOptions
& rhs);
69
70
public
:
71
static
const
int
theDefaultNestingLevel
;
72
static
const
bool
theDefaultGhostNestedComponents
;
73
static
const
int
theDefaultDisplayLevel
;
74
static
const
bool
theDefaultDisplayEchelonIdColumn
;
75
76
protected
:
77
int
myNestingLevel
;
78
bool
myGhostNestedComponents
;
79
int
myDisplayLevel
;
80
bool
myDisplayEchelonIdColumn
;
81
};
82
83
#endif
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
)