csvexportdialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
#ifndef CSVEXPORTDIALOG_H
00022
#define CSVEXPORTDIALOG_H
00023
00024
#include "csvexportdialog_base.h"
00025
#include "reportcriteria.h"
00026
00027
class CSVExportDialog :
public CSVExportDialogBase
00028 {
00029 Q_OBJECT
00030
00031
public:
00032 CSVExportDialog( ReportCriteria::REPORTTYPE rt,
00033
QWidget *parent = 0,
00034
const char *name = 0
00035 );
00036
00046
void enableTasksToExportQuestion();
00047
00051
ReportCriteria reportCriteria();
00052
00053
private slots:
00054
00058
void enableExportButton();
00059
00060
private:
00061
ReportCriteria rc;
00062 };
00063
00064
#endif
This file is part of the documentation for karm Library Version 3.3.0.