calendarui/views/inc/calenagendaviewwidget.h
changeset 68 a5a1242fd2e8
parent 58 ef813d54df51
child 77 b0711afde476
equal deleted inserted replaced
58:ef813d54df51 68:a5a1242fd2e8
   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