Projects/WebKit/Library: Difference between revisions

From KDE TechBase
No edit summary
 
Line 2: Line 2:


== About ==
== About ==
The [http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/index.html KDEWebKit] library sits on top of QtWebKit, providing KDE integration (for example, WebActions using KDE icons and shortcuts, downloading using KIO, etc).
The [http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/index.html kdewebkit] library sits on top of QtWebKit, providing KDE integration for icons, shortcuts, network operation (KIO), cookie management using (KCookieJar) and component embedding (KParts).


See the following link for a list of all classes:
See the following link for a list of all classes:
http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/annotated.html
http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/annotated.html
=== KIO::Integration::AccessManger, KIO::Integration::AccessMangerReply (before: KNetworkAccessManager, KNetworkReply) ===
Overwrites the default QtNetwork based QNetworkAccessManager for KIO-based network-interaction. Also supplies a few special additions (like the rest of KDEWebKit does).
See:
http://api.kde.org/4.x-api/kdelibs-apidocs/kio/html/classKIO_1_1AccessManager.html

Latest revision as of 01:42, 15 January 2010

This page is still work in progress.

About

The kdewebkit library sits on top of QtWebKit, providing KDE integration for icons, shortcuts, network operation (KIO), cookie management using (KCookieJar) and component embedding (KParts).

See the following link for a list of all classes:

http://api.kde.org/4.x-api/kdelibs-apidocs/kdewebkit/html/annotated.html