akonadi
Public Types |
Public Slots |
Public Member Functions |
Protected Member Functions |
List of all members
DisplayNameEditWidget Class Reference
#include <displaynameeditwidget.h>
Inherits QWidget.
Public Types | |
enum | DisplayType { SimpleName, FullName, ReverseNameWithComma, ReverseName, Organization, CustomName } |
Public Slots | |
void | changeName (const KABC::Addressee &contact) |
void | changeOrganization (const QString &organization) |
Public Member Functions | |
DisplayNameEditWidget (QWidget *parent=0) | |
DisplayType | displayType () const |
void | loadContact (const KABC::Addressee &contact) |
void | setDisplayType (DisplayType type) |
void | setReadOnly (bool readOnly) |
void | storeContact (KABC::Addressee &contact) const |
Protected Member Functions | |
virtual bool | eventFilter (QObject *object, QEvent *event) |
Detailed Description
A widget for editing the display name of a contact.
The widget will either use a predefined schema for formatting the name or a custom one.
Definition at line 37 of file displaynameeditwidget.h.
Member Enumeration Documentation
Describes what the display name should look like.
Definition at line 45 of file displaynameeditwidget.h.
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.