KIO
#include "kfiledialog.h"#include <QtGui/QCheckBox>#include <QtGui/QKeyEvent>#include <QtGui/QFileDialog>#include <QtGui/QApplication>#include <QtGui/QDesktopWidget>#include <kimageio.h>#include <klocale.h>#include <kpushbutton.h>#include <config-kfile.h>#include <krecentdocument.h>#include <kdebug.h>#include <kwindowsystem.h>#include "kabstractfilewidget.h"#include "kabstractfilemodule.h"#include "krecentdirs.h"#include "kservice.h"#include "kfiledialog.moc"
Go to the source code of this file.
Macros | |
| #define | KF_EXTERN extern __declspec(dllimport) |
Typedefs | |
| typedef QString(* | _qt_filedialog_existing_directory_hook )(QWidget *parent, const QString &caption, const QString &dir, QFileDialog::Options options) |
| typedef QString(* | _qt_filedialog_open_filename_hook )(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) |
| typedef QStringList(* | _qt_filedialog_open_filenames_hook )(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) |
| typedef QString(* | _qt_filedialog_save_filename_hook )(QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) |
Functions | |
| static KAbstractFileModule * | fileModule () |
| static KAbstractFileModule * | loadFileModule (const QString &moduleName) |
| static QStringList | mime2KdeFilter (const QStringList &mimeTypes, QString *allExtensions=0) |
| static QString | qtFilter (const QStringList &_filters) |
| static QString | qtFilter (const QString &filter) |
Variables | |
| const bool | NATIVE_FILEDIALOGS_BY_DEFAULT = true |
| KF_EXTERN _qt_filedialog_existing_directory_hook | qt_filedialog_existing_directory_hook |
| KF_EXTERN _qt_filedialog_open_filename_hook | qt_filedialog_open_filename_hook |
| KF_EXTERN _qt_filedialog_open_filenames_hook | qt_filedialog_open_filenames_hook |
| KF_EXTERN _qt_filedialog_save_filename_hook | qt_filedialog_save_filename_hook |
| static KFileDialogQtOverride | qtOverride |
| static const char | s_defaultFileModuleName [] = "kfilemodule" |
| static KAbstractFileModule * | s_module = 0 |
Macro Definition Documentation
| #define KF_EXTERN extern __declspec(dllimport) |
Definition at line 1057 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 1062 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 1067 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 1073 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 1079 of file kfiledialog.cpp.
Function Documentation
|
static |
Definition at line 149 of file kfiledialog.cpp.
|
static |
Definition at line 139 of file kfiledialog.cpp.
|
static |
Definition at line 54 of file kfiledialog.cpp.
|
static |
- Returns
- File dialog filter in Qt format for filters or "All files (*)" for empty list.
Definition at line 77 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 120 of file kfiledialog.cpp.
Variable Documentation
| const bool NATIVE_FILEDIALOGS_BY_DEFAULT = true |
File dialogs are native by default on Windows.
Definition at line 49 of file kfiledialog.cpp.
| KF_EXTERN _qt_filedialog_existing_directory_hook qt_filedialog_existing_directory_hook |
Definition at line 1065 of file kfiledialog.cpp.
| KF_EXTERN _qt_filedialog_open_filename_hook qt_filedialog_open_filename_hook |
Definition at line 1071 of file kfiledialog.cpp.
| KF_EXTERN _qt_filedialog_open_filenames_hook qt_filedialog_open_filenames_hook |
Definition at line 1077 of file kfiledialog.cpp.
| KF_EXTERN _qt_filedialog_save_filename_hook qt_filedialog_save_filename_hook |
Definition at line 1083 of file kfiledialog.cpp.
|
static |
Definition at line 1269 of file kfiledialog.cpp.
|
static |
Definition at line 148 of file kfiledialog.cpp.
|
static |
Definition at line 138 of file kfiledialog.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference