class KIPC
|
This class implements the "old style" KDE IPC mechanism. More... |
|
|
Public Static Methods
Detailed Description
This class implements the "old style" KDE IPC mechanism. This will be
obsoleted in the near future by DCOP -- The Desktop Communications
Protocol. (current date is Oct 18, 1999)
All methods are static here so no need to instantiate.
void sendMessage (Atom msg, Window w, int data=0)
|
[static]
Send a message to a window.
Parameters:
Atom | The X Atom identifying the message.
|
Window | The Window ID of the target window.
|
data | You can pass one in of data throught this.
|
void sendMessage (const char *msg, Window w, int data=0)
|
[static]
Send a message to a window.
Parameters:
msg | A pointer to a null terminated array of chars containing
the message.
|
void sendMessageAll (Atom msg, int data=0)
|
[static]
Send a message to all KDE windows.
Parameters:
Atom | The X Atom identifying the message.
|
void sendMessageAll (const char *msg, int data=0)
|
[static]
Send a message to all KDE windows.
Parameters:
msg | A pointer to a null terminated array of chars containing
the message.
|
int dropError (Display *, XErrorEvent *)
|
[static]
Used internally
long getSimpleProperty (Window w, Atom a)
|
[static]
Used internally
- Version: $Id: kipc.h,v 1.3 1999/10/19 10:57:01 kulow Exp $
- Author: Geert Jansen <g.t.jansen@stud.tue.nl>
- Generated: root@tantive.terraplex.com on Sun Feb 27 17:39:19 2000, using kdoc 2.0a33.