libkmime

KMime::Headers::CTEncoding Class Reference

#include <kmime_headers.h>

Inheritance diagram for KMime::Headers::CTEncoding:
KMime::Headers::Base

Public Member Functions

 CTEncoding (Content *p)
 CTEncoding (Content *p, const TQCString &s)
 CTEncoding (Content *p, const TQString &s)
virtual void from7BitString (const TQCString &s)
virtual TQCString as7BitString (bool incType=true)
virtual void fromUnicodeString (const TQString &s, const TQCString &)
virtual TQString asUnicodeString ()
virtual void clear ()
virtual const char * type ()
contentEncoding cte ()
void setCte (contentEncoding e)
bool decoded ()
void setDecoded (bool d=true)
bool needToEncode ()
- Public Member Functions inherited from KMime::Headers::Base
 Base ()
 Base (KMime::Content *parent)
virtual ~Base ()
KMime::Contentparent ()
void setParent (KMime::Content *p)
TQCString rfc2047Charset ()
void setRFC2047Charset (const TQCString &cs)
TQCString defaultCS ()
bool forceCS ()
virtual bool isEmpty ()
bool is (const char *t)
bool isMimeHeader ()
bool isXHeader ()

Protected Attributes

contentEncoding c_te
bool d_ecoded
- Protected Attributes inherited from KMime::Headers::Base
const char * e_ncCS
Contentp_arent

Additional Inherited Members

- Public Types inherited from KMime::Headers::Base
typedef TQPtrList< BaseList
- Protected Member Functions inherited from KMime::Headers::Base
TQCString typeIntro ()

Detailed Description

Represents a "Content-Transfer-Encoding" header.

Definition at line 298 of file kmime_headers.h.

Member Function Documentation

TQCString CTEncoding::as7BitString ( bool  = true)
virtual

Return the encoded header.

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

Reimplemented from KMime::Headers::Base.

Definition at line 1523 of file kmime_headers.cpp.

TQString CTEncoding::asUnicodeString ( )
virtual

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

Reimplemented from KMime::Headers::Base.

Definition at line 1545 of file kmime_headers.cpp.

virtual void KMime::Headers::CTEncoding::clear ( )
inlinevirtual

Delete.

Reimplemented from KMime::Headers::Base.

Definition at line 311 of file kmime_headers.h.

void CTEncoding::from7BitString ( const TQCString &  )
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.

Definition at line 1508 of file kmime_headers.cpp.

void CTEncoding::fromUnicodeString ( const TQString &  ,
const TQCString &   
)
virtual

Parse the given string and set the charset.

Reimplemented from KMime::Headers::Base.

Definition at line 1539 of file kmime_headers.cpp.

virtual const char* KMime::Headers::CTEncoding::type ( )
inlinevirtual

Return the type of this header (e.g.

"From")

Reimplemented from KMime::Headers::Base.

Definition at line 312 of file kmime_headers.h.


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