Home
last modified time | relevance | path

Searched refs:KopeteAddressBookExport (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/kopete/contactlist/
H A Dkopeteaddrbookexport.cpp38 KopeteAddressBookExport::KopeteAddressBookExport(QWidget *parent, Kopete::MetaContact *mc) : QObjec… in KopeteAddressBookExport() function in KopeteAddressBookExport
52 KopeteAddressBookExport::~KopeteAddressBookExport() in ~KopeteAddressBookExport()
56 void KopeteAddressBookExport::initLabels() in initLabels()
69 void KopeteAddressBookExport::fetchKABCData() in fetchKABCData()
120 void KopeteAddressBookExport::fetchPhoneNumbers(QListWidget *listBox, KContacts::PhoneNumber::Type … in fetchPhoneNumbers()
137 void KopeteAddressBookExport::fetchIMData() in fetchIMData()
162 void KopeteAddressBookExport::populateIM(const Kopete::Contact *contact, const QPixmap &icon, QComb… in populateIM()
180 int KopeteAddressBookExport::showDialog() in showDialog()
210 void KopeteAddressBookExport::exportData() in exportData()
278 bool KopeteAddressBookExport::newValue(QComboBox *combo) in newValue()
[all …]
H A Dkopeteaddrbookexport.h38 class KopeteAddressBookExport : public QObject, private Ui::AddressBookExportUI
43 KopeteAddressBookExport(QWidget *parent, Kopete::MetaContact *mc);
44 ~KopeteAddressBookExport();
H A Dkopetelviprops.h33 class KopeteAddressBookExport; variable
80 KopeteAddressBookExport *mExport;
H A Dkopetelviprops.cpp251 mExport = new KopeteAddressBookExport(this, mMetaContact); in KopeteMetaLVIProps()
573 mExport = new KopeteAddressBookExport(this, mMetaContact); in slotExportClicked()