akonadi/contact
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
◆ DisplayType
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-2018 The KDE developers.
Generated on Thu Feb 8 2018 02:53:18 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Thu Feb 8 2018 02:53:18 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.