akonadi
PhoneTypeCombo Class Reference
#include <phoneeditwidget.h>
Inherits KComboBox.
Public Member Functions | |
PhoneTypeCombo (QWidget *parent=0) | |
~PhoneTypeCombo () | |
void | setType (KABC::PhoneNumber::Type type) |
KABC::PhoneNumber::Type | type () const |
Detailed Description
A combobox to select a phone number type.
Constructor & Destructor Documentation
PhoneTypeCombo::PhoneTypeCombo | ( | QWidget * | parent = 0 | ) |
Creates a phone type combo.
- Parameters:
-
parent The parent widget.
Definition at line 44 of file phoneeditwidget.cpp.
PhoneTypeCombo::~PhoneTypeCombo | ( | ) |
Destroys the phone type combo.
Definition at line 60 of file phoneeditwidget.cpp.
Member Function Documentation
void PhoneTypeCombo::setType | ( | KABC::PhoneNumber::Type | type | ) |
Sets the phone number type
that shall be selected.
Definition at line 64 of file phoneeditwidget.cpp.
KABC::PhoneNumber::Type PhoneTypeCombo::type | ( | ) | const |
Returns the selected phone number type.
Definition at line 73 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-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:15 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:53:15 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.