calendarui/views/inc/calennativeview.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 70 a5ed90760192
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    82     protected:
    82     protected:
    83     
    83     
    84         MCalenServices	&mServices; // not owned.
    84         MCalenServices	&mServices; // not owned.
    85         int             mActivityId; // Recent Activity ID, currently it holdes wither of ECalenMonthView or ECalenAgendaView
    85         int             mActivityId; // Recent Activity ID, currently it holdes wither of ECalenMonthView or ECalenAgendaView
    86         QVariantHash    mScreenShotMetadata; // Screenshot
    86         QVariantHash    mScreenShotMetadata; // Screenshot
       
    87         bool mEntriesInDataBase;
    87     private:
    88     private:
    88         HbDateTimePicker	*mDatePicker;
    89         HbDateTimePicker	*mDatePicker;
    89         bool                mIsCapturedScreenShotValid; // to check if the captured screenshot is valid
    90         bool                mIsCapturedScreenShotValid; // to check if the captured screenshot is valid
    90 	};
    91 	};
    91 
    92