menufw/menufwui/mmwidgets/inc/mmwidgetcontainer.h
branchRCL_3
changeset 23 7be2816dbabd
parent 19 79311d856354
child 26 1b758917cafc
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:
    15 *  Version     : %version: MM_48.1.38 % << Don't touch! Updated by Synergy at check-out.
    15 *  Version     : %version: MM_48.1.40 % << Don't touch! Updated by Synergy at check-out.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 #ifndef MMMWIDGETCONTAINER_H
    20 #ifndef MMMWIDGETCONTAINER_H
   686     /**
   686     /**
   687      * Calls move event.
   687      * Calls move event.
   688      */
   688      */
   689     void TriggerMoveItemL();
   689     void TriggerMoveItemL();
   690 
   690 
       
   691     /**
       
   692      * Sets if extention dialog is opened.
       
   693      */
       
   694     IMPORT_C void SetExDialogOpened( TBool aOpened );
       
   695 
   691 public: // from MMmVisibilityObserver
   696 public: // from MMmVisibilityObserver
   692 
   697 
   693     /**
   698     /**
   694      *
   699      *
   695      * @since S60 v3.0
   700      * @since S60 v3.0
  1049     /**
  1054     /**
  1050      * Event parameters for move item.
  1055      * Event parameters for move item.
  1051      */
  1056      */
  1052     CLiwGenericParamList *iEventParameters;
  1057     CLiwGenericParamList *iEventParameters;
  1053 
  1058 
       
  1059     /*
       
  1060      * Two following flags were added for fix ou1cimx1#344006 error.
       
  1061      * iDialogOpened - it's used to mark if any dialog has been opened.
       
  1062      * iHighlightVisibleBeforeLongTap - it's used to remember if highlight
       
  1063      *          had been visible when dialog has been opened.
       
  1064      */
       
  1065     /**
       
  1066      * ETrue if extension dialog is opend.
       
  1067      */
       
  1068     TBool iDialogOpened;
       
  1069 
       
  1070     /**
       
  1071      * ETrue if highlight was visible before longTap event.
       
  1072      */
       
  1073     TBool iHighlightVisibleBeforeLongTap;
       
  1074 
  1054   };
  1075   };
  1055 
  1076 
  1056 #endif // MMMWIDGETCONTAINER_H
  1077 #endif // MMMWIDGETCONTAINER_H