VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vpfTextData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vpfTextData.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef VPF_TEXT_DATA_H
10 #define VPF_TEXT_DATA_H
11 
14 
15 #include <vlutil/vlString.h>
16 
17 #include "vmap/vpfData.h"
18 #include "vmap/vmapDefines.h"
19 
22 {
23  private:
25  DtVpfTextData(const DtVpfTextData& textData);
26 
28  DtVpfTextData& operator=(const DtVpfTextData& textData);
29 
30  public:
32  DtVpfTextData(DtVpfColumn* column);
33 
35  ~DtVpfTextData();
36 
39  virtual bool readData();
40 
43  virtual const DtString& textData() const;
44 
47  virtual DtString valueDescription() const;
48 
49  protected:
51 };
52 
53 #endif
54 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)