Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > a86327fd014dc28b8b792dc8f310a4d6 > files > 129

libhk_classes5-devel-0.6.2a-3mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>Source: hk_kdeclasses/hk_kdeclasses/hk_kdecsvexportdialog.h</TITLE>

<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
	<TABLE BORDER="0">
		<TR><TD valign="top" align="left" cellspacing="10">
		<h1>Source: hk_kdeclasses/hk_kdeclasses/hk_kdecsvexportdialog.h</h1>
		</TD>
		<TD valign="top" align="right" colspan="1"></TD></TR>
	</TABLE>
	<HR>
	<TABLE BORDER="0">
		
	</TABLE>
	</TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE>
<pre>
// ****************************************************************************
// copyright (c) 2000-2002 Horst Knorr <hk_classes@knoda.org>
// This file is part of the hk_kdeclasses library.
// This file may be distributed and/or modified under the terms of the
// GNU Library Public License version 2 as published by the Free Software
// Foundation and appearing in the file LGPL included in the
// packaging of this file.
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// ****************************************************************************

#ifndef HK_KDECSVexportDIALOG_H
#define HK_KDECSVexportDIALOG_H

#include <qvariant.h>
#include <qdialog.h>
#include <hk_dsvisible.h>
#include <hk_datasource.h>
#include <hk_reportutils.h>
//#include <hk_string>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QCheckBox;
class QComboBox;
class QLabel;
class QLineEdit;
class QPushButton;
class QToolButton;
/**
 *
 *@short KDE frontend dialog to export data in CSV format
 *@version $Revision: 1.2 $
 *@author Horst Knorr (hk_classes@knoda.org)
 */
class hk_kdecsvexportdialog : public QDialog  ,public hk_reportcsv
{
    Q_OBJECT

        public:
        hk_kdecsvexportdialog(const QString& table, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
        ~hk_kdecsvexportdialog();

        QLabel* TextLabel1;
        QLineEdit* filefield;
        QToolButton* filebutton;
        QComboBox* tablelist;
        QLabel* TextLabel3;
        QCheckBox* firstrow;
        QLabel* TextLabel1_3;
        QLineEdit* textdelimiterfield;
        QLabel* TextLabel1_2;
        QLabel* TextLabel2;
        QComboBox* columnseparatorfield;
        QPushButton* buttonOk;
        QPushButton* buttonCancel;
        QPushButton* buttonHelp;

        void set_usetablelist(bool tables);
        void set_database(hk_database* d);
    protected slots:
        virtual void filebutton_clicked();
        virtual void buttons_enabled();
        virtual void ok_clicked(void);

    protected:
        QHBoxLayout* hk_kdecsvexportdialogLayout;
        QVBoxLayout* Layout12;
        QHBoxLayout* Layout10;
        QGridLayout* Layout11;
        QVBoxLayout* Layout5;
    private:
//  hk_exportcsv* p_export;
        void set_datasourcelist(void);
        QString      p_file;
        QString   p_tablename;
        QString      p_tab;
        bool p_usetablelist;

};
#endif                                            // HK_KDECSVexportDIALOG_H
</pre>
<HR>
	<table>
	<tr><td><small>Generated by: horst on horstnotebook on Wed Sep 24 10:38:50 2003, using kdoc 2.0a54.</small></td></tr>
	</table>
</BODY>
</HTML>