uifw/AknGlobalUI/OldStyleNotif/Inc/AknListQueryNotificationDialog.h
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
    45                                               TListBoxEvent aEventType);
    45                                               TListBoxEvent aEventType);
    46 
    46 
    47 protected:
    47 protected:
    48     TBool OkToExitL(TInt aButtonId);
    48     TBool OkToExitL(TInt aButtonId);
    49     
    49     
       
    50     void HandlePointerEventL(const TPointerEvent& aPointerEvent);
       
    51     
    50 private: 
    52 private: 
    51     virtual void CEikDialog_Reserved_1();
    53     virtual void CEikDialog_Reserved_1();
    52     virtual void CEikDialog_Reserved_2();   
    54     virtual void CEikDialog_Reserved_2();   
    53     virtual void CAknDialog_Reserved();
    55     virtual void CAknDialog_Reserved();
    54     virtual void CAknQueryDialog_Reserved();   
    56     virtual void CAknQueryDialog_Reserved();   
    55     MAknListQueryNotificationCallback* iCallBack;
    57     MAknListQueryNotificationCallback* iCallBack;
    56     CAknListQueryNotificationDialog** iSelfPtr;
    58     CAknListQueryNotificationDialog** iSelfPtr;
    57     TBool iPanning;
    59     TBool iPanning;
    58     TBool iFlick;
    60     TBool iFlick;
       
    61     TBool iPointerUpEaten;
    59     };
    62     };
    60 
    63 
    61 #endif // __AKNLISTQUERYNOTIFICATIONDIALOG__
    64 #endif // __AKNLISTQUERYNOTIFICATIONDIALOG__
    62 
    65 
    63 // End of file
    66 // End of file