calendarui/views/inc/calenagendaviewwidget.h
changeset 64 1881ad52dc45
parent 57 bb2d3e476f29
child 70 a5ed90760192
equal deleted inserted replaced
63:a3cb48f6c889 64:1881ad52dc45
   116     /**
   116     /**
   117      * @brief return true if all day icon is present
   117      * @brief return true if all day icon is present
   118      */
   118      */
   119     bool isAllDayIcon();
   119     bool isAllDayIcon();
   120     
   120     
   121     /**
       
   122     * @brief return true if location is present
       
   123     */
       
   124    bool isLocationData();
       
   125 
       
   126         
   121         
   127     
   122     
   128     
   123     
   129     
   124     
   130 private:
   125 private:
   379 	bool mNotesPluginLoaded;
   374 	bool mNotesPluginLoaded;
   380 	int mIndex;
   375 	int mIndex;
   381 	bool mIconCheck; 
   376 	bool mIconCheck; 
   382 	bool mNextEntry;
   377 	bool mNextEntry;
   383 	bool mLeftAllDayIcon;
   378 	bool mLeftAllDayIcon;
   384 	bool mLocationData;
       
   385 
   379 
   386 };
   380 };
   387 
   381 
   388 #endif //CALENAGENDAVIEWWIDGET_H
   382 #endif //CALENAGENDAVIEWWIDGET_H
   389 
   383