KDE PIM / Developers / API Docs / libkmime

KMime::Headers::UserAgent Class Reference

Represents a "User-Agent" header. More...

#include <kmime_headers.h>

Inherits KMime::Headers::Base.

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

Represents a "User-Agent" header.


Member Function Documentation

void KMime::Headers::UserAgent::from7BitString const QCString &  s  )  [virtual]
 

Parse the given string.

Take care of RFC2047-encoded strings. A default charset is given. If the last parameter is true the default charset is used in any case

Reimplemented from KMime::Headers::Base.

QCString KMime::Headers::UserAgent::as7BitString bool  incType = true  )  [virtual]
 

Return the encoded header.

The parameter specifies whether the header-type should be included.

Reimplemented from KMime::Headers::Base.

void KMime::Headers::UserAgent::fromUnicodeString const QString &  s,
const QCString & 
[virtual]
 

Parse the given string and set the charset.

Reimplemented from KMime::Headers::Base.

QString KMime::Headers::UserAgent::asUnicodeString  )  [virtual]
 

Return the decoded content of the header without the header-type.

Reimplemented from KMime::Headers::Base.

virtual void KMime::Headers::UserAgent::clear  )  [inline, virtual]
 

Delete.

Reimplemented from KMime::Headers::Base.

virtual bool KMime::Headers::UserAgent::isEmpty  )  [inline, virtual]
 

Do we have data?

Reimplemented from KMime::Headers::Base.

virtual const char* KMime::Headers::UserAgent::type  )  [inline, virtual]
 

Return the type of this header (e.g.

"From")

Reimplemented from KMime::Headers::Base.


The documentation for this class was generated from the following files: