MAK Data Logger API Documentation for DIS
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
lgrOmtReader
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.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 Thu Apr 11 12:13:00 EDT 2013 from SVN revision 126011
Copyright © 2005-2012 VT MÄK. All Rights Reserved (
www.mak.com
)