browserui/browser/BrowserAppInc/BrowserContentView.h
branchRCL_3
changeset 41 aead3f7e1bb0
parent 39 08ffbd51e3fd
equal deleted inserted replaced
40:3154c14a33db 41:aead3f7e1bb0
   637         * @return void
   637         * @return void
   638         */
   638         */
   639         void ShowFsStatusPane(TBool aShow);
   639         void ShowFsStatusPane(TBool aShow);
   640         
   640         
   641         void setFullScreenFlag(){ iWasContentFullScreenMode = iContentFullScreenMode; }
   641         void setFullScreenFlag(){ iWasContentFullScreenMode = iContentFullScreenMode; }
       
   642 		
       
   643 		void  CBrowserContentView::HandleStatusPaneCallBack();
   642         
   644         
   643     private:
   645     private:
   644 
   646 
   645         CAknNavigationControlContainer* iNaviPane;
   647         CAknNavigationControlContainer* iNaviPane;
   646         CAknNavigationDecorator* iNaviDecorator;
   648         CAknNavigationDecorator* iNaviDecorator;
   702         TUint iSavedZoomLevel;
   704         TUint iSavedZoomLevel;
   703         TBool iOptionsMenuActive;
   705         TBool iOptionsMenuActive;
   704         CPeriodic *iAutoFSPeriodic;
   706         CPeriodic *iAutoFSPeriodic;
   705         CPeriodic *iIdlePeriodic;
   707         CPeriodic *iIdlePeriodic;
   706         TBool iFullScreenBeforeEditModeEntry;
   708         TBool iFullScreenBeforeEditModeEntry;
   707 
   709         HBufC* iTitle;
   708     };
   710     };
   709 
   711 
   710 #endif
   712 #endif
   711 
   713 
   712 // End of File
   714 // End of File