VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
boolAttrNode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
7
#pragma once
8
9
10
11
#include "
omtNode.h
"
12
13
#include <
vlutil/vlString.h
>
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
19
20
21
class
DT_DLL_OMTREADER
DtBoolAttrNode
:
public
DtOMTNode
22
{
23
public
:
24
26
DtBoolAttrNode
();
27
29
virtual
~
DtBoolAttrNode
();
30
32
DtBoolAttrNode
(
const
DtBoolAttrNode
& orig);
33
35
DtBoolAttrNode
& operator=(
const
DtBoolAttrNode
& rhs);
36
37
virtual
void
setEnabled(
bool
);
38
virtual
bool
getEnabled()
const
;
39
40
protected
:
41
bool
myEnabled
;
42
43
};
44
45
46
#ifdef DtUSE_UTILITIES_NAMESPACE
47
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
48
#endif
Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)