calendarui/views/inc/calenagendaviewwidget.h
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
   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     bool hasAllDayIcon();
       
   108     void checkEntryIcons();
       
   109     bool isAllDayIcon();
       
   110     bool isExceptionIcon();
       
   111     bool isAlarmIcon();
       
   112     bool isRepeatingIcon();
       
   113         
       
   114     
       
   115     
       
   116     
   106 private:
   117 private:
   107     
   118     
   108     /**
   119     /**
   109      * @brief Sets the context based on the item selected by the user
   120      * @brief Sets the context based on the item selected by the user
   110      * @param entry The entry using which the context is deduced
   121      * @param entry The entry using which the context is deduced
   351 	/**
   362 	/**
   352 	 * @var mNotesPluginLoaded
   363 	 * @var mNotesPluginLoaded
   353 	 * @brief Holds notes editor plugin load info.
   364 	 * @brief Holds notes editor plugin load info.
   354 	 */
   365 	 */
   355 	bool mNotesPluginLoaded;
   366 	bool mNotesPluginLoaded;
       
   367 	int mIndex;
       
   368 	bool mIconCheck; 
       
   369 	bool mNextEntry;
       
   370 	bool mAllDayLeftIcon;
       
   371 	bool mRightAlarmIcon;
       
   372 	bool mRightRepeatIcon;
       
   373 	bool mRightExceptionIcon;
       
   374 	bool mLeftAllDayIcon;
   356 
   375 
   357 };
   376 };
   358 
   377 
   359 #endif //CALENAGENDAVIEWWIDGET_H
   378 #endif //CALENAGENDAVIEWWIDGET_H
   360 
   379