• Skip to content
  • Skip to link menu
KDE 4.4 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KIO

KIO::Integration::CookieJar

KIO::Integration::CookieJar Class Reference

A KDE implementation of QNetworkCookieJar. More...

#include <accessmanager.h>

Inheritance diagram for KIO::Integration::CookieJar:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CookieJar (QObject *parent=0)
 ~CookieJar ()
QList< QNetworkCookie > cookiesForUrl (const QUrl &url) const
void reparseConfiguration ()
bool setCookiesFromUrl (const QList< QNetworkCookie > &cookieList, const QUrl &url)
void setWindowId (qlonglong id)
qlonglong windowId () const

Detailed Description

A KDE implementation of QNetworkCookieJar.

Use this class in place of QNetworkCookieJar if you want to integrate with KDE's cookiejar instead of the one that comes with Qt.

Here is a simple example that shows how to set the QtWebKit module to use KDE's cookiejar:

   QWebView *view = new QWebView(this);
   KIO::Integration::CookieJar *cookieJar = new KIO::Integration::CookieJar;
   cookieJar->setWindowId(view->window()->winId());
   view->page()->networkAccessManager()->setCookieJar(cookieJar);

To access member functions in the cookiejar class at a later point in your code simply downcast the pointer returned by QNetworkAccessManager::cookieJar as follows:

   KIO::Integration::CookieJar *cookieJar = qobject_cast<KIO::Integration::CookieJar*>(view->page()->accessManager()->cookieJar());

IMPORTANTThis class is not a replacement for the standard KDE API. It should ONLY be used to to provide KDE integration in applications that cannot use the standard KDE API directly.

See also:
QNetworkAccessManager::setCookieJar for details.
Author:
Dawit Alemayehu <adawit @ kde.org>
Since:
4.4

Definition at line 147 of file accessmanager.h.


Constructor & Destructor Documentation

CookieJar::CookieJar ( QObject *  parent = 0  )  [explicit]

Constructs a KNetworkCookieJar with parent parent.

Definition at line 188 of file accessmanager.cpp.

CookieJar::~CookieJar (  ) 

Destroys the KNetworkCookieJar.

Definition at line 193 of file accessmanager.cpp.


Member Function Documentation

QList< QNetworkCookie > CookieJar::cookiesForUrl ( const QUrl &  url  )  const

Reimplemented for internal reasons, the API is not affected.

See also:
QNetworkCookieJar::cookiesForUrl

For internal use only.

Definition at line 201 of file accessmanager.cpp.

void CookieJar::reparseConfiguration (  ) 

Reparse the KDE cookiejar configuration file.

Definition at line 241 of file accessmanager.cpp.

bool CookieJar::setCookiesFromUrl ( const QList< QNetworkCookie > &  cookieList,
const QUrl &  url 
)

Reimplemented for internal reasons, the API is not affected.

See also:
QNetworkCookieJar::setCookiesFromUrl

For internal use only.

Reimplemented from QNetworkCookieJar.

Definition at line 219 of file accessmanager.cpp.

void CookieJar::setWindowId ( qlonglong  id  ) 

Sets the window id of the application.

This value is used by KDE's cookiejar to manage session cookies, namely to delete them when the last application refering to such cookies is closed by the end user.

See also:
QWidget::window()
QWidget::winId()
Parameters:
id the value of QWidget::winId() from the window that contains your widget.

Definition at line 237 of file accessmanager.cpp.

qlonglong CookieJar::windowId (  )  const

Returns the currently set window id.

The default value is -1.

Definition at line 197 of file accessmanager.cpp.


The documentation for this class was generated from the following files:
  • accessmanager.h
  • accessmanager.cpp

KIO

Skip menu "KIO"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  •     Sodep
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.9-20090814
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal