akonadi/contact
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 ) {
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
void showUrl(const KUrl &url)
Shows the given url in the users preferred webbrowser.
Definition contactdefaultactions.cpp:76
ContactDefaultActions(QObject *parent=0)
Creates a new contact default actions object.
Definition contactdefaultactions.cpp:38
virtual ~ContactDefaultActions()
Destroys the contact default actions object.
Definition contactdefaultactions.cpp:43
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 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 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
An action to dial the phone number of a contact.
Definition dialphonenumberaction.h:37
A contact action to show the address of a contact on a map.
Definition showaddressaction.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.