kmail

KMHeaders Class Reference

The widget that shows the contents of folders. More...

#include <kmheaders.h>

Inheritance diagram for KMHeaders:

List of all members.


Public Slots

void decCurrentMessage ()
virtual void ensureCurrentItemVisible ()
void folderCleared ()
void folderClosed ()
void highlightMessage (QListViewItem *)
void incCurrentMessage ()
void msgAdded (int)
void msgChanged ()
void msgHeaderChanged (KMFolder *folder, int msgId)
void msgRemoved (int, QString)
void nextMessage ()
bool nextUnreadMessage (bool acceptCurrent=false)
void prevMessage ()
bool prevUnreadMessage ()
void reset ()
void resetCurrentTime ()
void selectCurrentMessage ()
void selectMessage (QListViewItem *)
void selectNextMessage ()
void selectPrevMessage ()
void setFolderInfoStatus ()
virtual void setSelected (QListViewItem *item, bool selected)
void setSelectedByIndex (QValueList< int > items, bool selected)
void slotExpandOrCollapseAllThreads (bool expand)
void slotExpandOrCollapseThread (bool expand)
void slotNoDrag ()
void slotRMB ()
void slotToggleColumn (int id, int mode=-1)

Signals

void activated (KMMessage *)
void maybeDeleting ()
void messageListUpdated ()
void msgAddedToListView (QListViewItem *)
void selected (KMMessage *)

Public Member Functions

virtual void applyFiltersOnMsg ()
virtual bool canUndo () const
virtual void clearSelectableAndAboutToBeDeleted (Q_UINT32 serNum)
virtual void copyMsgToFolder (KMFolder *destination, KMMessage *aMsg=0)
virtual HeaderItemcurrentHeaderItem ()
virtual int currentItemIndex ()
virtual KMMessagecurrentMsg ()
QPtrList< QListViewItemcurrentThread () const
QFont dateFont () const
virtual void deleteMsg ()
bool eventFilter (QObject *o, QEvent *e)
virtual void finalizeMove (HeaderItem *item, int contentX, int contentY)
virtual int findUnread (bool findNext, int startAt=-1, bool onlyNew=false, bool acceptCurrent=false)
KMFolderfolder (void)
const KMMsgBasegetMsgBaseForItem (const QListViewItem *item) const
NestingPolicy getNestingPolicy () const
void highlightCurrentThread ()
void highlightMessage (QListViewItem *, bool markitread)
QFont importantFont () const
int indexOfGetMsg (void) const
bool isMessageCut (Q_UINT32 serNum) const
bool isThreaded () const
 KMHeaders (KMMainWidget *owner, QWidget *parent=0, const char *name=0)
virtual void moveMsgToFolder (KMFolder *destination, bool askForConfirmation=true)
QFont newFont () const
KMMainWidgetowner (void) const
const KPaintInfo * paintInfo (void) const
virtual HeaderItemprepareMove (int *contentX, int *contentY)
virtual void readColorConfig (void)
virtual void readConfig (void)
void refreshNestedState (void)
QValueList< int > selectedItems ()
virtual KMMessageListselectedMsgs (bool toBeDeleted=false)
QValueList< Q_UINT32 > selectedSernums ()
QValueList< Q_UINT32 > selectedVisibleSernums ()
void setCopiedMessages (const QValueList< Q_UINT32 > &msgs, bool move)
virtual void setCurrentItemByIndex (int msgIdx)
void setCurrentItemBySerialNum (unsigned long serialNum)
virtual void setCurrentMsg (int msgId)
virtual void setFolder (KMFolder *, bool forceJumpToUnread=false)
virtual void setMsgRead (int msgId)
virtual void setMsgStatus (KMMsgStatus status, bool toggle=false)
virtual void setNestedOverride (bool override)
virtual void setOpen (QListViewItem *, bool)
virtual void setSubjectThreading (bool subjThreading)
virtual void setThreadStatus (KMMsgStatus status, bool toggle=false)
virtual void setTopItemByIndex (int aMsgIdx)
QFont todoFont () const
virtual int topItemIndex ()
virtual void undo ()
QFont unreadFont () const
virtual ~KMHeaders ()

Static Public Member Functions

static QString fancyDate (time_t otime)

Public Attributes

bool noRepaint
uint ascending: 1
short column
uint dirty: 1
uint fakeSort: 1
uint removed: 1

