calendarui/views/dayview/inc/calendayview.h
changeset 70 a5ed90760192
parent 63 a3cb48f6c889
child 75 7ac58b2aae6f
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
    90     /**
    90     /**
    91      * Informs the organizer that the view's population is complete.
    91      * Informs the organizer that the view's population is complete.
    92      */
    92      */
    93     virtual void populationComplete();
    93     virtual void populationComplete();
    94    
    94    
    95 //From MCalenNotificationHandler
       
    96     
       
    97     /**
       
    98      * The function handles calendar notifications.
       
    99      */
       
   100     virtual void HandleNotification( const TCalenNotification notification );
       
   101 
       
   102 public:
    95 public:
   103     //API
    96     //API
   104     
    97     
   105     /**
    98     /**
   106      * Sets up the view accroding to the 'xml'
    99      * Sets up the view accroding to the 'xml'
   180     HbWidget* mMainContainer;//!< Container widget for hour elements and content
   173     HbWidget* mMainContainer;//!< Container widget for hour elements and content
   181     
   174     
   182     CalenDocLoader* mDocLoader; //!< Document loader for day view
   175     CalenDocLoader* mDocLoader; //!< Document loader for day view
   183     
   176     
   184     bool mIsLaunching;  //!< Indicates that view is launching first time
   177     bool mIsLaunching;  //!< Indicates that view is launching first time
       
   178     HbWidget *mGesturesAbsorber; //!<Widget that absorbs swipe and pan gestures
   185     
   179     
   186 private:    
   180 private:    
   187 
   181 
   188     XQSettingsManager* mSettingsManager;
   182     XQSettingsManager* mSettingsManager;
   189     XQSettingsKey mRegionalInfoKey;
   183     XQSettingsKey mRegionalInfoKey;