widgets/widgetapp/inc/WidgetUiWindow.h
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   123         */
   123         */
   124         TBool DialogMimeFileSelectLC(HBufC*& aSelectedFileName,
   124         TBool DialogMimeFileSelectLC(HBufC*& aSelectedFileName,
   125                                  const TDesC& aMimeType);
   125                                  const TDesC& aMimeType);
   126 
   126 
   127        /**
   127        /**
   128         * Called to show or hide softkeys
   128         * Called to show or hide softkeys from menu client callback
       
   129         *  -- sets a flag to reflect user preference 
   129         * @since 3.1
   130         * @since 3.1
   130         * @param aVisible ETrue to show softkeys, EFalse when full screen is needed
   131         * @param aVisible ETrue to show softkeys, EFalse when full screen is needed
   131         */
   132         */
   132         void SetSoftkeysVisible(TBool aVisible);
   133         void SetSoftkeysVisible(TBool aVisible);
   133 
   134 
   480         * @since 5.0
   481         * @since 5.0
   481         * @return none
   482         * @return none
   482         */              
   483         */              
   483         void DetermineNetworkState();
   484         void DetermineNetworkState();
   484         
   485         
       
   486         
       
   487         /**
       
   488          * MakeSoftkeysVisible
       
   489          * Called to show or hide softkeys 
       
   490          * @since Browser 7.1
       
   491          * @param aVisible ETrue to show softkeys, EFalse when full screen is needed
       
   492          * @param aTextBoxUpdate ETrue when called due to textbox update (via updatestatuspane), else EFalse
       
   493          */
       
   494         void MakeSoftkeysVisible(TBool aVisible, TBool aTextBoxUpdate);
       
   495         
       
   496         /**
       
   497          * NetworkModeWait
       
   498          * returns pointer to NetworkMode wait object
       
   499          * @since 7.1
       
   500          * @return CActiveSchedulerWait*
       
   501          */
       
   502         CActiveSchedulerWait* NetworkModeWait() { return iNetworkModeWait; }
       
   503 
       
   504         
   485     protected:
   505     protected:
   486 
   506 
   487         /**
   507         /**
   488         * CWidgetUiWindow
   508         * CWidgetUiWindow
   489         * Construtor
   509         * Construtor
   576 		TInt                            iClickCount;
   596 		TInt                            iClickCount;
   577         CFbsBitmap*                     iMiniviewBitmap ;
   597         CFbsBitmap*                     iMiniviewBitmap ;
   578         TTime                           iOOMWidgetStartTime; 
   598         TTime                           iOOMWidgetStartTime; 
   579         TBool                           iWidgetLoadStarted; // Set to true when widget load starts
   599         TBool                           iWidgetLoadStarted; // Set to true when widget load starts
   580         CJpgSaver*                       iJpgSaver; 
   600         CJpgSaver*                       iJpgSaver; 
       
   601         CActiveSchedulerWait*           iNetworkModeWait;
   581                             
   602                             
   582    };
   603    };
   583 
   604 
   584 #endif  //
   605 #endif  //
   585 
   606