From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/classShowRecord.html | 124 +++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 62 deletions(-) (limited to 'doc/html/classShowRecord.html') diff --git a/doc/html/classShowRecord.html b/doc/html/classShowRecord.html index 9e972ec..9efe416 100644 --- a/doc/html/classShowRecord.html +++ b/doc/html/classShowRecord.html @@ -1,6 +1,6 @@ -kshowmail.kdevelop: ShowRecord Class Reference +kshowmail.tdevelop: ShowRecord Class Reference @@ -32,11 +32,11 @@  ~ShowRecord () -void saveOptions (QDomDocument &doc, QDomElement &parent) +void saveOptions (TQDomDocument &doc, TQDomElement &parent) -void readStoredMails (QDomElement &parent) +void readStoredMails (TQDomElement &parent) -void applyHeaderFilter (HeaderFilter *filter, QString account, MailNumberList_Type &deleteList, MailToDownloadMap_Type &downloadList, FilterLog *log=NULL) +void applyHeaderFilter (HeaderFilter *filter, TQString account, MailNumberList_Type &deleteList, MailToDownloadMap_Type &downloadList, FilterLog *log=NULL) bool hasSelectedMails () @@ -44,23 +44,23 @@ void removeMail (int number) -QStringList getSelectedSubjects () const +TQStringList getSelectedSubjects () const -QString getSenderOf (int number) const +TQString getSenderOf (int number) const -QString getDateOf (int number) const +TQString getDateOf (int number) const -QString getSizeOf (int number) const +TQString getSizeOf (int number) const -QString getSubjectOf (int number) const +TQString getSubjectOf (int number) const -QString decodeMailBody (QByteArray body, int number, bool preferHTML) const +TQString decodeMailBody (TQByteArray body, int number, bool preferHTML) const -bool hasMail (QString uid) +bool hasMail (TQString uid) -bool isNew (QString uid) const +bool isNew (TQString uid) const -void appendNewMail (int number, QString uid, bool isNew) +void appendNewMail (int number, TQString uid, bool isNew) void printMailList () @@ -68,13 +68,13 @@ Types::MailNumberList_Type getNewMails () -void setHeader (int number, QString header) +void setHeader (int number, TQString header) -QStringList getUIDsOfOldMails () +TQStringList getUIDsOfOldMails () -QString getHeaderOf (QString uid) +TQString getHeaderOf (TQString uid) -void setHeader (QString uid, QString header) +void setHeader (TQString uid, TQString header) int getNumberNewMails () @@ -82,13 +82,13 @@ long getTotalSize () -void fillMailListView (KshowmailView *view, QString &account) +void fillMailListView (KshowmailView *view, TQString &account) -int showSelectedHeaders (QString &account) +int showSelectedHeaders (TQString &account) -void writeToMoveLog (FilterLog *log, int number, QString account, QString mailbox) +void writeToMoveLog (FilterLog *log, int number, TQString account, TQString mailbox) -void writeToDeleteLog (FilterLog *log, int number, QString account) +void writeToDeleteLog (FilterLog *log, int number, TQString account) void setMarkAtNextViewRefresh (int number) @@ -101,7 +101,7 @@

Detailed Description

List which contains all mails of an account.

-The mails are objects of ShowRecordElem. Inherits QPtrList.

+The mails are objects of ShowRecordElem. Inherits TQPtrList.

See also:
ShowRecordElem
Author:
Eggert Ehmke

Ulrich Weigelt

@@ -147,20 +147,20 @@ Destructor Does nothing.


Member Function Documentation

- +
- + - + @@ -182,14 +182,14 @@ Saves all stored mails into the given DOM document inside the given account elem

- +