Protected Slots

virtual void copySelectedToFolder (int menuId)
void dirtySortOrder (int)
virtual void moveSelectedToFolder (int menuId)
void rightButtonPressed (QListViewItem *, const QPoint &, int)
virtual int slotFilterMsg (KMMessage *)

Protected Member Functions

void contentsMouseMoveEvent (QMouseEvent *e)
virtual void contentsMousePressEvent (QMouseEvent *)
virtual void contentsMouseReleaseEvent (QMouseEvent *e)
virtual bool event (QEvent *e)
void findUnreadAux (HeaderItem *&, bool &, bool, bool)
virtual int firstSelectedMsg () const
virtual void keyPressEvent (QKeyEvent *e)
void makeHeaderVisible ()
virtual void paintEmptyArea (QPainter *p, const QRect &rect)
virtual void readFolderConfig (void)
virtual void setSorting (int column, bool ascending=true)
void setStyleDependantFrameWidth ()
void styleChange (QStyle &oldStyle)
virtual void writeConfig (void)
virtual void writeFolderConfig (void)

Static Protected Attributes

static QPixmappixAttachment = 0
static QPixmappixDel = 0
static QPixmappixEncryptionProblematic = 0
static QPixmappixFiller
static QPixmappixFlag = 0
static QPixmappixFullyEncrypted = 0
static QPixmappixFullySigned = 0
static QPixmappixFwd = 0
static QPixmappixHam = 0
static QPixmappixIgnored = 0
static QPixmappixNew = 0
static QPixmappixPartiallyEncrypted = 0
static QPixmappixPartiallySigned = 0
static QPixmappixQueued = 0
static QPixmappixRead = 0
static QPixmappixReadFwd = 0
static QPixmappixReadFwdReplied = 0
static QPixmappixReadReplied = 0
static QPixmappixRep = 0
static QPixmappixSent = 0
static QPixmappixSignatureProblematic = 0
static QPixmappixSpam = 0
static QPixmappixTodo = 0
static QPixmappixUndefinedEncrypted = 0
static QPixmappixUndefinedSigned = 0
static QPixmappixUns = 0
static QPixmappixWatched = 0

Detailed Description

The widget that shows the contents of folders.

Definition at line 48 of file kmheaders.h.


Constructor & Destructor Documentation

KMHeaders::KMHeaders ( KMMainWidget owner,
QWidget parent = 0,
const char *  name = 0 
)

Definition at line 94 of file kmheaders.cpp.

KMHeaders::~KMHeaders (  )  [virtual]

Definition at line 218 of file kmheaders.cpp.


Member Function Documentation

void KMHeaders::activated ( KMMessage  )  [signal]

emitted when the list view item corresponding to this message has been double clicked

void KMHeaders::applyFiltersOnMsg (  )  [virtual]

Definition at line 1372 of file kmheaders.cpp.

bool KMHeaders::canUndo (  )  const [virtual]

Definition at line 1617 of file kmheaders.cpp.

void KMHeaders::clearSelectableAndAboutToBeDeleted ( Q_UINT32  serNum  )  [virtual]

Resets toBeDeleted and selectable status of all selected items.

Definition at line 1701 of file kmheaders.cpp.

void KMHeaders::contentsMouseMoveEvent ( QMouseEvent e  )  [protected]

To initiate a drag operation.

Definition at line 2335 of file kmheaders.cpp.

void KMHeaders::contentsMousePressEvent ( QMouseEvent e  )  [protected, virtual]

Handle shift and control selection.

Definition at line 2236 of file kmheaders.cpp.

void KMHeaders::contentsMouseReleaseEvent ( QMouseEvent e  )  [protected, virtual]

Definition at line 2326 of file kmheaders.cpp.

void KMHeaders::copyMsgToFolder ( KMFolder destination,
KMMessage aMsg = 0 
) [virtual]

Messages are duplicated and added to given folder.

If aMsg is set this one will be written to the destination folder.

Definition at line 1637 of file kmheaders.cpp.

void KMHeaders::copySelectedToFolder ( int  menuId  )  [protected, virtual, slot]

Same thing but copy.

Definition at line 1629 of file kmheaders.cpp.

HeaderItem * KMHeaders::currentHeaderItem (  )  [virtual]

Return the current list view item.

Definition at line 2489 of file kmheaders.cpp.

