menufw/menufwui/matrixmenu/inc/mmappui.h
changeset 4 4d54b72983ae
parent 1 5315654608de
child 30 b8fae6b8a148
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Application UI class
    14 * Description:  Application UI class
    15 *  Version     : %version: MM_83.1.2.1.23.1.19 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_83.1.2.1.23.1.20 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef C_MMAPPUI_H
    20 #ifndef C_MMAPPUI_H
   842       * Called when EFocusLost message is received by menu.
   842       * Called when EFocusLost message is received by menu.
   843       * Should be called only from HandleWsEvent.
   843       * Should be called only from HandleWsEvent.
   844       */
   844       */
   845      void HandleFocusLostL();
   845      void HandleFocusLostL();
   846 
   846 
   847      /**
       
   848       * Detects when options menu pops up and hides.
       
   849       */
       
   850      void DetectOptionsMenuOpenDisplayChangeL();
       
   851 
       
   852 private: // Data
   847 private: // Data
   853 
   848 
   854     /**
   849     /**
   855      * Grid's Container Widget.
   850      * Grid's Container Widget.
   856      * Own.
   851      * Own.
  1009      * Own.
  1004      * Own.
  1010      * Popup menu displayed after long tap.
  1005      * Popup menu displayed after long tap.
  1011      */
  1006      */
  1012     CAknStylusPopUpMenu* iPopupMenu;
  1007     CAknStylusPopUpMenu* iPopupMenu;
  1013 
  1008 
  1014     /**
       
  1015      * Application UI factory for this app UI object.
       
  1016      */
       
  1017     MEikAppUiFactory* iAppUiFactory;
       
  1018 
       
  1019     /**
       
  1020      * ETrue if Options menu is open.
       
  1021      */
       
  1022     TBool iOptionsMenuIsOpen;
       
  1023 
       
  1024     };
  1009     };
  1025 
  1010 
  1026 #endif // C_MMAPPUI_H
  1011 #endif // C_MMAPPUI_H
  1027 
  1012 
  1028 // End of File
  1013 // End of File