Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

hk_kdexmlexportdialog.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2004 Horst Knorr <hk_classes@knoda.org>  
00003 // This file is part of the hk_kdeclasses 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 LGPL 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 
00012 #ifndef HK_KDEXMLEXPORTDIALOG_H
00013 #define HK_KDEXMLEXPORTDIALOG_H
00014 #include "hk_kdexmlexportdialogbase.h"
00015 #include <hk_reportutils.h>
00016 
00017 class hk_kdexmlexportdialog : public hk_kdexmlexportdialogbase ,public hk_reportxml
00018 {
00019     Q_OBJECT
00020 
00021         public:
00022         hk_kdexmlexportdialog(const QString& table, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00023         ~hk_kdexmlexportdialog();
00024         void set_usetablelist(void);
00025         void set_usequerylist(void);
00026         void set_useviewlist(void);
00027 
00028     public slots:
00029         void ok_clicked();
00030 
00031     protected slots:
00032         void buttons_enabled();
00033         void filebutton_clicked();
00034 
00035     private:
00036         void set_datasourcelist(void);
00037         QString      p_file;
00038         QString p_tablename;
00039         datasourcetype p_datasourcetype;
00040 
00041 };
00042 #endif                                            // HK_KDEXMLEXPORTDIALOG_H

Generated on Tue Mar 22 23:28:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.1