libkmime

KMime::Headers::Subject Class Reference

#include <kmime_headers.h>

Inheritance diagram for KMime::Headers::Subject:
KMime::Headers::Generics::GUnstructured KMime::Headers::Base

Public Member Functions

 Subject (Content *p)
 Subject (Content *p, const TQCString &s)
 Subject (Content *p, const TQString &s, const TQCString &cs)
virtual const char * type ()
bool isReply ()
Public Member Functions inherited from KMime::Headers::Generics::GUnstructured
 GUnstructured (Content *p)
 GUnstructured (Content *p, const TQCString &s)
 GUnstructured (Content *p, const TQString &s, const TQCString &cs)
virtual void from7BitString (const TQCString &str)
virtual TQCString as7BitString (bool withHeaderType=true)
virtual void fromUnicodeString (const TQString &str, const TQCString &suggestedCharset)
virtual TQString asUnicodeString ()
virtual void clear ()
virtual bool isEmpty ()
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 ()
bool is (const char *t)
bool isMimeHeader ()
bool isXHeader ()

Additional Inherited Members

Public Types inherited from KMime::Headers::Base
typedef TQPtrList< BaseList
Protected Member Functions inherited from KMime::Headers::Base
TQCString typeIntro ()
Protected Attributes inherited from KMime::Headers::Base
const char * e_ncCS
Contentp_arent

Detailed Description

Represents a "Subject" header.

Definition at line 594 of file kmime_headers.h.

Constructor & Destructor Documentation

◆ Subject() [1/4]

KMime::Headers::Subject::Subject ( )
inline

Definition at line 597 of file kmime_headers.h.

◆ Subject() [2/4]

KMime::Headers::Subject::Subject ( Content * p)
inline

Definition at line 598 of file kmime_headers.h.

◆ Subject() [3/4]

KMime::Headers::Subject::Subject ( Content * p,
const TQCString & s )
inline

Definition at line 599 of file kmime_headers.h.

◆ Subject() [4/4]

KMime::Headers::Subject::Subject ( Content * p,
const TQString & s,
const TQCString & cs )
inline

Definition at line 601 of file kmime_headers.h.

◆ ~Subject()

KMime::Headers::Subject::~Subject ( )
inline

Definition at line 603 of file kmime_headers.h.

Member Function Documentation

◆ isReply()

bool KMime::Headers::Subject::isReply ( )
inline

Definition at line 607 of file kmime_headers.h.

◆ type()

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

Return the type of this header (e.g.

"From")

Reimplemented from KMime::Headers::Base.

Definition at line 605 of file kmime_headers.h.


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