calendarui/views/inc/calenagendaviewwidget.h
changeset 51 0b38fc5b94c6
parent 45 b6db4fd4947b
child 55 2c54b51f39c4
equal deleted inserted replaced
46:ecd7b9840282 51:0b38fc5b94c6
    96     /**
    96     /**
    97      * @brief clears the list model from the view
    97      * @brief clears the list model from the view
    98      */
    98      */
    99     void clearListModel();
    99     void clearListModel();
   100     
   100     
       
   101     /**
       
   102      * @brief Opens the editor to create a new entry
       
   103      */
       
   104     void createNewEvent();
       
   105     
   101 private:
   106 private:
   102     
   107     
   103     /**
   108     /**
   104      * @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
   105      * @param entry The entry using which the context is deduced
   110      * @param entry The entry using which the context is deduced
   165     /**
   170     /**
   166      * @brief To Show and hide regional plugin label depends upon settings
   171      * @brief To Show and hide regional plugin label depends upon settings
   167      */
   172      */
   168     
   173     
   169     void showHideRegionalInformation();
   174     void showHideRegionalInformation();
   170     
   175 
   171    
       
   172     
   176     
   173 private slots:
   177 private slots:
   174 
   178 
   175     /**
       
   176      * @brief Opens the editor to create a new entry
       
   177      */
       
   178     void createNewEvent();
       
   179     
       
   180     /**
   179     /**
   181      * @brief Opens the entry at position index in the list for
   180      * @brief Opens the entry at position index in the list for
   182      * editing in the editor. Does nothing if the index is invalid
   181      * editing in the editor. Does nothing if the index is invalid
   183      */
   182      */
   184     void editEntry();
   183     void editEntry();