KInit
#include <klauncher_adaptor.h>

Public Slots | |
void | autoStart (int phase=1) |
bool | checkForHeldSlave (const QString &url) |
void | exec_blind (const QString &name, const QStringList &arg_list) |
void | exec_blind (const QString &name, const QStringList &arg_list, const QStringList &envs, const QString &startup_id) |
int | kdeinit_exec (const QString &app, const QStringList &args, const QStringList &env, const QString &startup_id, const QDBusMessage &msg, QString &dbusServiceName, QString &error, int &pid) |
int | kdeinit_exec_wait (const QString &app, const QStringList &args, const QStringList &env, const QString &startup_id, const QDBusMessage &msg, QString &dbusServiceName, QString &error, int &pid) |
int | kdeinit_exec_with_workdir (const QString &app, const QStringList &args, const QString &workdir, const QStringList &env, const QString &startup_id, const QDBusMessage &msg, QString &dbusServiceName, QString &error, int &pid) |
void | reparseConfiguration () |
int | requestHoldSlave (const QString &url, const QString &app_socket) |
int | requestSlave (const QString &protocol, const QString &host, const QString &app_socket, QString &error) |
void | setLaunchEnv (const QString &name, const QString &value) |
int | start_service_by_desktop_name (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, const QDBusMessage &msg, QString &dbusServiceName, QString &error, int &pid) |
int | start_service_by_desktop_path (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, const QDBusMessage &msg, QString &dbusServiceName, QString &error, int &pid) |
int | start_service_by_name (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, const QDBusMessage &msg, QString &dbusServiceName, QString &error, int &pid) |
void | terminate_kdeinit () |
void | waitForSlave (int pid, const QDBusMessage &msg) |
Signals | |
void | autoStart0Done () |
void | autoStart1Done () |
void | autoStart2Done () |
Public Member Functions | |
KLauncherAdaptor (QObject *parent) | |
virtual | ~KLauncherAdaptor () |
Detailed Description
Definition at line 36 of file klauncher_adaptor.h.
Constructor & Destructor Documentation
◆ KLauncherAdaptor()
KLauncherAdaptor::KLauncherAdaptor | ( | QObject * | parent | ) |
Definition at line 41 of file klauncher_adaptor.cpp.
◆ ~KLauncherAdaptor()
|
virtual |
Definition at line 48 of file klauncher_adaptor.cpp.
Member Function Documentation
◆ autoStart
|
slot |
Definition at line 53 of file klauncher_adaptor.cpp.
◆ autoStart0Done
|
signal |
◆ autoStart1Done
|
signal |
◆ autoStart2Done
|
signal |
◆ checkForHeldSlave
|
slot |
Definition at line 110 of file klauncher_adaptor.cpp.
◆ exec_blind [1/2]
|
slot |
Definition at line 59 of file klauncher_adaptor.cpp.
◆ exec_blind [2/2]
|
slot |
Definition at line 65 of file klauncher_adaptor.cpp.
◆ kdeinit_exec
|
slot |
Definition at line 71 of file klauncher_adaptor.cpp.
◆ kdeinit_exec_wait
|
slot |
Definition at line 78 of file klauncher_adaptor.cpp.
◆ kdeinit_exec_with_workdir
|
slot |
Definition at line 85 of file klauncher_adaptor.cpp.
◆ reparseConfiguration
|
slot |
Definition at line 92 of file klauncher_adaptor.cpp.
◆ requestHoldSlave
|
slot |
Definition at line 98 of file klauncher_adaptor.cpp.
◆ requestSlave
|
slot |
Definition at line 104 of file klauncher_adaptor.cpp.
◆ setLaunchEnv
|
slot |
Definition at line 115 of file klauncher_adaptor.cpp.
◆ start_service_by_desktop_name
|
slot |
Definition at line 121 of file klauncher_adaptor.cpp.
◆ start_service_by_desktop_path
|
slot |
Definition at line 132 of file klauncher_adaptor.cpp.
◆ start_service_by_name
|
slot |
Definition at line 143 of file klauncher_adaptor.cpp.
◆ terminate_kdeinit
|
slot |
Definition at line 160 of file klauncher_adaptor.cpp.
◆ waitForSlave
|
slot |
Definition at line 154 of file klauncher_adaptor.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.