widgets/widgetapp/inc/WidgetUiWindowView.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 11 c8a366e56285
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    78         * @param none
    78         * @param none
    79         * @return CWidgetUiWindowContainer*
    79         * @return CWidgetUiWindowContainer*
    80         */
    80         */
    81         CWidgetUiWindowContainer* Container();
    81         CWidgetUiWindowContainer* Container();
    82 
    82 
    83         /**
       
    84         * ShowActivatedObject
       
    85         * show/hide the status pane and CBAs
       
    86         * @since 3.1
       
    87         * @param aVisible - ETrue to show; EFalse to hide
       
    88         * @param aShowStatusPane - 
       
    89         *        ETrue shows StatusPane and CBA
       
    90         *        EFalse to show CBA only 
       
    91         * @return void
       
    92         */
       
    93         void ShowActivatedObject(TBool aVisible, TBool aShowStatusPane = EFalse);
       
    94         
    83         
    95         /**
    84         /**
    96         * UpdateStatusPane
    85         * UpdateStatusPane
    97         * show/hide the status pane 
    86         * show/hide the status pane 
    98         * @since 3.1
    87         * @since 3.1
    99         * @return void
    88         * @param aVisible - ETrue to show; EFalse to hide
   100         */
    89         * @return void
   101         void UpdateStatusPane();
    90         */
       
    91         void UpdateStatusPane( TBool aVisible );
   102 
    92 
   103         /**
    93         /**
   104         * CbaGroup
    94         * CbaGroup
   105         * @since 3.1
    95         * @since 3.1
   106         * @param none
    96         * @param none
   160         * @param aState which state we are in
   150         * @param aState which state we are in
   161         * @param aValue state specific value
   151         * @param aValue state specific value
   162         * @return void
   152         * @return void
   163         */
   153         */
   164         void StateChanged( TBrCtlDefs::TBrCtlState aState, TInt aValue );
   154         void StateChanged( TBrCtlDefs::TBrCtlState aState, TInt aValue );
   165 
   155         
       
   156         /**
       
   157         * UpdateToolbar in case Orientation is changed
       
   158         * @param aShow to define visibility of toolbar
       
   159         * @return void
       
   160         */        
       
   161         void UpdateToolbar(TBool aShow);
       
   162         
   166     private:
   163     private:
   167 
   164 
   168         /**
   165         /**
   169         * CWidgetUiWindowView
   166         * CWidgetUiWindowView
   170         * Constructor
   167         * Constructor