int KMHeaders::currentItemIndex (  )  [virtual]

Return the index of the message corresponding to the current item.

Definition at line 2495 of file kmheaders.cpp.

KMMessage * KMHeaders::currentMsg (  )  [virtual]

Return the current message.

Definition at line 2479 of file kmheaders.cpp.

QPtrList< QListViewItem > KMHeaders::currentThread (  )  const

Get a list of all items in the current thread.

Definition at line 1197 of file kmheaders.cpp.

QFont KMHeaders::dateFont (  )  const [inline]

Definition at line 185 of file kmheaders.h.

void KMHeaders::decCurrentMessage (  )  [slot]

Focus the previous message, but don't select it.

Definition at line 1860 of file kmheaders.cpp.

void KMHeaders::deleteMsg (  )  [virtual]

Definition at line 1472 of file kmheaders.cpp.

void KMHeaders::dirtySortOrder ( int  column  )  [protected, slot]

dirties the sort order

Definition at line 2822 of file kmheaders.cpp.

void KMHeaders::ensureCurrentItemVisible (  )  [virtual, slot]

Definition at line 2018 of file kmheaders.cpp.

bool KMHeaders::event ( QEvent e  )  [protected, virtual]

Look for color changes.

Definition at line 401 of file kmheaders.cpp.

bool KMHeaders::eventFilter ( QObject o,
QEvent e 
)

Definition at line 231 of file kmheaders.cpp.

static QString KMHeaders::fancyDate ( time_t  otime  )  [static]

return a string relativ to the current time

void KMHeaders::finalizeMove ( HeaderItem item,
int  contentX,
int  contentY 
) [virtual]

Definition at line 1528 of file kmheaders.cpp.

int KMHeaders::findUnread ( bool  findNext,
int  startAt = -1,
bool  onlyNew = false,
bool  acceptCurrent = false 
) [virtual]

Find next/prev unread message.

Starts at currentItem() if startAt is unset.

Definition at line 1923 of file kmheaders.cpp.

void KMHeaders::findUnreadAux ( HeaderItem *&  item,
bool &  foundUnreadMessage,
bool  onlyNew,
bool  aDirNext 
) [protected]

Auxillary method to findUnread.

Definition at line 1884 of file kmheaders.cpp.

int KMHeaders::firstSelectedMsg (  )  const [protected, virtual]

Returns message index of first selected message of the messages where the message with the given id is in.

This for finding the correct message that shall be the current message after move/delete of multiple messages.

Definition at line 1754 of file kmheaders.cpp.

KMFolder* KMHeaders::folder ( void   )  [inline]

Return the folder whose message headers are being displayed.

Definition at line 65 of file kmheaders.h.

void KMHeaders::folderCleared (  )  [slot]

For when the folder has been cleared.

Definition at line 2650 of file kmheaders.cpp.

void KMHeaders::folderClosed (  )  [slot]

For when the folder has been cleared.

Definition at line 2660 of file kmheaders.cpp.

const KMMsgBase * KMHeaders::getMsgBaseForItem ( const QListViewItem item  )  const

gets the message represented by the item as a KMMsgBase.

Definition at line 2571 of file kmheaders.cpp.

NestingPolicy KMHeaders::getNestingPolicy (  )  const [inline]

Definition at line 156 of file kmheaders.h.

void KMHeaders::highlightCurrentThread (  ) 

Definition at line 2105 of file kmheaders.cpp.

void KMHeaders::highlightMessage ( QListViewItem i  )  [slot]

For when a list view item has been selected.

Definition at line 2378 of file kmheaders.cpp.

void KMHeaders::highlightMessage ( QListViewItem lvi,
bool  markitread 
)

Definition at line 2065 of file kmheaders.cpp.

QFont KMHeaders::importantFont (  )  const [inline]

Definition at line 183 of file kmheaders.h.

void KMHeaders::incCurrentMessage (  )  [slot]

Focus the next message, but don't select it.

Definition at line 1842 of file kmheaders.cpp.

int KMHeaders::indexOfGetMsg ( void   )  const [inline]

Returns index of message returned by last getMsg() call.

Definition at line 122 of file kmheaders.h.

bool KMHeaders::isMessageCut ( Q_UINT32  serNum  )  const

Returns true if the message with the given serial number has been cut.

Parameters:
serNum A message serial number.

Definition at line 3525 of file kmheaders.cpp.

