KXMessages Class Reference
Sending string messages to other applications using the X Client Messages. More...
#include <kxmessages.h>
Inheritance diagram for KXMessages:

Signals | |
void | gotMessage (const QString &message) |
Public Member Functions | |
KXMessages (const char *accept_broadcast, QWidget *parent, bool obsolete) | |
KXMessages (const char *accept_broadcast=NULL, QWidget *parent=NULL) | |
void | sendMessage (WId w, const char *msg_type, const QString &message, bool obsolete) |
void | sendMessage (WId w, const char *msg_type, const QString &message) |
void | broadcastMessage (const char *msg_type, const QString &message, int screen, bool obsolete) |
void | broadcastMessage (const char *msg_type, const QString &message) |
Static Public Member Functions | |
bool | sendMessageX (Display *disp, WId w, const char *msg_type, const QString &message, bool obsolete) |
bool | sendMessageX (Display *disp, WId w, const char *msg_type, const QString &message) |
bool | broadcastMessageX (Display *disp, const char *msg_type, const QString &message, int screen, bool obsolete) |
bool | broadcastMessageX (Display *disp, const char *msg_type, const QString &message) |
Protected Member Functions | |
virtual bool | x11Event (XEvent *ev) |
Detailed Description
Sending string messages to other applications using the X Client Messages.Used internally by KStartupInfo. You usually don't want to use this, use DCOP instead.
- Author:
- Lubos Lunak <l.lunak@kde.org>
- Version:
- Id
- kxmessages.h,v 1.11 2003/10/10 11:20:54 lunakl Exp
Definition at line 49 of file kxmessages.h.
Constructor & Destructor Documentation
|
Creates an instance which will receive X messages.
|
|
|
Member Function Documentation
|
Sends the given message with the given message type only to given window.
Referenced by sendMessage(). |
|
References sendMessage(). |
|
Broadcasts the given message with the given message type.
Referenced by broadcastMessage(), KStartupInfo::sendChange(), KStartupInfo::sendFinish(), and KStartupInfo::sendStartup(). |
|
References broadcastMessage(). |
|
Sends the given message with the given message type only to given window.
Referenced by sendMessageX(). |
|
References sendMessageX(). |
|
Broadcasts the given message with the given message type.
Referenced by broadcastMessageX(), KStartupInfo::sendChangeX(), KStartupInfo::sendFinishX(), and KStartupInfo::sendStartupX(). |
|
References broadcastMessageX(). |
|
Emitted when a message was received.
|
The documentation for this class was generated from the following files: