VR-Link API Documentation for DIS
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
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
10
11
#include <
omtReader/omtReader.h
>
12
#include <
vlutil/vlString.h
>
13
#ifdef DtUSE_UTILITIES_NAMESPACE
14
namespace
DtUSE_UTILITIES_NAMESPACE
15
{
16
#endif
17
class
DT_DLL_OMTREADER
DtNoteNode
18
{
19
public
:
20
22
DtNoteNode
();
23
25
virtual
~
DtNoteNode
();
26
28
DtNoteNode
(
const
DtNoteNode
& orig);
29
31
DtNoteNode
& operator=(
const
DtNoteNode
& rhs);
32
33
virtual
void
setText(
const
DtString
&);
34
virtual
const
DtString
& getText()
const
;
35
36
virtual
void
setNumber(
int
);
37
virtual
int
getNumber()
const
;
38
39
virtual
void
setLabel(
const
DtString
&);
40
virtual
const
DtString
& getLabel()
const
;
41
42
protected
:
43
DtString
myText
;
44
DtString
myLabel
;
45
46
};
47
48
49
50
#ifdef DtUSE_UTILITIES_NAMESPACE
51
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
52
#endif
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)