00001 //-------------------------------------------------------------------- 00002 // 00003 // File: TxqOptionVecTableItem.h 00004 // 00005 // Purpose: Class to create a QLineEdit widget to edit a Option vector value 00006 // 00007 // Version: $Id: TxqOptionVecTableItem.h,v 1.2 2001/11/04 16:54:17 kgl Exp $ 00008 // 00009 // Copyright (c) 2001 by Tech-X Corporation. All rights reserved. 00010 // 00011 // Author: Kelly G. Luetkemeyer 00012 // 00013 //-------------------------------------------------------------------- 00014 00015 #ifndef TXQ_OPTION_VEC_TABLE_ITEM_H 00016 #define TXQ_OPTION_VEC_TABLE_ITEM_H 00017 00018 // Txq includes 00019 #include "TxqOptionTableItem.h" 00020 00021 00027 class TxqOptionVecTableItem: public TxqOptionTableItem 00028 { 00029 public: 00030 00043 TxqOptionVecTableItem( QTable *t, EditType e , TxAttributeSet *a, 00044 const QString s, const QVariant &v, int r, 00045 const QString nm, const int index); 00046 00050 virtual ~TxqOptionVecTableItem() {} 00051 00052 protected: 00058 virtual void setAttribValue(const TXSTD::string name, const int value); 00059 00060 private: 00061 00065 int attribIndex; 00066 00067 }; 00068 00069 00070 #endif
Copyright Tech-X Corporation, all rights reserved.