KIO
kfiledialog.cpp File Reference
#include "kfiledialog.h"
#include <QtGui/QCheckBox>
#include <QtGui/QKeyEvent>
#include <QtGui/QFileDialog>
#include <kimageio.h>
#include <klocale.h>
#include <kpushbutton.h>
#include <config-kfile.h>
#include <krecentdocument.h>
#include <kimagefilepreview.h>
#include <kpluginloader.h>
#include <kpluginfactory.h>
#include <kdebug.h>
#include <kwindowsystem.h>
#include "kabstractfilewidget.h"
#include "kabstractfilemodule.h"
#include "krecentdirs.h"
#include "kfiledialog.moc"

Go to the source code of this file.
Define Documentation
| #define KF_EXTERN extern |
Definition at line 884 of file kfiledialog.cpp.
Typedef Documentation
| typedef QString(* _qt_filedialog_existing_directory_hook)(QWidget *parent, const QString &caption, const QString &dir, QFileDialog::Options options) |
Definition at line 887 of file kfiledialog.cpp.
| typedef QString(* _qt_filedialog_open_filename_hook)(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) |
Definition at line 892 of file kfiledialog.cpp.
| typedef QStringList(* _qt_filedialog_open_filenames_hook)(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) |
Definition at line 898 of file kfiledialog.cpp.
| typedef QString(* _qt_filedialog_save_filename_hook)(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) |
Definition at line 904 of file kfiledialog.cpp.
Function Documentation
| static KAbstractFileModule* fileModule | ( | ) | [static] |
Definition at line 122 of file kfiledialog.cpp.
- Returns:
- File dialog filter in Qt format for filter in KDE format or "All files (*)" for empty filter.
Definition at line 109 of file kfiledialog.cpp.
| static QString qtFilter | ( | const QStringList & | filters | ) | [static] |
- Returns:
- File dialog filter in Qt format for filters or "All files (*)" for empty list.
Definition at line 56 of file kfiledialog.cpp.
Variable Documentation
| const bool NATIVE_FILEDIALOGS_BY_DEFAULT = false |
Definition at line 890 of file kfiledialog.cpp.
Definition at line 896 of file kfiledialog.cpp.
Definition at line 902 of file kfiledialog.cpp.
Definition at line 908 of file kfiledialog.cpp.
KFileDialogQtOverride qtOverride [static] |
Definition at line 1078 of file kfiledialog.cpp.
KAbstractFileModule* s_module = 0 [static] |
Definition at line 121 of file kfiledialog.cpp.
KDE 4.1 API Reference