diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecommandextensionwrapper/menuextension_stub.h --- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecommandextensionwrapper/menuextension_stub.h Tue Jun 15 14:14:38 2010 +0100 +++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecommandextensionwrapper/menuextension_stub.h Thu Jul 22 16:33:21 2010 +0100 @@ -3,7 +3,7 @@ * Name : * Part of : * Description : -* Version : %version: 2 % +* Version : %version: 3 % * * Copyright 2008 Nokia. All rights reserved. * This material, including documentation and any related computer @@ -82,6 +82,21 @@ QList &buttonCmdList); /*! + \fn void modifyToolBarCommandList(QList &menuCmdList) + + Modifies tool bar command list. CallInfo contains current call + information and toolBarCmdList contains current list of tool + bar commands. + Interface can remove/disable commands if the command list contains + unsupported call commands (For example if service doesn't support + conference call) or add commads which should be handled by telephony + call handling (maximum amount of tool bar commands is 4 and list + index 0 is used for right button). + */ + void modifyToolBarCommandList(const QList &callInfo, + QList &toolBarCmdList); + + /*! \fn void addMenuActions(QList &menuActions) Adds actions to menu. Interface adds own actions to the list which