akonadi
PhoneEditWidget Class Reference
#include <phoneeditwidget.h>
Inherits QWidget.
Public Member Functions | |
PhoneEditWidget (QWidget *parent=0) | |
~PhoneEditWidget () | |
void | loadContact (const KABC::Addressee &contact) |
void | setReadOnly (bool readOnly) |
void | storeContact (KABC::Addressee &contact) const |
Detailed Description
A widget for editing phone numbers of a contact.
Definition at line 190 of file phoneeditwidget.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new phone edit widget.
- Parameters
-
parent The parent widget.
Definition at line 274 of file phoneeditwidget.cpp.
PhoneEditWidget::~PhoneEditWidget | ( | ) |
Destroys the phone edit widget.
Definition at line 305 of file phoneeditwidget.cpp.
Member Function Documentation
void PhoneEditWidget::loadContact | ( | const KABC::Addressee & | contact | ) |
Loads the data from contact
to the widget.
Definition at line 323 of file phoneeditwidget.cpp.
void PhoneEditWidget::setReadOnly | ( | bool | readOnly | ) |
Sets the widget to readOnly
mode.
Definition at line 309 of file phoneeditwidget.cpp.
void PhoneEditWidget::storeContact | ( | KABC::Addressee & | contact | ) | const |
Stores the data from the widget to the contact
.
Definition at line 329 of file phoneeditwidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.