kmail
RecipientLine Class Reference
List of all members.Detailed Description
Definition at line 101 of file recipientseditor.h.
Signals | |
| void | returnPressed (RecipientLine *) |
| void | downPressed (RecipientLine *) |
| void | upPressed (RecipientLine *) |
| void | rightPressed () |
| void | deleteLine (RecipientLine *) |
| void | countChanged () |
| void | typeModified (RecipientLine *) |
Public Member Functions | |
| RecipientLine (QWidget *parent) | |
| void | setRecipient (const Recipient &) |
| Recipient | recipient () const |
| void | setRecipientType (Recipient::Type) |
| Recipient::Type | recipientType () const |
| void | setRecipient (const QString &) |
| void | activate () |
| bool | isActive () |
| bool | isEmpty () |
| bool | isModified () |
| void | clearModified () |
| int | setComboWidth (int w) |
| void | fixTabOrder (QWidget *previous) |
| QWidget * | tabOut () const |
| void | clear () |
| int | recipientsCount () |
| void | setRemoveLineButtonEnabled (bool b) |
Protected Slots | |
| void | slotReturnPressed () |
| void | analyzeLine (const QString &) |
| void | slotFocusUp () |
| void | slotFocusDown () |
| void | slotPropagateDeletion () |
| void | slotTypeModified () |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *) |
| RecipientLineEdit * | lineEdit () const |
Friends | |
| class | RecipientsView |
Member Function Documentation
| bool RecipientLine::isModified | ( | ) |
Returns true if the user has made any modifications to this RecipientLine.
Definition at line 257 of file recipientseditor.cpp.
| void RecipientLine::clearModified | ( | ) |
The documentation for this class was generated from the following files:

