Akonadi::ShowAddressAction Class Reference

A contact action to show the address of a contact on a map. More...

#include <showaddressaction.h>

List of all members.

Public Member Functions

void showAddress (const KABC::Address &address)

Detailed Description

A contact action to show the address of a contact on a map.

This class provides the functionality to show the postal address of a contact on a map in a webbrowser.

Example:

 const KABC::Addressee contact = ...

 const KABC::Address::List addresses = contact.addresses();
 if ( !addresses.isEmpty() ) {
   Akonadi::ShowAddressAction action;
   action.showAddress( addresses.first() );
 }
Author:
Tobias Koenig <tokoe@kde.org>

Definition at line 53 of file showaddressaction.h.


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