Akonadi::ContactViewerDialog Class Reference

A dialog for displaying a contact in Akonadi. More...

#include <contactviewerdialog.h>

Inherits KDialog.

List of all members.

Public Slots

void setContact (const Akonadi::Item &contact)

Public Member Functions

 ContactViewerDialog (QWidget *parent=0)
 ~ContactViewerDialog ()
Akonadi::Item contact () const
ContactViewerviewer () const

Detailed Description

A dialog for displaying a contact in Akonadi.

This dialog provides a way to show a contact from the Akonadi storage.

Example:

 using namespace Akonadi;

 const Item contact = ...

 ContactViewerDialog *dlg = new ContactViewerDialog( this );
 dlg->setContact( contact );
 dlg->show();
Author:
Tobias Koenig <tokoe@kde.org>
Since:
4.4

Definition at line 65 of file contactviewerdialog.h.


Constructor & Destructor Documentation

ContactViewerDialog::ContactViewerDialog ( QWidget *  parent = 0  )  [explicit]

Creates a new contact viewer dialog.

Parameters:
parent The parent widget of the dialog.

Definition at line 39 of file contactviewerdialog.cpp.

ContactViewerDialog::~ContactViewerDialog (  ) 

Destroys the contact viewer dialog.

Definition at line 56 of file contactviewerdialog.cpp.


Member Function Documentation

Akonadi::Item ContactViewerDialog::contact (  )  const

Returns the contact that is currently displayed.

Definition at line 61 of file contactviewerdialog.cpp.

void ContactViewerDialog::setContact ( const Akonadi::Item &  contact  )  [slot]

Sets the contact that shall be displayed in the dialog.

Definition at line 71 of file contactviewerdialog.cpp.

ContactViewer * ContactViewerDialog::viewer (  )  const

Returns the ContactViewer that is used by this dialog.

Definition at line 66 of file contactviewerdialog.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys