kioslaves/mbox
MBoxProtocol Class Reference
#include <mbox.h>
Detailed Description
This class is the main class and implements all function which can be called through the user.
Definition at line 31 of file mbox.h.
Public Member Functions | |
MBoxProtocol (const QCString &, const QCString &) | |
virtual | ~MBoxProtocol () |
virtual void | get (const KURL &url) |
virtual void | listDir (const KURL &url) |
virtual void | stat (const KURL &url) |
virtual void | mimetype (const KURL &url) |
void | emitError (int errno, const QString &arg) |
Constructor & Destructor Documentation
|
Constructor, for the parameters, See KIO::SlaveBase.
|
|
Empty destructor.
|
Member Function Documentation
|
Through this functions, other class which have an instance to this class (classes which are part of kio_mbox) can emit an error with this function.
|
|
This functions is used when an user or a program wants to get a file from a mbox-file.
|
|
This functions gives a listing back.
|
|
This functions determinate the mimetype of a given mbox-file or mbox-email.
|
|
This functions gives general properties about a mbox-file, or mbox-email back.
|
The documentation for this class was generated from the following files: