KIO
#include "krun.h"
#include "krun_p.h"
#include <config.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <typeinfo>
#include <sys/stat.h>
#include <QtGui/QWidget>
#include <QtGui/QLabel>
#include <QtGui/QVBoxLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QPlainTextEdit>
#include <QtGui/QApplication>
#include <QtGui/QDesktopWidget>
#include <kmimetypetrader.h>
#include <kmimetype.h>
#include "kio/jobclasses.h"
#include "kio/job.h"
#include "kio/jobuidelegate.h"
#include "kio/global.h"
#include "kio/scheduler.h"
#include "kio/netaccess.h"
#include "kfile/kopenwithdialog.h"
#include "kfile/krecentdocument.h"
#include "kdesktopfileactions.h"
#include <kauthorized.h>
#include <kmessageboxwrapper.h>
#include <kurl.h>
#include <kglobal.h>
#include <ktoolinvocation.h>
#include <kdebug.h>
#include <klocale.h>
#include <kprotocolmanager.h>
#include <kstandarddirs.h>
#include <kprocess.h>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <QtCore/QTextIStream>
#include <QtCore/QDate>
#include <QtCore/QRegExp>
#include <QDir>
#include <kdesktopfile.h>
#include <kmacroexpander.h>
#include <kshell.h>
#include <QTextDocument>
#include <kde_file.h>
#include <kconfiggroup.h>
#include <kdialog.h>
#include <kstandardguiitem.h>
#include <kguiitem.h>
#include <ksavefile.h>
#include <kwindowsystem.h>
#include "krun.moc"
#include "krun_p.moc"
Go to the source code of this file.
|
static bool | isProtocolInSupportedList (const KUrl &url, const QStringList &supportedProtocols) |
|
static bool | makeFileExecutable (const QString &fileName) |
|
static bool | makeServiceExecutable (const KService &service, QWidget *window) |
|
static KUrl::List | resolveURLs (const KUrl::List &_urls, const KService &_service) |
|
static bool | runCommandInternal (KProcess *proc, const KService *service, const QString &executable, const QString &userVisibleName, const QString &iconName, QWidget *window, const QByteArray &asn) |
|
static bool | runTempService (const KService &_service, const KUrl::List &_urls, QWidget *window, bool tempFiles, const QString &suggestedFileName, const QByteArray &asn) |
|
static QStringList | supportedProtocols (const KService &_service) |
|
static bool isProtocolInSupportedList |
( |
const KUrl & |
url, |
|
|
const QStringList & |
supportedProtocols |
|
) |
| |
|
static |
static bool makeFileExecutable |
( |
const QString & |
fileName | ) |
|
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.