eventsui/eventseditor/inc/evteditor.h
branchRCL_3
changeset 5 41042d2af523
parent 3 3c271c9e6618
equal deleted inserted replaced
3:3c271c9e6618 5:41042d2af523
   259          */
   259          */
   260         void NotifyEditorL(TInt aCommand, TInt aErrorCode);   
   260         void NotifyEditorL(TInt aCommand, TInt aErrorCode);   
   261          
   261          
   262         // Inherited from MEvtMgmtUiSOMObserver
   262         // Inherited from MEvtMgmtUiSOMObserver
   263         void NotifySOMChangeL( );
   263         void NotifySOMChangeL( );
   264   
   264                
   265         void HandleDialogPageEventL( TInt aEventID );
   265         void HandlePointerEventL(const TPointerEvent &aPointerEvent);
       
   266        // void HandleDialogPageEventL( TInt aEventID );
   266         
   267         
   267         TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType); 
   268         TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType); 
   268         
   269         
   269     private:  // Constructor
   270     private:  // Constructor
   270         /**
   271         /**
   338       
   339       
   339       /*
   340       /*
   340        * It determines which attributes are modified
   341        * It determines which attributes are modified
   341        */
   342        */
   342       TEvtEventAttributeMask          iEventAttributeMask;
   343       TEvtEventAttributeMask          iEventAttributeMask;
       
   344       
       
   345       TInt                           iIsDragging;
   343  };
   346  };
   344 
   347 
   345 #endif /*EVTEDITOR_H_*/
   348 #endif /*EVTEDITOR_H_*/