ginebra2/PageItem.h
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
equal deleted inserted replaced
5:0f2326c2a325 6:1c3b8676e58c
    25 #include "NativeChromeItem.h"
    25 #include "NativeChromeItem.h"
    26 
    26 
    27 #include <QVariant>
    27 #include <QVariant>
    28 
    28 
    29 class QGraphicsWebView;
    29 class QGraphicsWebView;
    30 class FlickCharm;
       
    31 
    30 
    32 namespace GVA {
    31 namespace GVA {
    33 
    32 
    34 class GWebTouchNavigation;
    33 class GWebTouchNavigation;
    35 class ChromeWidget;
    34 class ChromeWidget;
    60     /// Could be problematic if an event is subsequently placed on the queue that expects this object
    59     /// Could be problematic if an event is subsequently placed on the queue that expects this object
    61     /// to be fully instantiated.
    60     /// to be fully instantiated.
    62     void cleanUpOnTimer();
    61     void cleanUpOnTimer();
    63 
    62 
    64   public slots:
    63   public slots:
    65     void onLoadFinished(bool ok);
       
    66     void cleanUp();
    64     void cleanUp();
    67 
    65 
    68   protected:
    66   protected:
    69     virtual void resizeEvent(QGraphicsSceneResizeEvent *event);
    67     virtual void resizeEvent(QGraphicsSceneResizeEvent *event);
    70     virtual void showEvent(QShowEvent *event);
    68     virtual void showEvent(QShowEvent *event);