browsercore/core/wrtbrowsercontainer_p.h
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
    19 *
    19 *
    20 */
    20 */
    21 
    21 
    22 #ifndef __WRTBROWSERCONTAINER_P_H__
    22 #ifndef __WRTBROWSERCONTAINER_P_H__
    23 #define __WRTBROWSERCONTAINER_P_H__
    23 #define __WRTBROWSERCONTAINER_P_H__
    24 #include "ZoomMetaData.h"
    24 
       
    25 #include "webpagedata.h"
    25 
    26 
    26 class QGraphicsWidget;
    27 class QGraphicsWidget;
    27 class QObject;
    28 class QObject;
    28 struct BrowserPageFactory;
    29 struct BrowserPageFactory;
    29 struct ZoomMetaData;
    30 #ifdef QT_GEOLOCATION
       
    31 class GeolocationManager;
       
    32 #endif // QT_GEOLOCATION
    30 
    33 
    31 namespace WRT {
    34 namespace WRT {
    32     class SchemeHandler;
    35     class SchemeHandler;
    33     class SecSession;
    36     class SecSession;
    34     class WrtBrowserContainer;
    37     class WrtBrowserContainer;
    45         SchemeHandler* m_schemeHandler; 
    48         SchemeHandler* m_schemeHandler; 
    46         BrowserPageFactory* m_pageFactory;
    49         BrowserPageFactory* m_pageFactory;
    47         QGraphicsWidget* m_widget;
    50         QGraphicsWidget* m_widget;
    48         WRT::SecureUIController *m_secureController; //Owned
    51         WRT::SecureUIController *m_secureController; //Owned
    49         WRT::LoadController * m_loadController; //Owned
    52         WRT::LoadController * m_loadController; //Owned
    50         ZoomMetaData m_zoomData;
       
    51         WrtBrowserFileChooser * m_fileChooser; // Owned
    53         WrtBrowserFileChooser * m_fileChooser; // Owned
    52         bool m_needUpdateThumbnail;
    54         bool m_needUpdateThumbnail;
       
    55 #ifdef QT_GEOLOCATION
       
    56         GeolocationManager *m_geolocationManager;
       
    57 #endif // QT_GEOLOCATION
    53     };
    58     };
    54 }
    59 }
    55 #endif
    60 #endif