#include <kmime_headers_obs.h>
|
| | ContentType (Content *p) |
| | ContentType (Content *p, const TQCString &s) |
| | ContentType (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 bool | isEmpty () |
| virtual const char * | type () |
| TQCString | mimeType () |
|
TQCString | mediaType () |
|
TQCString | subType () |
|
void | setMimeType (const TQCString &s) |
|
bool | isMediatype (const char *s) |
|
bool | isSubtype (const char *s) |
|
bool | isText () |
|
bool | isPlainText () |
|
bool | isHTMLText () |
|
bool | isImage () |
|
bool | isMultipart () |
|
bool | isPartial () |
|
TQCString | charset () |
|
void | setCharset (const TQCString &s) |
|
TQCString | boundary () |
|
void | setBoundary (const TQCString &s) |
|
TQString | name () |
|
void | setName (const TQString &s, const TQCString &cs) |
|
TQCString | id () |
|
void | setId (const TQCString &s) |
|
int | partialNumber () |
|
int | partialCount () |
|
void | setPartialParams (int total, int number) |
| contentCategory | category () |
| void | setCategory (contentCategory c) |
|
|
TQCString | getParameter (const char *name) |
|
void | setParameter (const TQCString &name, const TQCString &value, bool doubleQuotes=false) |
Represents a "Content-Type" header.
Definition at line 238 of file kmime_headers_obs.h.
◆ ContentType() [1/4]
| ContentType::ContentType |
( |
| ) |
|
|
inline |
◆ ContentType() [2/4]
| ContentType::ContentType |
( |
Content * | p | ) |
|
|
inline |
◆ ContentType() [3/4]
| ContentType::ContentType |
( |
Content * | p, |
|
|
const TQCString & | s ) |
|
inline |
◆ ContentType() [4/4]
| ContentType::ContentType |
( |
Content * | p, |
|
|
const TQString & | s ) |
|
inline |
◆ ~ContentType()
| ContentType::~ContentType |
( |
| ) |
|
|
inline |
◆ category()
| contentCategory ContentType::category |
( |
| ) |
|
|
inline |
◆ clear()
| virtual void ContentType::clear |
( |
| ) |
|
|
inlinevirtual |
◆ isEmpty()
| virtual bool ContentType::isEmpty |
( |
| ) |
|
|
inlinevirtual |
◆ mimeType()
| TQCString ContentType::mimeType |
( |
| ) |
|
|
inline |
◆ setCategory()
| void ContentType::setCategory |
( |
contentCategory | c | ) |
|
|
inline |
◆ type()
| virtual const char * ContentType::type |
( |
| ) |
|
|
inlinevirtual |
◆ c_ategory
| contentCategory ContentType::c_ategory |
|
protected |
◆ m_imeType
| TQCString ContentType::m_imeType |
|
protected |
◆ p_arams
| TQCString ContentType::p_arams |
|
protected |
The documentation for this class was generated from the following file: