VR-Forces 4.1.1 Class Documentation
vpfIntData.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.** All rights reserved.
3 ******************************************************************************/
4 /*******************************************************************************
5 * $RCSfile: vpfIntData.h,v $ $Revision: 1.6 $ $State: Exp $
6 ******************************************************************************/
7 
8 #ifndef VPF_INT_DATA_H_
9 #define VPF_INT_DATA_H_
10 
13 
14 #include "vmap/vpfData.h"
15 #include "vmap/vmapDefines.h"
16 
19 {
20  private:
22  DtVpfIntData(const DtVpfIntData& intData);
23 
25  DtVpfIntData& operator=(const DtVpfIntData& intData);
26 
27  public:
29  DtVpfIntData(DtVpfColumn* column);
30 
32  ~DtVpfIntData();
33 
36  virtual bool readData();
37 
40  virtual int intData() const;
41 
44  virtual DtString valueDescription() const;
45 
46  protected:
47  int myInt;
48 };
49 
50 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)