VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
noteNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
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
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:
45 
46 };
47 
48 
49 
50 #ifdef DtUSE_UTILITIES_NAMESPACE
51 } // end of namespace DtUSE_UTILITIES_NAMESPACE
52 #endif
Contains the DtString class declaration.
Contains defines for export control for OMT Reader.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
DtString myLabel
Definition: noteNode.h:44
DtString myText
Definition: noteNode.h:43
Instances of DtString are used to represent strings.
Definition: vlString.h:29
Definition: noteNode.h:17

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)