calendarui/views/inc/calenagendaview.h
changeset 70 a5ed90760192
parent 51 0b38fc5b94c6
child 81 ce92091cbd61
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
    71      * @brief Activates the current view. Sets this view as the current
    71      * @brief Activates the current view. Sets this view as the current
    72      * view of the application's main window. Must be called only after
    72      * view of the application's main window. Must be called only after
    73      * the view has been constructed and initialized
    73      * the view has been constructed and initialized
    74      */
    74      */
    75     CALENAGENDAVIEW_EXPORT virtual void doPopulation();
    75     CALENAGENDAVIEW_EXPORT virtual void doPopulation();
    76     
       
    77     /**
       
    78      * @brief Callback function for any notifications that has been
       
    79      * subscribed by this view
       
    80      * @param notification The event for which notification is being sent
       
    81      */
       
    82     CALENAGENDAVIEW_EXPORT void HandleNotification(const TCalenNotification notification);
       
    83     
    76     
    84     /**
    77     /**
    85      * @brief Getter function for the document loader. Called from the content
    78      * @brief Getter function for the document loader. Called from the content
    86      * widget in order get its children
    79      * widget in order get its children
    87      */
    80      */