dcop
dcopfind.cpp File Reference
#include <qbuffer.h>
#include <qvariant.h>
#include <qcolor.h>
#include <qimage.h>
#include "../kdatastream.h"
#include "../dcopclient.h"
#include "../dcopref.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include "marshall.cpp"
Include dependency graph for dcopfind.cpp:
Go to the source code of this file.
Functions | |
bool | findObject (const char *app, const char *obj, const char *func, QCStringList args) |
bool | launchApp (QString app) |
int | main (int argc, char **argv) |
void | usage () |
Variables | |
static bool | bAppIdOnly = 0 |
static bool | bLaunchApp = 0 |
static DCOPClient * | dcop = 0 |
Function Documentation
bool findObject | ( | const char * | app, | |
const char * | obj, | |||
const char * | func, | |||
QCStringList | args | |||
) |
Definition at line 41 of file dcopfind.cpp.
bool launchApp | ( | QString | app | ) |
Definition at line 153 of file dcopfind.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 203 of file dcopfind.cpp.
void usage | ( | ) |
Definition at line 193 of file dcopfind.cpp.
Variable Documentation
bool bAppIdOnly = 0 [static] |
Definition at line 38 of file dcopfind.cpp.
bool bLaunchApp = 0 [static] |
Definition at line 39 of file dcopfind.cpp.
DCOPClient* dcop = 0 [static] |
Definition at line 37 of file dcopfind.cpp.