bool KMHeaders::isThreaded (  )  const [inline]

Returns true if the current header list is threaded.

Definition at line 158 of file kmheaders.h.

void KMHeaders::keyPressEvent ( QKeyEvent e  )  [protected, virtual]

Definition at line 2178 of file kmheaders.cpp.

void KMHeaders::makeHeaderVisible (  )  [protected]

Ensure the current item is visible.

Definition at line 2058 of file kmheaders.cpp.

void KMHeaders::maybeDeleting (  )  [signal]

emitted when we might be about to delete messages

void KMHeaders::messageListUpdated (  )  [signal]

emitted when the list of messages has been completely rebuilt

void KMHeaders::moveMsgToFolder ( KMFolder destination,
bool  askForConfirmation = true 
) [virtual]

If destination is 0 then the messages are deleted, otherwise they are moved to this folder.

The second parameter is usefull when the user has already confirmed the move/deletion.

Definition at line 1549 of file kmheaders.cpp.

void KMHeaders::moveSelectedToFolder ( int  menuId  )  [protected, virtual, slot]

Move messages corresponding to the selected items to the folder corresponding to the given menuId.

Definition at line 1494 of file kmheaders.cpp.

void KMHeaders::msgAdded ( int  id  )  [slot]

For when the message with the given message id has been added to a folder.

Definition at line 858 of file kmheaders.cpp.

void KMHeaders::msgAddedToListView ( QListViewItem  )  [signal]

emitted after a new item has been fully built and added to the list view.

We can't use KListView::itemAdded, as that is emitted from the ctor of the item, at which point the building of the item is not yet far enough along to update the quick search, which is what is connected to this signal.

void KMHeaders::msgChanged (  )  [slot]

For when the list of messages in a folder has changed.

Definition at line 788 of file kmheaders.cpp.

void KMHeaders::msgHeaderChanged ( KMFolder folder,
int  msgId 
) [slot]

Refresh list view item corresponding to the messae with the given id.

Definition at line 1173 of file kmheaders.cpp.

void KMHeaders::msgRemoved ( int  id,
QString  msgId 
) [slot]

For when the message with the given id has been removed for a folder.

Definition at line 1044 of file kmheaders.cpp.

QFont KMHeaders::newFont (  )  const [inline]

Definition at line 181 of file kmheaders.h.

void KMHeaders::nextMessage (  )  [slot]

Make the next header visible scrolling if necessary.

Definition at line 1767 of file kmheaders.cpp.

bool KMHeaders::nextUnreadMessage ( bool  acceptCurrent = false  )  [slot]

Make the nextUnread message header visible scrolling if necessary, returning true if an unread message is found.

Definition at line 2000 of file kmheaders.cpp.

KMMainWidget* KMHeaders::owner ( void   )  const [inline]

Returns pointer to owning main window.

Definition at line 125 of file kmheaders.h.

void KMHeaders::paintEmptyArea ( QPainter p,
const QRect rect 
) [protected, virtual]

Overridden to support backing pixmap.

Definition at line 390 of file kmheaders.cpp.

const KPaintInfo* KMHeaders::paintInfo ( void   )  const [inline]

PaintInfo pointer.

Definition at line 128 of file kmheaders.h.

HeaderItem * KMHeaders::prepareMove ( int *  contentX,
int *  contentY 
) [virtual]

Definition at line 1501 of file kmheaders.cpp.

void KMHeaders::prevMessage (  )  [slot]

Make the previous header visible scrolling if necessary.

Definition at line 1804 of file kmheaders.cpp.

bool KMHeaders::prevUnreadMessage (  )  [slot]

Make the previous message header visible scrolling if necessary, returning true if an unread message is found.

Definition at line 2026 of file kmheaders.cpp.

void KMHeaders::readColorConfig ( void   )  [virtual]

Read color options and set palette.

Definition at line 413 of file kmheaders.cpp.

void KMHeaders::readConfig ( void   )  [virtual]

Read config options.

Definition at line 455 of file kmheaders.cpp.

void KMHeaders::readFolderConfig ( void   )  [protected, virtual]

Read per-folder config options and apply them.

Definition at line 581 of file kmheaders.cpp.

void KMHeaders::refreshNestedState ( void   ) 

read the config file and update nested state if necessary

Definition at line 562 of file kmheaders.cpp.

