calendarui/views/dayview/inc/calendayutils.h
changeset 81 ce92091cbd61
parent 70 a5ed90760192
child 83 5aadd1120515
equal deleted inserted replaced
75:7ac58b2aae6f 81:ce92091cbd61
    37     
    37     
    38     Qt::Orientation orientation() const;
    38     Qt::Orientation orientation() const;
    39     
    39     
    40     HbMainWindow* mainWindow();
    40     HbMainWindow* mainWindow();
    41     
    41     
    42     /**
    42     void getEventValidStartEndTime(
    43      * Get event's start/end time fromm agenda entry.
    43         QDateTime& start,
    44      * Start/end time are validated to be within the current day (the case of
    44         QDateTime& end,
    45      * multi-day events)
    45         const AgendaEntry& entry,
    46      * @param start [out] valid start time
    46         QDateTime& currentDate);
    47      * @param end [out] valid end time
       
    48      * @param entry [in] agenda entry asociated with the event.
       
    49      * @param currentDate [in] current date
       
    50      */
       
    51     void getEventValidStartEndTime( QDateTime& start, QDateTime& end,
       
    52                                    const AgendaEntry& entry, QDateTime& currentDate );
       
    53     
    47     
    54 protected:
    48 protected:
    55     CalenDayUtils();
    49     CalenDayUtils();
    56     
    50     
    57 private:
    51 private: