kofiledialog.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KOFILEDIALOG_H
00022 #define KOFILEDIALOG_H
00023
00024 #include <kfiledialog.h>
00025 #include <qvaluevector.h>
00026
00035 class KoFileDialog : public KFileDialog
00036 {
00037 Q_OBJECT
00038 public:
00039 KoFileDialog( const QString& startDir, const QString& filter,
00040 QWidget *parent, const char *name,
00041 bool modal );
00042 void setSpecialMimeFilter( QStringList& mimeFilter,
00043 const QString& currentFormat, const int specialOutputFlag,
00044 const QString& nativeFormat,
00045 int supportedSpecialFormats );
00046 int specialEntrySelected();
00047
00048 private slots:
00049 void slotChangedfilter( int index );
00050
00051 private:
00052 QValueVector<int> m_specialFormats;
00053 };
00054
00055 #endif
This file is part of the documentation for lib Library Version 1.4.2.