void KMHeaders::reset (  )  [slot]

Refresh the list of message headers shown.

Definition at line 543 of file kmheaders.cpp.

void KMHeaders::resetCurrentTime (  )  [slot]

timer function to set the current time regularly

Definition at line 2117 of file kmheaders.cpp.

void KMHeaders::rightButtonPressed ( QListViewItem lvi,
const QPoint ,
int   
) [protected, slot]

show context menu

Definition at line 2223 of file kmheaders.cpp.

void KMHeaders::selectCurrentMessage (  )  [slot]

Select the message which currently has focus, if it's not already selected.

Definition at line 1877 of file kmheaders.cpp.

void KMHeaders::selected ( KMMessage  )  [signal]

emitted when the list view item corresponding to this message has been selected

QValueList< int > KMHeaders::selectedItems (  ) 

Returns the index values of currently selected items.

Definition at line 1739 of file kmheaders.cpp.

KMMessageList * KMHeaders::selectedMsgs ( bool  toBeDeleted = false  )  [virtual]

Returns list of selected messages.

Mark the corresponding header items to be deleted, if specified.

Definition at line 1718 of file kmheaders.cpp.

QValueList< Q_UINT32 > KMHeaders::selectedSernums (  ) 

Returns the sernums of all selected items.

Definition at line 3530 of file kmheaders.cpp.

QValueList< Q_UINT32 > KMHeaders::selectedVisibleSernums (  ) 

Returns the sernums of all visible (ie.

items with expanded parent, not hidden by eg. the quick search) selected items.

Definition at line 3543 of file kmheaders.cpp.

void KMHeaders::selectMessage ( QListViewItem lvi  )  [slot]

For when a list view item has been double clicked.

Definition at line 2126 of file kmheaders.cpp.

void KMHeaders::selectNextMessage (  )  [slot]

Same as nextMessage() but don't clear the current selection.

Definition at line 1779 of file kmheaders.cpp.

void KMHeaders::selectPrevMessage (  )  [slot]

Same as prevMessage() but don't clear the current selection.

Definition at line 1816 of file kmheaders.cpp.

void KMHeaders::setCopiedMessages ( const QValueList< Q_UINT32 > &  msgs,
bool  move 
)

Sets the list of copied/cutted messages.

Parameters:
msgs A list of serial numbers.
move if true, the messages were cutted

Definition at line 3518 of file kmheaders.cpp.

void KMHeaders::setCurrentItemByIndex ( int  msgIdx  )  [virtual]

Set the current item to the one corresponding to the given msg id.

Definition at line 2505 of file kmheaders.cpp.

void KMHeaders::setCurrentItemBySerialNum ( unsigned long  serialNum  ) 

Set the current item to the one corresponding to the given serial number (slow!).

Definition at line 3442 of file kmheaders.cpp.

void KMHeaders::setCurrentMsg ( int  msgId  )  [virtual]

Set current message.

If id<0 then the first message is shown, if id>count() the last message is shown.

Definition at line 1655 of file kmheaders.cpp.

void KMHeaders::setFolder ( KMFolder aFolder,
bool  forceJumpToUnread = false 
) [virtual]

A new folder has been selected update the list of headers shown To override the global settings for jumping to the first unread msg use forceJumpToUnread.

Definition at line 650 of file kmheaders.cpp.

void KMHeaders::setFolderInfoStatus (  )  [slot]

Provide information about number of messages in a folder.

Definition at line 1354 of file kmheaders.cpp.

void KMHeaders::setMsgRead ( int  msgId  )  [virtual]

Definition at line 1455 of file kmheaders.cpp.

void KMHeaders::setMsgStatus ( KMMsgStatus  status,
bool  toggle = false 
) [virtual]

The following methods processes all selected messages.

Definition at line 1185 of file kmheaders.cpp.

void KMHeaders::setNestedOverride ( bool  override  )  [virtual]

Definition at line 2542 of file kmheaders.cpp.

void KMHeaders::setOpen ( QListViewItem item,
bool  open 
) [virtual]

Double force items to always be open.

Definition at line 2564 of file kmheaders.cpp.

void KMHeaders::setSelected ( QListViewItem item,
bool  selected 
) [virtual, slot]

Select an item and if it is the parent of a closed thread, also recursively select its children.

Definition at line 1670 of file kmheaders.cpp.

