akonadi
contactdefaultactions.cpp
51 if ( metaObject->indexOfSignal( QMetaObject::normalizedSignature( "urlClicked( const KUrl& )" ) ) != -1 ) {
55 if ( metaObject->indexOfSignal( QMetaObject::normalizedSignature( "emailClicked( const QString&, const QString& )" ) ) != -1 ) {
60 if ( metaObject->indexOfSignal( QMetaObject::normalizedSignature( "phoneNumberClicked( const KABC::PhoneNumber& )" ) ) != -1 ) {
65 if ( metaObject->indexOfSignal( QMetaObject::normalizedSignature( "smsClicked( const KABC::PhoneNumber& )" ) ) != -1 ) {
70 if ( metaObject->indexOfSignal( QMetaObject::normalizedSignature( "addressClicked( const KABC::Address& )" ) ) != -1 ) {
ContactDefaultActions(QObject *parent=0)
Creates a new contact default actions object.
Definition: contactdefaultactions.cpp:38
An action to dial the phone number of a contact.
Definition: dialphonenumberaction.h:36
void showAddress(const KABC::Address &address)
Shows the address of a contact in a webbrowser or application as configured by the user in the genera...
Definition: contactdefaultactions.cpp:104
void dialPhoneNumber(const KABC::PhoneNumber &number)
Dials the given phone number with the application as configured by the user in the general settings d...
Definition: contactdefaultactions.cpp:92
void connectToView(QObject *view)
Tries to connect the well known signals of the view to the well known slots of this object...
Definition: contactdefaultactions.cpp:47
void showUrl(const KUrl &url)
Shows the given url in the users preferred webbrowser.
Definition: contactdefaultactions.cpp:76
void sendSms(const KABC::PhoneNumber &number)
Sends a sms to number with the application as configured by the user in the general settings dialog...
Definition: contactdefaultactions.cpp:98
A contact action to show the address of a contact on a map.
Definition: showaddressaction.h:53
void sendEmail(const QString &name, const QString &address)
Opens the users preferred mail composer and does the setup to send a mail to the contact with the giv...
Definition: contactdefaultactions.cpp:81
virtual ~ContactDefaultActions()
Destroys the contact default actions object.
Definition: contactdefaultactions.cpp:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.