kaddressbook
CustomFieldsWidget Class Reference
Inheritance diagram for CustomFieldsWidget:

Detailed Description
Definition at line 119 of file customfieldswidget.h.
Public Member Functions | |
CustomFieldsWidget (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
void | loadContact (KABC::Addressee *addr) |
void | storeContact (KABC::Addressee *addr) |
void | setReadOnly (bool readOnly) |
Member Function Documentation
void CustomFieldsWidget::loadContact | ( | KABC::Addressee * | addr | ) | [virtual] |
Load the contacts data into the GUI.
Implements KAB::ContactEditorWidget.
Definition at line 362 of file customfieldswidget.cpp.
void CustomFieldsWidget::storeContact | ( | KABC::Addressee * | addr | ) | [virtual] |
Save the data from the GUI into the passed contact object.
Implements KAB::ContactEditorWidget.
Definition at line 382 of file customfieldswidget.cpp.
void CustomFieldsWidget::setReadOnly | ( | bool | readOnly | ) | [virtual] |
Sets whether the contact should be presented as read-only.
You should update your GUI in the reimplemented method.
Implements KAB::ContactEditorWidget.
Definition at line 387 of file customfieldswidget.cpp.
The documentation for this class was generated from the following files: