KDECore
#include <klauncher_iface.h>

Public Slots | |
QDBusReply< void > | autoStart () |
QDBusReply< void > | autoStart (int phase) |
QDBusReply< bool > | checkForHeldSlave (const QString &url) |
QDBusReply< void > | exec_blind (const QString &name, const QStringList &arg_list) |
QDBusReply< void > | exec_blind (const QString &name, const QStringList &arg_list, const QStringList &envs, const QString &startup_id) |
QDBusReply< int > | kdeinit_exec (const QString &app, const QStringList &args, const QStringList &env, const QString &startup_id, QString &dbusServiceName, QString &error, int &pid) |
QDBusReply< int > | kdeinit_exec_wait (const QString &app, const QStringList &args, const QStringList &env, const QString &startup_id, QString &dbusServiceName, QString &error, int &pid) |
QDBusReply< void > | reparseConfiguration () |
QDBusReply< int > | requestHoldSlave (const QString &url, const QString &app_socket) |
QDBusReply< int > | requestSlave (const QString &protocol, const QString &host, const QString &app_socket, QString &error) |
QDBusReply< void > | setLaunchEnv (const QString &name, const QString &value) |
QDBusReply< int > | start_service_by_desktop_name (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, QString &dbusServiceName, QString &error, int &pid) |
QDBusReply< int > | start_service_by_desktop_path (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, QString &dbusServiceName, QString &error, int &pid) |
QDBusReply< int > | start_service_by_name (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, QString &dbusServiceName, QString &error, int &pid) |
QDBusReply< void > | waitForSlave (int pid) |
Signals | |
void | autoStart0Done () |
void | autoStart1Done () |
void | autoStart2Done () |
Public Member Functions | |
OrgKdeKLauncherInterface (const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent=0) | |
~OrgKdeKLauncherInterface () | |
Static Public Member Functions | |
static const char * | staticInterfaceName () |
Detailed Description
Definition at line 37 of file klauncher_iface.h.
Constructor & Destructor Documentation
◆ OrgKdeKLauncherInterface()
OrgKdeKLauncherInterface::OrgKdeKLauncherInterface | ( | const QString & | service, |
const QString & | path, | ||
const QDBusConnection & | connection, | ||
QObject * | parent = 0 |
||
) |
Definition at line 18 of file klauncher_iface.cpp.
◆ ~OrgKdeKLauncherInterface()
OrgKdeKLauncherInterface::~OrgKdeKLauncherInterface | ( | ) |
Definition at line 23 of file klauncher_iface.cpp.
Member Function Documentation
◆ autoStart [1/2]
|
inlineslot |
Definition at line 50 of file klauncher_iface.h.
◆ autoStart [2/2]
|
inlineslot |
Definition at line 56 of file klauncher_iface.h.
◆ autoStart0Done
|
signal |
◆ autoStart1Done
|
signal |
◆ autoStart2Done
|
signal |
◆ checkForHeldSlave
|
inlineslot |
Definition at line 180 of file klauncher_iface.h.
◆ exec_blind [1/2]
|
inlineslot |
Definition at line 70 of file klauncher_iface.h.
◆ exec_blind [2/2]
|
inlineslot |
Definition at line 63 of file klauncher_iface.h.
◆ kdeinit_exec
|
inlineslot |
Definition at line 77 of file klauncher_iface.h.
◆ kdeinit_exec_wait
|
inlineslot |
Definition at line 90 of file klauncher_iface.h.
◆ reparseConfiguration
|
inlineslot |
Definition at line 103 of file klauncher_iface.h.
◆ requestHoldSlave
|
inlineslot |
Definition at line 109 of file klauncher_iface.h.
◆ requestSlave
|
inlineslot |
Definition at line 116 of file klauncher_iface.h.
◆ setLaunchEnv
|
inlineslot |
Definition at line 127 of file klauncher_iface.h.
◆ start_service_by_desktop_name
|
inlineslot |
Definition at line 134 of file klauncher_iface.h.
◆ start_service_by_desktop_path
|
inlineslot |
Definition at line 147 of file klauncher_iface.h.
◆ start_service_by_name
|
inlineslot |
Definition at line 160 of file klauncher_iface.h.
◆ staticInterfaceName()
|
inlinestatic |
Definition at line 41 of file klauncher_iface.h.
◆ waitForSlave
|
inlineslot |
Definition at line 173 of file klauncher_iface.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.