phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecommandextensionwrapper/menuextension_stub.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 45 6b911d05207e
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    24 bool m_modifyMenuCommandListCalled;
    24 bool m_modifyMenuCommandListCalled;
    25 bool m_modifyPushButtonCommandListCalled;
    25 bool m_modifyPushButtonCommandListCalled;
    26 bool m_addMenuActionsCalled;
    26 bool m_addMenuActionsCalled;
    27 bool m_releaseMenuCalled;
    27 bool m_releaseMenuCalled;
    28 bool m_releaseCalled;
    28 bool m_releaseCalled;
       
    29 bool m_modifyToolBarCommandListCalled;
    29 
    30 
    30 SvtMenu::SvtMenu() 
    31 SvtMenu::SvtMenu() 
    31 :
    32 :
    32 QObject()
    33 QObject()
    33 { 
    34 { 
    47 void SvtMenu::modifyPushButtonCommandList(const QList<CallInfo> &callInfo,QList<int> &buttonCmdList)
    48 void SvtMenu::modifyPushButtonCommandList(const QList<CallInfo> &callInfo,QList<int> &buttonCmdList)
    48 {
    49 {
    49     m_modifyPushButtonCommandListCalled = true;
    50     m_modifyPushButtonCommandListCalled = true;
    50 }
    51 }
    51 
    52 
       
    53 void SvtMenu::modifyToolBarCommandList(const QList<CallInfo> &callInfo,QList<XQTelUiCommandExtension::ToolBarCommand> &toolBarCmdList)
       
    54 {
       
    55     m_modifyToolBarCommandListCalled = true;
       
    56 }
       
    57 
    52 void SvtMenu::addMenuActions(const QList<CallInfo> &callInfo,QList<HbAction*> &menuActions)
    58 void SvtMenu::addMenuActions(const QList<CallInfo> &callInfo,QList<HbAction*> &menuActions)
    53 {
    59 {
    54     m_addMenuActionsCalled = true;
    60     m_addMenuActionsCalled = true;
    55 }
    61 }
    56 
    62