logsui/logsapp/inc/logsabstractviewmanager.h
changeset 21 2f0af9ba7665
parent 0 4a5361db8937
equal deleted inserted replaced
18:acd4e87b24b4 21:2f0af9ba7665
    41      * @param viewId, id for activated view
    41      * @param viewId, id for activated view
    42      * @param showDialer, true if view should show dialer when activated
    42      * @param showDialer, true if view should show dialer when activated
    43      * @param args, custom arguments for view
    43      * @param args, custom arguments for view
    44      * @return true if activated succesfully, otherwise false
    44      * @return true if activated succesfully, otherwise false
    45      */
    45      */
    46     virtual bool activateView(LogsAppViewId viewId, bool showDialer, QVariant args) = 0;
    46     virtual bool activateView(LogsAppViewId viewId, bool showDialer, QVariant args, const QString& dialpadText = QString()) = 0;
    47     
    47     
    48     /**
    48     /**
    49      * Activate previous view.
    49      * Activate previous view.
    50      * @return true if activated succesfully, otherwise false
    50      * @return true if activated succesfully, otherwise false
    51      */
    51      */
    52     virtual bool activatePreviousView() = 0;
    52     virtual bool activatePreviousView(bool showDialpad,  const QString& dialpadText) = 0;
    53     
    53     
    54     /**
    54     /**
    55      * Returns application main window
    55      * Returns application main window
    56      */
    56      */
    57     virtual HbMainWindow& mainWindow() = 0;
    57     virtual HbMainWindow& mainWindow() = 0;