class KIO.SlaveInterface


Table of contents
Modules
kio Classes
All Classes
Module kio
Namespace kio
Class KIO.SlaveInterface
Inherits QObject

There are two classes that specifies the protocol between application ( KIO.Job) and kioslave. SlaveInterface is the class to use on the application end, SlaveBase is the one to use on the slave end.

A call to foo() results in a call to slotFoo() on the other end.



methods