uifw/AvKon/inc/AknPreviewPopUp.h
branchRCL_3
changeset 15 08e69e956a8c
parent 10 9f56a4e1b8ab
child 25 941195f2d488
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   240         // has occured so then pointer grab does not matter and popup can be closed. 
   240         // has occured so then pointer grab does not matter and popup can be closed. 
   241         TBool iCloseMenu;
   241         TBool iCloseMenu;
   242         
   242         
   243         // It is true when user clicks the popup, transfer pointer up event to its child control
   243         // It is true when user clicks the popup, transfer pointer up event to its child control
   244         TBool iAllowUpEvent;
   244         TBool iAllowUpEvent;
   245         
       
   246         // Used to remember the local variable address which used to be
       
   247         // mark whether this object is deleted
       
   248         TBool * iIsDeleted;
       
   249 
   245 
   250     };
   246     };
   251 
   247 
   252 #endif // AKNPREVIEWPOPUP_H
   248 #endif // AKNPREVIEWPOPUP_H
   253 
   249