VR-Forces 4.5 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
vrvCore
DtShowHideContext.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
namespace
makVrv
13
{
14
class
DtShowHideContext
15
{
16
public
:
17
enum
ShowHideContext
18
{
19
InstanceHidden
= 1,
20
TacticalGraphicsHidden
,
21
AggregateHiddenWhenCollapsed
,
22
AggregatesHidden
,
23
AggregateIconsHidden
,
24
AggregateExtentsHidden
,
25
AggregateExtentHiddenBySelection
,
26
ShapeVertexUserShow
,
27
Embarked
,
28
IndicatorsHidden
,
29
TacticalSmokeHidden
,
30
Invisible
,
// This differs from InstanceHidden in that this is set in
31
// reference to the VR-Forces notion of an object being
32
// invisible to both the front-end and back-end. Like any
33
// other show/hide context, set this to make sure the element
34
// remains hidden until this (and all other contexts) are removed
35
UserBase
= 10000
36
};
37
};
38
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)