diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kopete/protocols/yahoo/yahooprotocol.h | |
download | tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/protocols/yahoo/yahooprotocol.h')
-rw-r--r-- | kopete/protocols/yahoo/yahooprotocol.h | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/kopete/protocols/yahoo/yahooprotocol.h b/kopete/protocols/yahoo/yahooprotocol.h new file mode 100644 index 00000000..6f399ada --- /dev/null +++ b/kopete/protocols/yahoo/yahooprotocol.h @@ -0,0 +1,148 @@ +/* + yahooprotocol.h - Yahoo Plugin for Kopete + + Copyright (c) 2002 by Duncan Mac-Vicar Prett <duncan@kde.org> + Copyright (c) 2003-2004 by Matt Rogers <mattrogers@sbcglobal.net + + Copyright (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org> + + ************************************************************************* + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ************************************************************************* +*/ + +#ifndef YAHOOPROTOCOL_H +#define YAHOOPROTOCOL_H + +// Kopete Includes +#include "kopeteonlinestatus.h" + +// QT Includes +#include <qpixmap.h> +#include <qmap.h> + +// KDE Includes +#include "kopeteprotocol.h" +#include "kopetecontactproperty.h" + +class YahooContact; +class KPopupMenu; +class KActionMenu; +class KAction; +namespace Kopete { class MetaContact; } +namespace Kopete { class Message; } +class YahooPreferences; +namespace Kopete { class OnlineStatus; } + +class YahooProtocol : public Kopete::Protocol +{ + Q_OBJECT +public: + YahooProtocol( QObject *parent, const char *name, const QStringList &args ); + ~YahooProtocol(); + + //Online Statuses + const Kopete::OnlineStatus Offline; + const Kopete::OnlineStatus Online; + const Kopete::OnlineStatus BeRightBack; + const Kopete::OnlineStatus Busy; + const Kopete::OnlineStatus NotAtHome; + const Kopete::OnlineStatus NotAtMyDesk; + const Kopete::OnlineStatus NotInTheOffice; + const Kopete::OnlineStatus OnThePhone; + const Kopete::OnlineStatus OnVacation; + const Kopete::OnlineStatus OutToLunch; + const Kopete::OnlineStatus SteppedOut; + const Kopete::OnlineStatus Invisible; + const Kopete::OnlineStatus Custom; + const Kopete::OnlineStatus Idle; + const Kopete::OnlineStatus Connecting; + + const Kopete::ContactPropertyTmpl awayMessage; + const Kopete::ContactPropertyTmpl iconCheckSum; + const Kopete::ContactPropertyTmpl iconExpire; + const Kopete::ContactPropertyTmpl iconRemoteUrl; + + // Personal + const Kopete::ContactPropertyTmpl propfirstName; + const Kopete::ContactPropertyTmpl propSecondName; + const Kopete::ContactPropertyTmpl propLastName; + const Kopete::ContactPropertyTmpl propNickName; + const Kopete::ContactPropertyTmpl propTitle; + + // Primary Information + const Kopete::ContactPropertyTmpl propPhoneMobile; + const Kopete::ContactPropertyTmpl propEmail; + const Kopete::ContactPropertyTmpl propYABId; + + // Additional Information + const Kopete::ContactPropertyTmpl propPager; + const Kopete::ContactPropertyTmpl propFax; + const Kopete::ContactPropertyTmpl propAdditionalNumber; + const Kopete::ContactPropertyTmpl propAltEmail1; + const Kopete::ContactPropertyTmpl propAltEmail2; + const Kopete::ContactPropertyTmpl propImAIM; + const Kopete::ContactPropertyTmpl propImICQ; + const Kopete::ContactPropertyTmpl propImMSN; + const Kopete::ContactPropertyTmpl propImGoogleTalk; + const Kopete::ContactPropertyTmpl propImSkype; + const Kopete::ContactPropertyTmpl propImIRC; + const Kopete::ContactPropertyTmpl propImQQ; + + // Private Information + const Kopete::ContactPropertyTmpl propPrivateAddress; + const Kopete::ContactPropertyTmpl propPrivateCity; + const Kopete::ContactPropertyTmpl propPrivateState; + const Kopete::ContactPropertyTmpl propPrivateZIP; + const Kopete::ContactPropertyTmpl propPrivateCountry; + const Kopete::ContactPropertyTmpl propPrivatePhone; + const Kopete::ContactPropertyTmpl propPrivateURL; + + // Work Information + const Kopete::ContactPropertyTmpl propCorporation; + const Kopete::ContactPropertyTmpl propWorkAddress; + const Kopete::ContactPropertyTmpl propWorkCity; + const Kopete::ContactPropertyTmpl propWorkState; + const Kopete::ContactPropertyTmpl propWorkZIP; + const Kopete::ContactPropertyTmpl propWorkCountry; + const Kopete::ContactPropertyTmpl propWorkPhone; + const Kopete::ContactPropertyTmpl propWorkURL; + + // Miscellanous + const Kopete::ContactPropertyTmpl propBirthday; + const Kopete::ContactPropertyTmpl propAnniversary; + const Kopete::ContactPropertyTmpl propNotes; + const Kopete::ContactPropertyTmpl propAdditional1; + const Kopete::ContactPropertyTmpl propAdditional2; + const Kopete::ContactPropertyTmpl propAdditional3; + const Kopete::ContactPropertyTmpl propAdditional4; + + /** Protocol Accessor **/ + static YahooProtocol *protocol(); + + virtual Kopete::Contact *deserializeContact( Kopete::MetaContact *metaContact, + const QMap<QString,QString> &serializedData, + const QMap<QString, QString> &addressBookData ); + + Kopete::OnlineStatus statusFromYahoo( int status ); + +public slots: + virtual AddContactPage *createAddContactWidget(QWidget * parent, Kopete::Account* a); + virtual KopeteEditAccountWidget *createEditAccountWidget(Kopete::Account *account, QWidget *parent); + virtual Kopete::Account *createNewAccount(const QString &accountId); + + +private: + static YahooProtocol* s_protocolStatic_; + +}; + +#endif + +// vim: set noet ts=4 sts=4 sw=4: + |