|
| KLauncher () |
|
| ~KLauncher () |
|
void | autoStart (int phase=1) |
|
bool | checkForHeldSlave (const QString &url) |
|
void | close () |
|
void | exec_blind (const QString &name, const QStringList &arg_list, const QStringList &envs, const QString &startup_id) |
|
void | exec_blind (const QString &name, const QStringList &arg_list) |
|
bool | kdeinit_exec (const QString &app, const QStringList &args, const QString &workdir, const QStringList &envs, const QString &startup_id, bool wait, const QDBusMessage &msg) |
|
void | reparseConfiguration () |
|
pid_t | requestHoldSlave (const KUrl &url, const QString &app_socket) |
|
pid_t | requestSlave (const QString &protocol, const QString &host, const QString &app_socket, QString &error) |
|
void | setLaunchEnv (const QString &name, const QString &value) |
|
bool | start_service_by_desktop_name (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, const QDBusMessage &msg) |
|
bool | start_service_by_desktop_path (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, const QDBusMessage &msg) |
|
bool | start_service_by_name (const QString &serviceName, const QStringList &urls, const QStringList &envs, const QString &startup_id, bool blind, const QDBusMessage &msg) |
|
void | terminate_kdeinit () |
|
void | waitForSlave (int pid, const QDBusMessage &msg) |
|
| QObject (QObject *parent) |
|
| QObject (QObject *parent, const char *name) |
|
virtual | ~QObject () |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QList< T > | findChildren (const QString &name) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
|
void | cancel_service_startup_info (KLaunchRequest *request, const QByteArray &startup_id, const QStringList &envs) |
|
void | createArgs (KLaunchRequest *request, const KService::Ptr service, const QStringList &url) |
|
void | processDied (pid_t pid, long exitStatus) |
|
void | processRequestReturn (int status, const QByteArray &requestData) |
|
void | queueRequest (KLaunchRequest *) |
|
void | requestDone (KLaunchRequest *request) |
|
void | requestStart (KLaunchRequest *request) |
|
void | send_service_startup_info (KLaunchRequest *request, KService::Ptr service, const QByteArray &startup_id, const QStringList &envs) |
|
bool | start_service (KService::Ptr service, const QStringList &urls, const QStringList &envs, const QByteArray &startup_id, bool blind, bool autoStart, const QDBusMessage &msg) |
|
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const char *signal) |
|
int | receivers (const char *signal) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|
QByteArray | normalizeSignalSlot (const char *signalSlot) |
|
| objectName |
|
Definition at line 123 of file klauncher.h.
Start a service by desktop name.
'serviceName' refers to a desktop file describing the service. The service is looked up anywhere in $KDEDIR/applnk and/or $KDEDIR/services. E.g. it should have the form "korganizer".
'url', if not empty, will be passed to the service as argument.
'envs' are environment variables that will be added to this program's environment before starting it
'startup_id' is for application startup notification, "" is the default, "0" for none
Definition at line 799 of file klauncher.cpp.
Start a service by desktop path.
'serviceName' refers to a desktop file describing the service. This may be an absolute path or a path relative to $KDEDIRS/applnk and/or $KDEDIRS/services E.g. it should have the form "Applications/korganizer.desktop" or "/opt/kde/share/applnk/Applications/korganizer.desktop". Note that for absolute paths the restrictions of KDesktopFile::isAuthorizedDesktopFile() are obeyed for security.
'url', if not empty, will be passed to the service as argument.
'envs' are environment variables that will be added to this program's environment before starting it
'startup_id' is for application startup notification, "" is the default, "0" for none
Definition at line 770 of file klauncher.cpp.
Start a service by (translated) name - deprecated.
'serviceName' refers to the service name as given by· the Name field in the desktop file describing the service.
'url', if not empty, will be passed to the service as argument.
'envs' are environment variables that will be added to this program's environment before starting it
'startup_id' is for application startup notification, "" is the default, "0" for none
- Deprecated:
- use start_service_by_desktop_path
Definition at line 751 of file klauncher.cpp.