Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

QCookie Class Reference

Represents an HTTP cookie. More...

#include <qcookie.h>

List of all members.

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


Detailed Description

Represents an HTTP cookie.

Author:
Richard Moore

Definition at line 13 of file qcookie.h.


The documentation for this class was generated from the following file:
Generated on Wed Apr 9 23:50:21 2003 for QXServlet by doxygen1.2.17