TreeFrogFramework: TCookieJar Class Reference
#include <tcookiejar.h>
Public Member Functions | |
| TCookieJar () | |
| TCookieJar (const TCookieJar &jar) | |
| TCookieJar & | operator= (const TCookieJar &jar) |
| void | addCookie (const TCookie &cookie) |
| QList< TCookie > | allCookies () const |
| void | clear () |
The TCookieJar class holds network cookies.
- See also
- TCookie
|
inline |
Constructor.
◆ TCookieJar() [2/2]
◆ addCookie()
| void TCookieJar::addCookie | ( | const TCookie & | cookie | ) |
Adds the cookie cookie to the cookie jar.
◆ allCookies()
|
inline |
Returns a list of all cookies in the cookie jar.
◆ clear()
|
inline |
◆ operator=()
Assigns other to this cookie jar and returns a reference to this cookie jar.
The documentation for this class was generated from the following files:
- src/tcookiejar.h
- src/tcookiejar.cpp