KIO
kdesktopfileactions.cpp File Reference
#include "kdesktopfileactions.h"
#include "krun.h"
#include "kautomount.h"
#include <kmessageboxwrapper.h>
#include <kdirnotify.h>
#include <kmountpoint.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kdesktopfile.h>
#include <kconfiggroup.h>
#include <klocale.h>
#include "kservice.h"
Include dependency graph for kdesktopfileactions.cpp:

Go to the source code of this file.
Enumerations | |
enum | BuiltinServiceType { ST_MOUNT = 0x0E1B05B0, ST_UNMOUNT = 0x0E1B05B1 } |
Functions | |
QList< KServiceAction > | KDesktopFileActions::builtinServices (const KUrl &url) |
void | KDesktopFileActions::executeService (const KUrl::List &urls, const KServiceAction &service) |
bool | KDesktopFileActions::run (const KUrl &_url, bool _is_local) |
static bool | runApplication (const KUrl &_url, const QString &_serviceFile) |
static bool | runFSDevice (const KUrl &_url, const KDesktopFile &cfg) |
static bool | runLink (const KUrl &_url, const KDesktopFile &cfg) |
QList< KServiceAction > | KDesktopFileActions::userDefinedServices (const KService &service, bool bLocalFiles, const KUrl::List &file_list=KUrl::List()) |
QList< KServiceAction > | KDesktopFileActions::userDefinedServices (const QString &path, const KDesktopFile &desktopFile, bool bLocalFiles, const KUrl::List &file_list=KUrl::List()) |
QList< KServiceAction > | KDesktopFileActions::userDefinedServices (const QString &path, bool bLocalFiles) |
Enumeration Type Documentation
enum BuiltinServiceType |
Function Documentation
Definition at line 106 of file kdesktopfileactions.cpp.
static bool runFSDevice | ( | const KUrl & | _url, | |
const KDesktopFile & | cfg | |||
) | [static] |
Definition at line 71 of file kdesktopfileactions.cpp.
static bool runLink | ( | const KUrl & | _url, | |
const KDesktopFile & | cfg | |||
) | [static] |
Definition at line 118 of file kdesktopfileactions.cpp.