class Connection

This class provides a simple means for IPC between two applications via a pipe. More...

Full nameKIO::Connection
Definition#include <connection.h>
InheritsQObject (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Slots


Detailed Description

This class provides a simple means for IPC between two applications via a pipe. It handles a queue of commands to be sent, and has a internal signal called after a command has been sent, to send the next one (FIFO).

int  read ( int* _cmd, QByteArray & )

Receive data

Returns: >=0 indicates the received data size upon success -1 indicates error

void  suspend ()

Don't handle incoming data until resumed

void  resume ()

Resume handling of incoming data


Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35.