#include "addressbook.h"#include <opie2/odebug.h>#include <opie2/ofileselector.h>#include <opie2/ofiledialog.h>#include <opie2/opimcontact.h>#include <opie2/ocontactaccessbackend_vcard.h>#include <opie2/oresource.h>#include <qpe/ir.h>#include <qpe/qpemessagebox.h>#include <qmenubar.h>#include <qpe/qpeapplication.h>#include <qaction.h>#include <qlayout.h>#include <qmessagebox.h>#include <qtoolbutton.h>#include <stdlib.h>#include <sys/stat.h>#include <sys/types.h>#include <fcntl.h>#include <unistd.h>#include "picker.h"#include "configdlg.h"Include dependency graph for addressbook.cpp:

Go to the source code of this file.
Defines | |
| #define | QTOPIA_INTERNAL_FD |
Functions | |
| QString | addressbookPersonalVCardName () |
| static void | parseName (const QString &name, QString *first, QString *middle, QString *last) |
Variables | |
| static const char * | beamfile = "/tmp/obex/contact.vcf" |
|
|
Definition at line 20 of file addressbook.cpp. |
|
|
Definition at line 32 of file abview.cpp. References Global::applicationFileName(). Referenced by AddressbookWindow::appMessage(), AbView::showPersonal(), and AddressbookWindow::slotItemBeam(). |
|
||||||||||||||||||||
|
Definition at line 541 of file addressbook.cpp. References QString::find(), QString::findRev(), QString::left(), QString::length(), and QString::mid(). Referenced by AddressbookWindow::appMessage(). |
|
|
Definition at line 403 of file addressbook.cpp. Referenced by DateBook::beamDone(), AddressbookWindow::beamDone(), DateBook::beamEvent(), and AddressbookWindow::slotItemBeam(). |
1.4.2