kaddressbook
AddresseeEditorWidget Class Reference
Inheritance diagram for AddresseeEditorWidget:

Detailed Description
Definition at line 66 of file addresseeeditorwidget.h.
Public Member Functions | |
AddresseeEditorWidget (QWidget *parent, const char *name=0) | |
~AddresseeEditorWidget () | |
void | setAddressee (const KABC::Addressee &) |
const KABC::Addressee & | addressee () |
void | load () |
void | save () |
bool | dirty () |
void | setInitialFocus () |
bool | readyToClose () |
Protected Slots | |
void | textChanged (const QString &) |
void | pageChanged (QWidget *wdg) |
void | emitModified () |
void | dateChanged (const QDate &) |
void | invalidDate () |
void | nameTextChanged (const QString &) |
void | organizationTextChanged (const QString &) |
void | nameBoxChanged () |
void | nameButtonClicked () |
void | selectCategories () |
void | categoriesSelected (const QStringList &) |
void | editCategories () |
Member Function Documentation
void AddresseeEditorWidget::emitModified | ( | ) | [protected, slot] |
Emits the modified signal and sets the dirty flag.
Any slot that modifies data should use this method instead of calling emit modified() directly.
Definition at line 806 of file addresseeeditorwidget.cpp.
void AddresseeEditorWidget::categoriesSelected | ( | const QStringList & | ) | [protected, slot] |
Called whenever the categories change in the categories dialog.
Definition at line 789 of file addresseeeditorwidget.cpp.
void AddresseeEditorWidget::editCategories | ( | ) | [protected, slot] |
Edits which categories are available in the CategorySelectDialog.
Definition at line 794 of file addresseeeditorwidget.cpp.
The documentation for this class was generated from the following files: