diff -r bf4420e9fa4d -r 2e16851ffecd browsercore/appfw/Api/Views/ImageView_p.h --- a/browsercore/appfw/Api/Views/ImageView_p.h Fri Jun 11 16:23:26 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +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 __IMAGEVIEW_P_H__ -#define __IMAGEVIEW_P_H__ - -#include -#include -#include - -class QWebHistory; - -namespace WRT { - - class WrtBrowserContainer; - class WrtPageManager; - class FlowInterface; - - class ImageViewPrivate - { - public: // public actions available for this view - QAction * m_actionForward; - QAction * m_actionBack; - QAction * m_actionOK; - QAction * m_actionCancel; - - public: - ImageViewPrivate(WrtPageManager * mgr, QWidget* parent); - ImageViewPrivate(WrtPageManager * mgr, QGraphicsWidget* parent); - ~ImageViewPrivate(); - - FlowInterface* m_flowInterface; - QWidget * m_widgetParent; - QGraphicsWidget * m_graphicsWidgetParent; - - WrtPageManager* m_pageManager; - int m_imageIndex; - WrtBrowserContainer* m_activePage; - QList m_imageList; - - bool m_isActive; - - private: - void init(); - - }; -} -#endif // __IMAGEVIEW_P_H__