VR-Forces 4.0.4 Class Documentation
include/vmap/vpfTextData.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright  (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.     
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: vpfTextData.h,v $ $Revision: 1.9 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 #ifndef VPF_TEXT_DATA_H
00010 #define VPF_TEXT_DATA_H
00011 
00014 
00015 #include <vlutil/vlString.h>
00016 
00017 #include "vmap/vpfData.h"
00018 #include "vmap/vmapDefines.h"
00019 
00021 class DT_DLL_vmap DtVpfTextData : public DtVpfData
00022 {  
00023    private: 
00025       DtVpfTextData(const DtVpfTextData& textData);
00026 
00028       DtVpfTextData& operator=(const DtVpfTextData& textData);
00029 
00030    public:
00032       DtVpfTextData(DtVpfColumn* column);
00033 
00035       ~DtVpfTextData();
00036       
00039       virtual bool readData();
00040 
00043       virtual const DtString& textData() const;
00044 
00047       virtual DtString valueDescription() const;
00048 
00049    protected:
00050       DtString myText;
00051 };
00052 
00053 #endif
00054 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)