#include <messagedevice.h>
Lista de todos los miembros.
Documentación del constructor y destructor
MessageDevice::MessageDevice |
( |
IndexClass * |
index | ) |
|
MessageDevice::~MessageDevice |
( |
| ) |
[virtual] |
Documentación de las funciones miembro
int MessageDevice::createPart |
( |
| ) |
|
bool MessageDevice::deletePart |
( |
int |
partIndex | ) |
|
int MessageDevice::getPartCount |
( |
| ) |
|
bool MessageDevice::hasAttachments |
( |
| ) |
|
bool MessageDevice::hasHtml |
( |
| ) |
|
Return the true if there are html text parts.
bool MessageDevice::hasText |
( |
| ) |
|
Return the true if there are text parts.
QString MessageDevice::html |
( |
bool |
bAllHTMLParts = false | ) |
|
Return the html text for all text or html message parts.
Return true if there are html parts. The list will keep the html parts id. If the list is NULL you just make a test.
void MessageDevice::loadDescriptor |
( |
bool |
fast = false | ) |
|
int MessageDevice::messageText |
( |
| ) |
|
Return the part id for the message text. Return -1 if there isn't a message text part.
QCString MessageDevice::rfc822Header |
( |
| ) |
|
QCString MessageDevice::rfc822Message |
( |
| ) |
|
void MessageDevice::saveDescriptor |
( |
| ) |
|
QString MessageDevice::text |
( |
bool |
bAllTextParts = false | ) |
|
Return the text from all the text message parts.
Return true if there are text parts. The list will keep the text parts id. If the list is NULL you just make a test.
La documentación para esta clase fue generada a partir de los siguientes ficheros: