lib Library API Documentation

koFilterManager_p.h

00001 /* This file is part of the KDE project 00002 Copyright (C) 2003 Clarence Dang <dang@kde.org> 00003 00004 This library is free software; you can redistribute it and/or 00005 modify it under the terms of the GNU Library General Public 00006 License Version 2 as published by the Free Software Foundation. 00007 00008 This library is distributed in the hope that it will be useful, 00009 but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00011 Library General Public License Version 2 for more details. 00012 00013 You should have received a copy of the GNU Library General Public License 00014 Version 2 along with this library; see the file COPYING.LIB. If not, 00015 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 00016 Boston, MA 02111-1307, USA. 00017 */ 00018 00019 #ifndef __koFilterManager_p_h__ 00020 #define __koFilterManager_p_h__ 00021 00022 #include <qstring.h> 00023 #include <qstringlist.h> 00024 00025 #include <kdialogbase.h> 00026 00027 class KListBox; 00028 00029 00030 class KoFilterChooser : public KDialogBase 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 KoFilterChooser (QWidget *parent, const QStringList &mimeTypes, 00036 const QString &nativeFormat = QString::null); 00037 ~KoFilterChooser (); 00038 00039 QString filterSelected (); 00040 00041 private: 00042 QStringList m_mimeTypes; 00043 KListBox *m_filterList; 00044 }; 00045 00046 #endif
KDE Logo
This file is part of the documentation for lib Library Version 1.3.5.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Nov 17 06:54:15 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003