void ShowRecord::saveOptions (QDomDocument & TQDomDocument &  doc,
QDomElement & TQDomElement &  parent 
- + @@ -207,7 +207,7 @@ Reads out all mails stored inside the given account element, creates objects fro

- +

void ShowRecord::readStoredMails (QDomElement & TQDomElement &  parent  ) 
@@ -220,7 +220,7 @@ Reads out all mails stored inside the given account element, creates objects fro - + @@ -334,7 +334,7 @@ Removes the mail which has the given number.
Parameters:<
QString TQString  account,
- + @@ -354,7 +354,7 @@ Returns the subjects of the selected mails.
Re
QStringList ShowRecord::getSelectedSubjects TQStringList ShowRecord::getSelectedSubjects (  ) 
- + @@ -380,7 +380,7 @@ Returns the sender of the mail with the given number.
Paramet
QString ShowRecord::getSenderOf TQString ShowRecord::getSenderOf ( int  number
- + @@ -406,7 +406,7 @@ Returns the date of sent of the mail with the given number.
P
QString ShowRecord::getDateOf TQString ShowRecord::getDateOf ( int  number
- + @@ -432,7 +432,7 @@ Returns the size of the mail with the given number.
Parameter
QString ShowRecord::getSizeOf TQString ShowRecord::getSizeOf ( int  number
- + @@ -453,14 +453,14 @@ Returns the subject of the mail with the given number.
Parame

- +

QString ShowRecord::getSubjectOf TQString ShowRecord::getSubjectOf ( int  number
- + - + @@ -496,14 +496,14 @@ Decodes the given mail body by the appropriate mail object. The mail object (

- +

QString ShowRecord::decodeMailBody TQString ShowRecord::decodeMailBody (QByteArray TQByteArray  body,
- + @@ -523,14 +523,14 @@ FALSE - mail is not in the list

- +

bool ShowRecord::hasMail (QString TQString  uid  ) 
- + @@ -550,7 +550,7 @@ FALSE - mail is not new or mail doesn't exist

- +

bool ShowRecord::isNew (QString TQString  uid  )  const
@@ -563,7 +563,7 @@ FALSE - mail is not new or mail doesn't exist - + @@ -666,7 +666,7 @@ Returns the numbers of mails which are marked as new.

- +

QString TQString  uid,
@@ -679,7 +679,7 @@ Returns the numbers of mails which are marked as new.
- + @@ -706,7 +706,7 @@ Sets the header of the given mail.
Parameters:
QString TQString  header 
- + @@ -721,14 +721,14 @@ Returns a list of the UIDs of all old mails.
R

- +

QStringList ShowRecord::getUIDsOfOldMails TQStringList ShowRecord::getUIDsOfOldMails (  ) 
- + - + @@ -747,20 +747,20 @@ Returns the header of the mail with the given UID.
Parameters

- +

QString ShowRecord::getHeaderOf TQString ShowRecord::getHeaderOf (QString TQString  uid  ) 
- + - + @@ -842,7 +842,7 @@ Returns the total size of all mails.
Returns:<

- +

void ShowRecord::setHeader (QString TQString  uid,
QString TQString  header 
@@ -855,7 +855,7 @@ Returns the total size of all mails.
Returns:<
- + @@ -877,14 +877,14 @@ Creates for every mail a list view item and insert it into the mail list view. <

- +

QString & TQString &  account 
- + @@ -904,7 +904,7 @@ cancelShowHeaders - the user has clicked Cancel. The invoking function will not

- +

int ShowRecord::showSelectedHeaders (QString & TQString &  account  ) 
@@ -923,13 +923,13 @@ cancelShowHeaders - the user has clicked Cancel. The invoking function will not - + - + @@ -953,7 +953,7 @@ Writes the mail into the Move Log.
Parameters:

- +

QString TQString  account,
QString TQString  mailbox 
@@ -972,7 +972,7 @@ Writes the mail into the Move Log.
Parameters:
- + @@ -1053,7 +1053,7 @@ Returned by showrecord.h
  • Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/showrecord.cpp -
    Generated on Tue Apr 1 21:59:50 2008 for kshowmail.kdevelop by  +
    Generated on Tue Apr 1 21:59:50 2008 for kshowmail.tdevelop by  doxygen 1.5.0
    -- cgit v1.2.1
  • QString TQString  account