VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
omtReader
noteNode.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
#include <
omtReader/omtReader.h
>
10
#include <
vlutil/vlString.h
>
11
12
class
DT_DLL_OMTREADER
DtNoteNode
13
{
14
public
:
15
17
DtNoteNode
();
18
20
virtual
~
DtNoteNode
();
21
23
DtNoteNode
(
const
DtNoteNode
& orig);
24
26
DtNoteNode
& operator=(
const
DtNoteNode
& rhs);
27
28
virtual
void
setText(
const
DtString
&);
29
virtual
const
DtString
& getText();
30
31
virtual
void
setNumber(
int
);
32
virtual
int
getNumber();
33
34
protected
:
35
DtString
myText
;
36
int
myNumber
;
37
38
};
39
40
41
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)