#include <qcookie.h>
Public Methods | |
| QCookie (const QCookie &c) | |
| QCookie (const QString &name, const QString &value) | |
| ~QCookie () | |
| QString | comment () const |
| void | setComment (const QString &s) |
| QString | domain () const |
| void | setDomain (const QString &dm) |
| int | maxAge () const |
| void | setMaxAge (int age) |
| QString | name () const |
| void | setName (const QString &name) |
| QString | path () const |
| void | setPath (const QString &path) |
| bool | isSecure () const |
| void | setSecure (bool yes) |
| QString | value () const |
| void | setValue (const QString &value) |
| int | version () const |
| void | setVersion (int version) |
| QString | expires () const |
Definition at line 13 of file qcookie.h.
1.2.17