diff -r b85b0c039c14 -r 1d94eb8df9c2 example/smfclientapp/displaywidget.h --- a/example/smfclientapp/displaywidget.h Fri May 21 15:40:57 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ -/** - * Copyright (c) 2010 Sasken Communication Technologies Ltd. - * All rights reserved. - * This component and the accompanying materials are made available - * under the terms of the "Eclipse Public License v1.0" - * which accompanies this distribution, and is available - * at the URL "http://www.eclipse.org/legal/epl-v10.html" - * - * Initial Contributors: - * Chandradeep Gandhi, Sasken Communication Technologies Ltd - Initial contribution - * - * Contributors: - * Manasij Roy, Nalina Hariharan - */ - -#ifndef DISPLAYWIDGET_H -#define DISPLAYWIDGET_H - -#include -#include "ui_displaywidget.h" -#include "smfclient.h" -#include -#include -#include -#include -#include -#include -class DisplayWidget : public QWidget -{ - Q_OBJECT - -public: - DisplayWidget(QWidget *parent = 0); - ~DisplayWidget(); - //debugging - void writeLog(QString log) const; -public slots: - //void friendsButtonClicked(); - //void postsButtonClicked(); - // void showGroups(SmfGroupList* grps, SmfError , SmfResultPage); - void showFriends(SmfContactList* frnds, SmfError , SmfResultPage); - void showPosts(SmfPostList* postlist, SmfError error, SmfResultPage resultPage); - //void getData(int index); - void interfaceSelected(); - void serviceProviderSelected(); - void serviceSelected(); -private: - SmfProvider* m_provider; - SmfContactFetcher* m_contactFetcher; - SmfPostProvider* m_postProvider; - QList* providerList; - QPixmap pixmap; - QSplashScreen splash; - Ui::DisplayWidgetClass ui; -}; - -#endif // DISPLAYWIDGET_H