kaddressbook
SoundWidget Class Reference
Inheritance diagram for SoundWidget:

Detailed Description
Definition at line 36 of file soundwidget.h.
Public Member Functions | |
| SoundWidget (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
| ~SoundWidget () | |
| void | loadContact (KABC::Addressee *addr) |
| void | storeContact (KABC::Addressee *addr) |
| void | setReadOnly (bool readOnly) |
Member Function Documentation
| void SoundWidget::loadContact | ( | KABC::Addressee * | addr | ) | [virtual] |
Load the contacts data into the GUI.
Implements KAB::ContactEditorWidget.
Definition at line 88 of file soundwidget.cpp.
| void SoundWidget::storeContact | ( | KABC::Addressee * | addr | ) | [virtual] |
Save the data from the GUI into the passed contact object.
Implements KAB::ContactEditorWidget.
Definition at line 108 of file soundwidget.cpp.
| void SoundWidget::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 120 of file soundwidget.cpp.
The documentation for this class was generated from the following files:

