calendarui/views/inc/calenagendaviewwidget.h
changeset 77 b0711afde476
parent 68 a5a1242fd2e8
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
   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     /**
       
   107      * @brief check if property has to set
       
   108      */ 
       
   109     bool hasAllDayIcon();
       
   110     
       
   111     /**
       
   112      * @brief check if all day icon is present
       
   113      */
       
   114     void checkEntryIcons();
       
   115     
       
   116     /**
       
   117      * @brief return true if all day icon is present
       
   118      */
       
   119     bool isAllDayIcon();
       
   120     
       
   121         
       
   122     
       
   123     
       
   124     
       
   125 private:
   106 private:
   126     
   107     
   127     /**
   108     /**
   128      * @brief Sets the context based on the item selected by the user
   109      * @brief Sets the context based on the item selected by the user
   129      * @param entry The entry using which the context is deduced
   110      * @param entry The entry using which the context is deduced
   370 	/**
   351 	/**
   371 	 * @var mNotesPluginLoaded
   352 	 * @var mNotesPluginLoaded
   372 	 * @brief Holds notes editor plugin load info.
   353 	 * @brief Holds notes editor plugin load info.
   373 	 */
   354 	 */
   374 	bool mNotesPluginLoaded;
   355 	bool mNotesPluginLoaded;
   375 	int mIndex;
       
   376 	bool mIconCheck; 
       
   377 	bool mNextEntry;
       
   378 	bool mLeftAllDayIcon;
       
   379 
   356 
   380 };
   357 };
   381 
   358 
   382 #endif //CALENAGENDAVIEWWIDGET_H
   359 #endif //CALENAGENDAVIEWWIDGET_H
   383 
   360