phoneapp/phoneuiqtviewadapter/inc/phonecommandextensionwrapper.h
changeset 45 6b911d05207e
parent 21 92ab7f8d0eab
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
    72         handling (maximum amount of push button commands is two).
    72         handling (maximum amount of push button commands is two).
    73     */
    73     */
    74     void modifyPushButtonCommandList(
    74     void modifyPushButtonCommandList(
    75             const QList<XQTelUiCommandExtension::CallInfo> &callInfo, 
    75             const QList<XQTelUiCommandExtension::CallInfo> &callInfo, 
    76             QList<int> &buttonCmdList);
    76             QList<int> &buttonCmdList);
       
    77  
       
    78     /*!
       
    79         \fn void modifyToolBarCommandList(QList<int> &menuCmdList)
       
    80         
       
    81         Modifies tool bar command list. CallInfo contains current call 
       
    82         information and toolBarCmdList contains current list of tool 
       
    83         bar commands. 
       
    84         Interface can remove/disable commands if the command list contains 
       
    85         unsupported call commands (For example if service doesn't support 
       
    86         conference call) or add commads which should be handled by telephony  
       
    87         call handling (maximum amount of tool bar commands is 4 and list
       
    88         index 0 is used for right button).
       
    89     */
       
    90     void modifyToolBarCommandList(
       
    91             const QList<XQTelUiCommandExtension::CallInfo> &callInfo,
       
    92             QList<XQTelUiCommandExtension::ToolBarCommand> &toolBarCmdList);
    77     
    93     
    78     /*!
    94     /*!
    79         \fn void addMenuActions(QList<HbAction*> &menuActions)
    95         \fn void addMenuActions(QList<HbAction*> &menuActions)
    80         
    96         
    81         Adds actions to menu. Interface adds own actions to the list which
    97         Adds actions to menu. Interface adds own actions to the list which