phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecommandextensionwrapper/menuextension_stub.h
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecommandextensionwrapper/menuextension_stub.h Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecommandextensionwrapper/menuextension_stub.h Wed Jun 23 18:12:20 2010 +0300
@@ -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<int> &buttonCmdList);
/*!
+ \fn void modifyToolBarCommandList(QList<int> &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> &callInfo,
+ QList<XQTelUiCommandExtension::ToolBarCommand> &toolBarCmdList);
+
+ /*!
\fn void addMenuActions(QList<HbAction*> &menuActions)
Adds actions to menu. Interface adds own actions to the list which