libkdepim
KPaintInfo Struct Reference
#include <kfoldertree.h>
Detailed Description
Information shared by all items in a list view.
Definition at line 35 of file kfoldertree.h.
Public Types | |
| enum | ColumnIds { COL_SIZE, COL_ATTACHMENT, COL_IMPORTANT, COL_TODO, COL_SPAM_HAM, COL_WATCHED_IGNORED, COL_STATUS, COL_SIGNED, COL_CRYPTO, COL_RECEIVER, COL_SCORE } |
Public Member Functions | |
| KPaintInfo () | |
Public Attributes | |
| bool | pixmapOn |
| QPixmap | pixmap |
| QColor | colFore |
| QColor | colBack |
| QColor | colNew |
| QColor | colUnread |
| QColor | colFlag |
| QColor | colTodo |
| QColor | colCloseToQuota |
| bool | showSize |
| bool | showAttachment |
| bool | showImportant |
| bool | showTodo |
| bool | showSpamHam |
| bool | showWatchedIgnored |
| bool | showStatus |
| bool | showSigned |
| bool | showCrypto |
| bool | showReceiver |
| bool | showScore |
| int | scoreCol |
| int | flagCol |
| int | senderCol |
| int | receiverCol |
| int | subCol |
| int | dateCol |
| int | sizeCol |
| int | attachmentCol |
| int | importantCol |
| int | todoCol |
| int | spamHamCol |
| int | watchedIgnoredCol |
| int | statusCol |
| int | signedCol |
| int | cryptoCol |
| bool | orderOfArrival |
| bool | status |
| bool | showCryptoIcons |
| bool | showAttachmentIcon |
The documentation for this struct was generated from the following file:

