homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hscollectionslistdialog.h
changeset 69 87476091b3f5
parent 67 474929a40a0f
child 71 1db7cc813a4e
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hscollectionslistdialog.h	Wed Jul 14 15:53:30 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-/*
- * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
- * All rights reserved.
- * This component and the accompanying materials are made available
- * under the terms of "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:
- * Nokia Corporation - initial contribution.
- *
- * Contributors:
- *
- * Description:
- *
- */
-
-#ifndef HS_LIST_DIALOG_H
-#define HS_LIST_DIALOG_H
-
-#include <HbSelectionDialog>
-#include <hsmenuservice.h>
-
-#include "hsmenustates_global.h"
-HS_STATES_TEST_CLASS(MenuStatesTest)
-class QStandardItemModel;
-
-class HsCollectionsListDialog: public HbSelectionDialog
-{
-    Q_OBJECT
-
-    HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)
-
-public:
-
-    HsCollectionsListDialog(int collectionId = 0);
-
-    virtual ~HsCollectionsListDialog();
-
-    void open(QObject* receiver, const char* member );
-
-    int getItemId();
-
-protected:
-    void closeEvent( QCloseEvent * event );
-
-private:
-
-    void makeConnect();
-
-    void makeDisconnect();
-
-    QStandardItemModel *standardItemModel(int collectionId);
-
-    void insertNewCollectionItem(QStandardItemModel *model);
-
-private:
-
-    QStandardItemModel *mModel;
-
-    int mItemId;
-};
-
-#endif /* HS_LIST_DIALOG_H */