kaddressbook
ContactEditorTabPage Class Reference
List of all members.Detailed Description
Definition at line 66 of file contacteditorwidgetmanager.h.
Signals | |
void | changed () |
Public Member Functions | |
ContactEditorTabPage (QWidget *parent, const char *name=0) | |
void | addWidget (KAB::ContactEditorWidget *widget) |
void | loadContact (KABC::Addressee *addr) |
void | storeContact (KABC::Addressee *addr) |
void | setReadOnly (bool readOnly) |
void | updateLayout () |
Member Function Documentation
void ContactEditorTabPage::addWidget | ( | KAB::ContactEditorWidget * | widget | ) |
void ContactEditorTabPage::loadContact | ( | KABC::Addressee * | addr | ) |
void ContactEditorTabPage::storeContact | ( | KABC::Addressee * | addr | ) |
Save the data from the GUI into the passed contact object.
Definition at line 148 of file contacteditorwidgetmanager.cpp.
void ContactEditorTabPage::setReadOnly | ( | bool | readOnly | ) |
Sets whether the contact should be presented as read-only.
You should update your GUI in the reimplemented method.
Definition at line 159 of file contacteditorwidgetmanager.cpp.
void ContactEditorTabPage::updateLayout | ( | ) |
Calculates the layout of the widgets and moves them to the correct position.
Definition at line 166 of file contacteditorwidgetmanager.cpp.
void ContactEditorTabPage::changed | ( | ) | [signal] |
Emitted whenever the page has changed.
The documentation for this class was generated from the following files: