KIOSlave
kcookiejar.h File Reference
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QHash>
#include <QtCore/QSet>
Go to the source code of this file.
Classes | |
class | KCookieJar |
class | KHttpCookie |
class | KHttpCookieList |
Typedefs | |
typedef KHttpCookie * | KHttpCookiePtr |
Enumerations | |
enum | KCookieAdvice { KCookieDunno =0 , KCookieAccept , KCookieAcceptForSession , KCookieReject , KCookieAsk } |
Functions | |
QDebug | operator<< (QDebug, const KHttpCookie &) |
QDebug | operator<< (QDebug, const KHttpCookieList &) |
Typedef Documentation
◆ KHttpCookiePtr
typedef KHttpCookie* KHttpCookiePtr |
Definition at line 38 of file kcookiejar.h.
Enumeration Type Documentation
◆ KCookieAdvice
enum KCookieAdvice |
Enumerator | |
---|---|
KCookieDunno | |
KCookieAccept | |
KCookieAcceptForSession | |
KCookieReject | |
KCookieAsk |
Definition at line 40 of file kcookiejar.h.
Function Documentation
◆ operator<<() [1/2]
QDebug operator<< | ( | QDebug | dbg, |
const KHttpCookie & | cookie | ||
) |
Definition at line 53 of file kcookiejar.cpp.
◆ operator<<() [2/2]
QDebug operator<< | ( | QDebug | dbg, |
const KHttpCookieList & | list | ||
) |
Definition at line 1568 of file kcookiejar.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.