phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuicommandcontroller/unit_tests.cpp
changeset 50 377c906a8701
parent 46 bc5a64e5bc3c
child 76 cfea66083b62
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    74     void showToolbar () { m_showToolbarCalled = true; };
    74     void showToolbar () { m_showToolbarCalled = true; };
    75     void setToolbarActions (const QList<PhoneAction*>& actions) {m_toolbarActionCount = actions.count(); };
    75     void setToolbarActions (const QList<PhoneAction*>& actions) {m_toolbarActionCount = actions.count(); };
    76     int volumeSliderValue () { m_volumeSliderValueCalled = true; return 5; };
    76     int volumeSliderValue () { m_volumeSliderValueCalled = true; return 5; };
    77     void removeVolumeSlider () { m_removeVolumeSliderCalled = true; };
    77     void removeVolumeSlider () { m_removeVolumeSliderCalled = true; };
    78     void setVolumeSliderValue (
    78     void setVolumeSliderValue (
    79             int , 
    79             int value, 
    80             int , 
    80             int , 
    81             int , 
    81             int , 
    82             int  ) { m_setVolumeSliderValueCalled = true; m_volumeSliderValue = value; };
    82             int  ) { m_setVolumeSliderValueCalled = true; m_volumeSliderValue = value; };
    83 
    83 
    84     void setExpandAction(int bubbleId, int commandId) {m_expandAction[bubbleId]=commandId;};
    84     void setExpandAction(int bubbleId, int commandId) {m_expandAction[bubbleId]=commandId;};