void KMHeaders::setSelectedByIndex ( QValueList< int >  items,
bool  selected 
) [slot]

Select several items by message index and if they are the parent of a closed thread, also recursively select their children.

Definition at line 1690 of file kmheaders.cpp.

void KMHeaders::setSorting ( int  column,
bool  ascending = true 
) [protected, virtual]

Called when a header is clicked.

Definition at line 2578 of file kmheaders.cpp.

void KMHeaders::setStyleDependantFrameWidth (  )  [protected]

Set the width of the frame to a reasonable value for the current GUI style.

Definition at line 1332 of file kmheaders.cpp.

void KMHeaders::setSubjectThreading ( bool  subjThreading  )  [virtual]

Definition at line 2554 of file kmheaders.cpp.

void KMHeaders::setThreadStatus ( KMMsgStatus  status,
bool  toggle = false 
) [virtual]

Set all messages in the current thread to status status or toggle it, if specified.

Definition at line 1219 of file kmheaders.cpp.

void KMHeaders::setTopItemByIndex ( int  aMsgIdx  )  [virtual]

Make the item corresponding to the message with the given id the top most visible item.

Definition at line 2532 of file kmheaders.cpp.

void KMHeaders::slotExpandOrCollapseAllThreads ( bool  expand  )  [slot]

Expands (expand == true) or collapses (expand == false) all threads.

Definition at line 1307 of file kmheaders.cpp.

void KMHeaders::slotExpandOrCollapseThread ( bool  expand  )  [slot]

Expands (expand == true) or collapses (expand == false) the current thread.

Definition at line 1290 of file kmheaders.cpp.

int KMHeaders::slotFilterMsg ( KMMessage msg  )  [protected, virtual, slot]

Apply the filter Rules to a single message.

Definition at line 1268 of file kmheaders.cpp.

void KMHeaders::slotNoDrag (  )  [slot]

Don't show a drag cursor.

Definition at line 2046 of file kmheaders.cpp.

void KMHeaders::slotRMB (  )  [slot]

For when righ mouse button is pressed.

Definition at line 2384 of file kmheaders.cpp.

void KMHeaders::slotToggleColumn ( int  id,
int  mode = -1 
) [slot]

switch a column with the given id (see KPaintInfo enum) 1 for activate, 0 for deactivate, -1 for toggle

Definition at line 255 of file kmheaders.cpp.

void KMHeaders::styleChange ( QStyle oldStyle  )  [protected]

reimplemented in order to update the frame width in case of a changed GUI style

Definition at line 1347 of file kmheaders.cpp.

QFont KMHeaders::todoFont (  )  const [inline]

Definition at line 184 of file kmheaders.h.

int KMHeaders::topItemIndex (  )  [virtual]

Return the message id of the top most visible item.

Definition at line 2522 of file kmheaders.cpp.

void KMHeaders::undo (  )  [virtual]

Definition at line 1623 of file kmheaders.cpp.

QFont KMHeaders::unreadFont (  )  const [inline]

Definition at line 182 of file kmheaders.h.

void KMHeaders::writeConfig ( void   )  [protected, virtual]

Write global config options.

Definition at line 632 of file kmheaders.cpp.

void KMHeaders::writeFolderConfig ( void   )  [protected, virtual]

Write per-folder config options.

Definition at line 611 of file kmheaders.cpp.


Member Data Documentation

Definition at line 394 of file kmheaders.h.

Definition at line 396 of file kmheaders.h.

Definition at line 395 of file kmheaders.h.

Definition at line 397 of file kmheaders.h.

Definition at line 172 of file kmheaders.h.

QPixmap * KMHeaders::pixAttachment = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixDel = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixEncryptionProblematic = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixFiller [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixFlag = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixFullyEncrypted = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixFullySigned = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixFwd = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixHam = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixIgnored = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixNew = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixPartiallyEncrypted = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixPartiallySigned = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixQueued = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixRead = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixReadFwd = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixReadFwdReplied = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixReadReplied = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixRep = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixSent = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixSignatureProblematic = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixSpam = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixTodo = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixUndefinedEncrypted = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixUndefinedSigned = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixUns = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

QPixmap * KMHeaders::pixWatched = 0 [static, protected]

Definition at line 292 of file kmheaders.h.

Definition at line 398 of file kmheaders.h.


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