• Skip to content
  • Skip to link menu
KDE 4.5 API Reference
  • KDE API Reference
  • KDE-PIM Libraries
  • Sitemap
  • Contact Us
 

akonadi/contact

  • Akonadi
  • Akonadi::ShowAddressAction
Public Member Functions

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:
  • showaddressaction.h
  • showaddressaction.cpp

akonadi/contact

Skip menu "akonadi/contact"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

KDE-PIM Libraries

Skip menu "KDE-PIM Libraries"
  • akonadi
  •   contact
  •   kmime
  • kabc
  • kblog
  • kcal
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Generated for KDE-PIM Libraries by doxygen 1.7.1
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal