MAK Data Logger API Documentation for DIS
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 
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 10 18:53:01 EDT 2014 from SVN revision 138105
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)