calendarui/views/inc/calenagendaviewwidget.h
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 64 1881ad52dc45
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
   101     /**
   101     /**
   102      * @brief Opens the editor to create a new entry
   102      * @brief Opens the editor to create a new entry
   103      */
   103      */
   104     void createNewEvent();
   104     void createNewEvent();
   105     
   105     
   106     
   106     /**
       
   107      * @brief check if property has to set
       
   108      */ 
   107     bool hasAllDayIcon();
   109     bool hasAllDayIcon();
       
   110     
       
   111     /**
       
   112      * @brief check if all day icon is present
       
   113      */
   108     void checkEntryIcons();
   114     void checkEntryIcons();
       
   115     
       
   116     /**
       
   117      * @brief return true if all day icon is present
       
   118      */
   109     bool isAllDayIcon();
   119     bool isAllDayIcon();
   110     bool isExceptionIcon();
   120     
   111     bool isAlarmIcon();
   121     /**
   112     bool isRepeatingIcon();
   122     * @brief return true if location is present
       
   123     */
       
   124    bool isLocationData();
       
   125 
   113         
   126         
   114     
   127     
   115     
   128     
   116     
   129     
   117 private:
   130 private:
   365 	 */
   378 	 */
   366 	bool mNotesPluginLoaded;
   379 	bool mNotesPluginLoaded;
   367 	int mIndex;
   380 	int mIndex;
   368 	bool mIconCheck; 
   381 	bool mIconCheck; 
   369 	bool mNextEntry;
   382 	bool mNextEntry;
   370 	bool mAllDayLeftIcon;
       
   371 	bool mRightAlarmIcon;
       
   372 	bool mRightRepeatIcon;
       
   373 	bool mRightExceptionIcon;
       
   374 	bool mLeftAllDayIcon;
   383 	bool mLeftAllDayIcon;
       
   384 	bool mLocationData;
   375 
   385 
   376 };
   386 };
   377 
   387 
   378 #endif //CALENAGENDAVIEWWIDGET_H
   388 #endif //CALENAGENDAVIEWWIDGET_H
   379 
   389