kmail
RecipientLine Class Reference
#include <recipientseditor.h>
Signals | |
void | countChanged () |
void | deleteLine (RecipientLine *) |
void | downPressed (RecipientLine *) |
void | returnPressed (RecipientLine *) |
void | rightPressed () |
void | typeModified (RecipientLine *) |
void | upPressed (RecipientLine *) |
Public Member Functions | |
void | activate () |
void | clear () |
void | clearModified () |
void | fixTabOrder (QWidget *previous) |
bool | isActive () |
bool | isEmpty () |
bool | isModified () |
Recipient | recipient () const |
RecipientLine (QWidget *parent) | |
int | recipientsCount () |
Recipient::Type | recipientType () const |
int | setComboWidth (int w) |
void | setRecipient (const QString &) |
void | setRecipient (const Recipient &) |
void | setRecipientType (Recipient::Type) |
void | setRemoveLineButtonEnabled (bool b) |
QWidget * | tabOut () const |
Protected Slots | |
void | analyzeLine (const QString &) |
void | slotFocusDown () |
void | slotFocusUp () |
void | slotPropagateDeletion () |
void | slotReturnPressed () |
void | slotTypeModified () |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *) |
RecipientLineEdit * | lineEdit () const |
Detailed Description
Definition at line 101 of file recipientseditor.h.
Constructor & Destructor Documentation
RecipientLine::RecipientLine | ( | QWidget * | parent | ) |
Definition at line 148 of file recipientseditor.cpp.
Member Function Documentation
void RecipientLine::activate | ( | ) |
Definition at line 242 of file recipientseditor.cpp.
void RecipientLine::analyzeLine | ( | const QString & | text | ) | [protected, slot] |
Definition at line 201 of file recipientseditor.cpp.
void RecipientLine::clear | ( | ) |
Definition at line 308 of file recipientseditor.cpp.
void RecipientLine::clearModified | ( | ) |
void RecipientLine::countChanged | ( | ) | [signal] |
void RecipientLine::deleteLine | ( | RecipientLine * | ) | [signal] |
void RecipientLine::downPressed | ( | RecipientLine * | ) | [signal] |
void RecipientLine::fixTabOrder | ( | QWidget * | previous | ) |
Definition at line 296 of file recipientseditor.cpp.
bool RecipientLine::isActive | ( | ) |
Definition at line 247 of file recipientseditor.cpp.
bool RecipientLine::isEmpty | ( | ) |
Definition at line 252 of file recipientseditor.cpp.
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::keyPressEvent | ( | QKeyEvent * | ev | ) | [protected] |
RecipientLineEdit* RecipientLine::lineEdit | ( | ) | const [inline, protected] |
Definition at line 151 of file recipientseditor.h.
Recipient RecipientLine::recipient | ( | ) | const |
Definition at line 226 of file recipientseditor.cpp.
int RecipientLine::recipientsCount | ( | ) |
Definition at line 210 of file recipientseditor.cpp.
Recipient::Type RecipientLine::recipientType | ( | ) | const |
Definition at line 237 of file recipientseditor.cpp.
void RecipientLine::returnPressed | ( | RecipientLine * | ) | [signal] |
void RecipientLine::rightPressed | ( | ) | [signal] |
int RecipientLine::setComboWidth | ( | int | w | ) |
Definition at line 287 of file recipientseditor.cpp.
void RecipientLine::setRecipient | ( | const QString & | ) |
Definition at line 221 of file recipientseditor.cpp.
void RecipientLine::setRecipient | ( | const Recipient & | rec | ) |
Definition at line 215 of file recipientseditor.cpp.
void RecipientLine::setRecipientType | ( | Recipient::Type | type | ) |
Definition at line 232 of file recipientseditor.cpp.
void RecipientLine::setRemoveLineButtonEnabled | ( | bool | b | ) |
Definition at line 313 of file recipientseditor.cpp.
void RecipientLine::slotFocusDown | ( | ) | [protected, slot] |
Definition at line 189 of file recipientseditor.cpp.
void RecipientLine::slotFocusUp | ( | ) | [protected, slot] |
Definition at line 184 of file recipientseditor.cpp.
void RecipientLine::slotPropagateDeletion | ( | ) | [protected, slot] |
Definition at line 273 of file recipientseditor.cpp.
void RecipientLine::slotReturnPressed | ( | ) | [protected, slot] |
Definition at line 268 of file recipientseditor.cpp.
void RecipientLine::slotTypeModified | ( | ) | [protected, slot] |
Definition at line 194 of file recipientseditor.cpp.
QWidget * RecipientLine::tabOut | ( | ) | const |
Definition at line 303 of file recipientseditor.cpp.
void RecipientLine::typeModified | ( | RecipientLine * | ) | [signal] |
void RecipientLine::upPressed | ( | RecipientLine * | ) | [signal] |
The documentation for this class was generated from the following files: