widgets/widgetapp/inc/WidgetUiAppUi.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    22 //  INCLUDES
    22 //  INCLUDES
    23 
    23 
    24 #include <eikapp.h>
    24 #include <eikapp.h>
    25 #include <eikdoc.h>
    25 #include <eikdoc.h>
    26 #include <coeccntx.h>
    26 #include <coeccntx.h>
    27 #include <aknViewAppUi.h>
    27 #include <AknViewAppUi.h>
    28 #include "ApiProvider.h"
    28 #include "ApiProvider.h"
    29 
    29 
    30 // CONSTANTS
    30 // CONSTANTS
    31 
    31 
    32 // MACROS
    32 // MACROS
    99         * Send widget ui to background
    99         * Send widget ui to background
   100         * @since 3.1
   100         * @since 3.1
   101         * @return void
   101         * @return void
   102         */
   102         */
   103         void SendAppToBackground();
   103         void SendAppToBackground();
       
   104        
       
   105         /**
       
   106         * SendAppToForeground
       
   107         * Send widget ui to foreground
       
   108         * @since 
       
   109         * @return void
       
   110         */
       
   111         void SendAppToForeground();
   104         
   112         
   105         /**
   113         /**
   106         * SetDisplayLandscapeL
   114         * SetDisplayLandscapeL
   107         * Called to change the display orientation to landscape
   115         * Called to change the display orientation to landscape
   108         * @since 3.1
   116         * @since 3.1