kio
kfiledialog.cpp File Reference
#include "kfiledialog.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <qptrcollection.h>
#include <qcheckbox.h>
#include <qcombobox.h>
#include <qlabel.h>
#include <qlayout.h>
#include <qlineedit.h>
#include <qptrlist.h>
#include <qpixmap.h>
#include <qtextcodec.h>
#include <qtooltip.h>
#include <qtimer.h>
#include <qwhatsthis.h>
#include <qfiledialog.h>
#include <kaccel.h>
#include <kaction.h>
#include <kapplication.h>
#include <kcharsets.h>
#include <kcmdlineargs.h>
#include <kcompletionbox.h>
#include <kconfig.h>
#include <kdebug.h>
#include <kglobal.h>
#include <kglobalsettings.h>
#include <kiconloader.h>
#include <kimageio.h>
#include <kio/job.h>
#include <kio/netaccess.h>
#include <kio/scheduler.h>
#include <kio/kservicetypefactory.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <kmimetype.h>
#include <kpopupmenu.h>
#include <kprotocolinfo.h>
#include <kpushbutton.h>
#include <krecentdirs.h>
#include <kshell.h>
#include <kstandarddirs.h>
#include <kstdguiitem.h>
#include <kstaticdeleter.h>
#include <ktoolbar.h>
#include <ktoolbarbutton.h>
#include <kurl.h>
#include <kurlcombobox.h>
#include <kurlcompletion.h>
#include <kuser.h>
#include "config-kfile.h"
#include "kpreviewwidgetbase.h"
#include <kdirselectdialog.h>
#include <kfileview.h>
#include <krecentdocument.h>
#include <kfilefiltercombo.h>
#include <kdiroperator.h>
#include <kimagefilepreview.h>
#include <kfilespeedbar.h>
#include <kfilebookmarkhandler.h>
#include "kfiledialog.moc"
Go to the source code of this file.
Enumerations | |
enum | Buttons { HOTLIST_BUTTON, PATH_COMBO, CONFIGURE_BUTTON } |
Functions | |
static QString | getExtensionFromPatternList (const QStringList &patternList) |
static bool | isDirectory (const KIO::UDSEntry &t) |
static QString | stripUndisplayable (const QString &string) |
Variables | |
static const char | autocompletionWhatsThisText [] |
static KStaticDeleter< KURL > | ldd |
Enumeration Type Documentation
enum Buttons |
Definition at line 97 of file kfiledialog.cpp.
Function Documentation
static QString getExtensionFromPatternList | ( | const QStringList & | patternList | ) | [static] |
Definition at line 1861 of file kfiledialog.cpp.
static bool isDirectory | ( | const KIO::UDSEntry & | t | ) | [static] |
Definition at line 574 of file kfiledialog.cpp.
Definition at line 1892 of file kfiledialog.cpp.
Variable Documentation
const char autocompletionWhatsThisText[] [static] |
Initial value:
I18N_NOOP("<p>While typing in the text area, you may be presented " "with possible matches. " "This feature can be controlled by clicking with the right mouse button " "and selecting a preferred mode from the <b>Text Completion</b> menu.") "</qt>"
Definition at line 782 of file kfiledialog.cpp.
KStaticDeleter<KURL> ldd [static] |
Definition at line 167 of file kfiledialog.cpp.