Types Namespace Reference


Typedefs

typedef QValueList< int > MailNumberList_Type
typedef QMap< QString, bool > AccountTaskMap_Type

Enumerations

enum  State_Type {
  idle, deleting, configure, executing,
  showing, refreshing
}
enum  AccountState_Type { AccountIdle, AccountDeleting, AccountDownloading, AccountRefreshing }


Detailed Description

All special types for KShowMail.


Typedef Documentation

typedef QMap<QString, bool> Types::AccountTaskMap_Type

Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. TRUE means the task was ordered, FALSE the task was ended.

Definition at line 68 of file types.h.

typedef QValueList<int> Types::MailNumberList_Type

List of mail numbers. It is a QValueList of integers.

Definition at line 61 of file types.h.


Enumeration Type Documentation

enum Types::AccountState_Type

State of an account.

Enumerator:
AccountIdle  it's doing nothing
AccountDeleting  a deletion is running
AccountDownloading  the account is downloading mail bodies
AccountRefreshing  the account is refreshing its mail list

Definition at line 47 of file types.h.

enum Types::State_Type

State of the application during running time.

Enumerator:
idle  it's doing nothing
deleting  it's deleting a message on the server
configure  the user is configuring the application or the mail or just the header of the mail is being shown
executing  a command on the command list is being executed
showing  it's downloading and showing a mail
refreshing  it's refreshing the mail lists

Definition at line 29 of file types.h.


Generated on Thu Jul 5 19:36:09 2007 for kshowmail by  doxygen 1.5.0