VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fieldComponentNode.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 
12 
13 #include <vlutil/vlString.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
19 {
20 public:
21 
24 
26  virtual ~DtFieldComponentNode();
27 
30 
32  DtFieldComponentNode& operator=(const DtFieldComponentNode& orig);
33 
34  virtual void setDescription(const DtString&);
35  virtual const DtString& getDescription() const;
36 
37 
38 protected:
40 
41 };
42 
43 #ifdef DtUSE_UTILITIES_NAMESPACE
44 } // end of namespace DtUSE_UTILITIES_NAMESPACE
45 #endif

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)