hk_dslineedit.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2005 Horst Knorr <hk_classes@knoda.org>  
00003 // This file is part of the hk_classes library.
00004 // This file may be distributed and/or modified under the terms of the
00005 // GNU Library Public License version 2 as published by the Free Software
00006 // Foundation and appearing in the file COPYING included in the
00007 // packaging of this file.
00008 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00009 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00010 // ****************************************************************************
00011 #ifndef HK_DSLINEEDIT
00012 #define HK_DSLINEEDIT
00013 #include "hk_dsdatavisible.h"
00014 using namespace std;
00015 class hk_dsgridcolumn;
00024 class hk_dslineedit:public hk_dsdatavisible
00025 {
00026     public:
00027         hk_dslineedit(hk_form* form=NULL);
00028         virtual ~hk_dslineedit();
00029         void set_gridcolumn(hk_dsgridcolumn* );
00030         hk_dsgridcolumn*gridcolumn (void) const;
00031     protected:
00032     
00033     //needed for gridcolumn actions where a line editor takes the input (eg. action_on_key)
00034     hk_dsgridcolumn* p_gridcolumn;
00035 };
00036 #endif

Generated on Tue Nov 28 02:48:08 2006 for Databaseconnectionclasses by  doxygen 1.5.0