libkdegames/libkdegamesprivate/kgame
kmessageio.h
Go to the documentation of this file.
void send(const QByteArray &msg)
This slot sends the data block in /e msg to the connected object, that will emit /e received()...
Definition: kmessageio.cpp:263
void signalReceivedStderr(QString msg)
This class implements the message communication using a TCP/IP socket.
Definition: kmessageio.h:170
virtual bool isConnected() const
This method returns the status of the object, whether it is already (or still) connected to another K...
Definition: kmessageio.h:95
void send(const QByteArray &msg)
Overwritten slot method from KMessageIO.
Definition: kmessageio.cpp:92
void slotProcessExited(int, QProcess::ExitStatus)
Definition: kmessageio.cpp:357
This class implements the message communication using function calls directly.
Definition: kmessageio.h:294
void send(const QByteArray &msg)
Overwritten slot method from KMessageIO.
Definition: kmessageio.cpp:211
bool isConnected() const
This method returns the status of the object, whether it is already (or still) connected to another K...
Definition: kmessageio.cpp:254
bool isConnected() const
Returns true, if the object is connected to another instance.
Definition: kmessageio.cpp:206
This abstract base class represents one end of a message connections between two clients.
Definition: kmessageio.h:57
bool isConnected() const
Returns true if the socket is in state /e connected.
Definition: kmessageio.cpp:87
KMessageDirect(KMessageDirect *partner=0, QObject *parent=0)
Creates an object and connects it to the object given in the first parameter.
Definition: kmessageio.cpp:176
KMessageProcess(QObject *parent, const QString &file)
Definition: kmessageio.cpp:233
KMessageSocket(const QString &host, quint16 port, QObject *parent=0)
Connects to a server socket on /e host with /e port.
Definition: kmessageio.cpp:51
QString fromLatin1(const char *str, int size)
QObject * parent() const
Definition: kmessageio.h:349
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.