akonadi
PhoneNumberWidget Class Reference
#include <phoneeditwidget.h>
Inherits QWidget.
Signals | |
void | modified () |
Public Member Functions | |
PhoneNumberWidget (QWidget *parent=0) | |
KABC::PhoneNumber | number () const |
void | setNumber (const KABC::PhoneNumber &number) |
void | setReadOnly (bool readOnly) |
Detailed Description
A widget that provides selectors for the type and number of a phone number entry.
Definition at line 85 of file phoneeditwidget.h.
Constructor & Destructor Documentation
◆ PhoneNumberWidget()
|
explicit |
Creates a new phone number widget.
- Parameters
-
parent The parent widget.
Definition at line 120 of file phoneeditwidget.cpp.
Member Function Documentation
◆ number()
KABC::PhoneNumber PhoneNumberWidget::number | ( | ) | const |
Returns the phone number of the widget.
Definition at line 151 of file phoneeditwidget.cpp.
◆ setNumber()
void PhoneNumberWidget::setNumber | ( | const KABC::PhoneNumber & | number | ) |
Sets the phone number
of the widget.
Definition at line 140 of file phoneeditwidget.cpp.
◆ setReadOnly()
void PhoneNumberWidget::setReadOnly | ( | bool | readOnly | ) |
Sets the widget to readOnly
mode.
Definition at line 161 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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.