KHTML
kjavadownloader.cpp File Reference
#include "kjavadownloader.h"#include "kjavaappletserver.h"#include <kurl.h>#include <kio/job.h>#include <kio/jobclasses.h>#include <kdebug.h>#include <QtCore/QFile>#include "kjavadownloader.moc"Go to the source code of this file.
Variables | |
| static const int | CONNECTED = 6 |
| static const int | DATA = 0 |
| static const int | ERRORCODE = 2 |
| static const int | FINISHED = 1 |
| static const int | HEADERS = 3 |
| static const int | KJAS_HOLD = 1 |
| static const int | KJAS_RESUME = 2 |
| static const int | KJAS_STOP = 0 |
| static const int | MIMETYPE = 5 |
| static const int | REDIRECT = 4 |
| static const int | REQUESTDATA = 7 |
Variable Documentation
const int CONNECTED = 6 [static] |
Definition at line 37 of file kjavadownloader.cpp.
const int DATA = 0 [static] |
Definition at line 31 of file kjavadownloader.cpp.
const int ERRORCODE = 2 [static] |
Definition at line 33 of file kjavadownloader.cpp.
const int FINISHED = 1 [static] |
Definition at line 32 of file kjavadownloader.cpp.
const int HEADERS = 3 [static] |
Definition at line 34 of file kjavadownloader.cpp.
const int KJAS_HOLD = 1 [static] |
Definition at line 41 of file kjavadownloader.cpp.
const int KJAS_RESUME = 2 [static] |
Definition at line 42 of file kjavadownloader.cpp.
const int KJAS_STOP = 0 [static] |
Definition at line 40 of file kjavadownloader.cpp.
const int MIMETYPE = 5 [static] |
Definition at line 36 of file kjavadownloader.cpp.
const int REDIRECT = 4 [static] |
Definition at line 35 of file kjavadownloader.cpp.
const int REQUESTDATA = 7 [static] |
Definition at line 38 of file kjavadownloader.cpp.
KDE 4.3 API Reference