KFile
#include "kfilewidget.h"#include "kfileplacesview.h"#include "kfileplacesmodel.h"#include "kfilebookmarkhandler_p.h"#include "kurlcombobox.h"#include "kurlnavigator.h"#include "kfilepreviewgenerator.h"#include <config-kfile.h>#include <kactioncollection.h>#include <kdiroperator.h>#include <kdirselectdialog.h>#include <kfilefiltercombo.h>#include <kimagefilepreview.h>#include <kmenu.h>#include <kmimetype.h>#include <kpushbutton.h>#include <krecentdocument.h>#include <ktoolbar.h>#include <kurlcompletion.h>#include <kuser.h>#include <kprotocolmanager.h>#include <kio/job.h>#include <kio/jobuidelegate.h>#include <kio/netaccess.h>#include <kio/scheduler.h>#include <krecentdirs.h>#include <kdebug.h>#include <kio/kfileitemdelegate.h>#include <kde_file.h>#include <QtGui/QCheckBox>#include <QtGui/QDockWidget>#include <QtGui/QLayout>#include <QtGui/QLabel>#include <QtGui/QLineEdit>#include <QtGui/QSplitter>#include <QtGui/QAbstractProxyModel>#include <QtGui/QHelpEvent>#include <QtGui/QApplication>#include <QtCore/QFSFileEngine>#include <kshell.h>#include <kmessagebox.h>#include <kauthorized.h>#include "kfilewidget.moc"Go to the source code of this file.
Functions | |
| static bool | containsProtocolSection (const QString &string) |
| static QString | getExtensionFromPatternList (const QStringList &patternList) |
| static bool | isRelativeUrl (const KUrl &baseUrl, const KUrl &url) |
| static QString | relativePathOrUrl (const KUrl &baseUrl, const KUrl &url) |
| static QString | stripUndisplayable (const QString &string) |
Variables | |
| static const char | autocompletionWhatsThisText [] |
Function Documentation
◆ containsProtocolSection()
|
static |
Definition at line 296 of file kfilewidget.cpp.
◆ getExtensionFromPatternList()
|
static |
Definition at line 2088 of file kfilewidget.cpp.
◆ isRelativeUrl()
Definition at line 1235 of file kfilewidget.cpp.
◆ relativePathOrUrl()
Definition at line 1240 of file kfilewidget.cpp.
◆ stripUndisplayable()
|
static |
Definition at line 2121 of file kfilewidget.cpp.
Variable Documentation
◆ autocompletionWhatsThisText
|
static |
Initial value:
= I18N_NOOP("<qt>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>")
#define I18N_NOOP(x)
Definition at line 290 of file kfilewidget.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.