akonadi
Akonadi::ShowAddressAction Class Reference
#include <showaddressaction.h>
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() );
}
A contact action to show the address of a contact on a map.
Definition: showaddressaction.h:54
Definition at line 53 of file showaddressaction.h.
Member Function Documentation
◆ showAddress()
void ShowAddressAction::showAddress | ( | const KABC::Address & | address | ) |
Definition at line 42 of file showaddressaction.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.