kmail
RecipientsEditor Class Reference
List of all members.Detailed Description
Definition at line 291 of file recipientseditor.h.
Public Slots | |
void | setFocus () |
void | setFocusTop () |
void | setFocusBottom () |
void | selectRecipients () |
void | saveDistributionList () |
Signals | |
void | focusUp () |
void | focusDown () |
void | completionModeChanged (KGlobalSettings::Completion) |
Public Member Functions | |
RecipientsEditor (QWidget *parent) | |
~RecipientsEditor () | |
void | clear () |
Recipient::List | recipients () const |
RecipientsPicker * | picker () const |
void | setRecipientString (const QString &, Recipient::Type) |
QString | recipientString (Recipient::Type) |
void | addRecipient (const QString &recipient, Recipient::Type type) |
void | removeRecipient (const QString &recipient, Recipient::Type type) |
bool | isModified () |
void | clearModified () |
int | setFirstColumnWidth (int) |
void | setCompletionMode (KGlobalSettings::Completion) |
Protected Slots | |
void | slotPickedRecipient (const Recipient &) |
Member Function Documentation
|
Adds a recipient (or multiple recipients) to one line of the editor.
Definition at line 916 of file recipientseditor.cpp. |
|
Resets the modified flag to false.
Definition at line 935 of file recipientseditor.cpp. |
|
Returns true if the user has made any modifications to the list of recipients.
Definition at line 930 of file recipientseditor.cpp. |
|
Removes the recipient provided it can be found and has the given type.
Definition at line 924 of file recipientseditor.cpp. |
|
Set completion mode for all lines.
Definition at line 970 of file recipientseditor.cpp. |
|
Set the width of the left most column to be the argument width. This method allows other widgets to align their label/combobox column with ours by communicating how many pixels that first colum is for them. Returns the width that is actually being used. Definition at line 960 of file recipientseditor.cpp. |
The documentation for this class was generated from the following files: