VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)