class KXMessages |
|
Sending string messages to other applications using the X Client Messages.
Used internally by KStartupInfo. You usually don't want to use this, use DBUS instead.
Author Lubos Lunak |
|
Creates an instance which will receive X messages.
accept_broadcast - if non-NULL, all broadcast messages with this message type will be received. parent - the parent of this widget obsolete - always set to false (needed for backwards compatibility with KDE3.1 and older) |
|
Deprecated This method is equivalent to the other constructor with obsolete = true. |
|
|
Broadcasts the given message with the given message type.
msg_type - the type of the message message - the message itself screen - X11 screen to use, -1 for the default obsolete - always set to false (needed for backwards compatibility with KDE3.1 and older) |
|
Deprecated This method is equivalent to broadcastMessage() with obsolete = true. |
|
Broadcasts the given message with the given message type.
disp - X11 connection which will be used instead of qt_x11display() msg_type - the type of the message message - the message itself screen - X11 screen to use, -1 for the default obsolete - always set to false (needed for backwards compatibility with KDE3.1 and older) Returns false when an error occurred, true otherwise |
|
Deprecated This method is equivalent to broadcastMessageX() with obsolete = true. |
|
Emitted when a message was received.
message - the message that has been received |
|
Sends the given message with the given message type only to given
window.
w - X11 handle for the destination window msg_type - the type of the message message - the message itself obsolete - always set to false (needed for backwards compatibility with KDE3.1 and older) |
|
Deprecated This method is equivalent to sendMessage() with obsolete = true. |
|
Sends the given message with the given message type only to given
window.
disp - X11 connection which will be used instead of qt_x11display() w - X11 handle for the destination window msg_type - the type of the message message - the message itself obsolete - always set to false (needed for backwards compatibility with KDE3.1 and older) Returns false when an error occurred, true otherwise |
|
Deprecated This method is equivalent to sendMessageX() with obsolete = true. |
|
Internal |