phoneapp/phoneuiqtviewadapter/tsrc/ut_telephonyservice/unit_tests.cpp
changeset 78 baacf668fe89
parent 76 cfea66083b62
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
    39 public: // PhoneUIQtViewIF
    39 public: // PhoneUIQtViewIF
    40     
    40     
    41         BubbleManagerIF& bubbleManager (){};
    41         BubbleManagerIF& bubbleManager (){};
    42         void addBubbleCommand ( 
    42         void addBubbleCommand ( 
    43                 int ,
    43                 int ,
    44                 const PhoneAction&  ){};
    44                 HbAction * ){};
    45         void clearBubbleCommands (int ){};
    45         void clearBubbleCommands (int ){};
    46         void addParticipantListAction(
    46         void addParticipantListAction(
    47                 int ,  
    47                 int ,  
    48                 const QString &, 
    48                 const QString &, 
    49                 const HbIcon &){};
    49                 const HbIcon &){};
    50         void clearParticipantListActions(){};
    50         void clearParticipantListActions(){};
    51         void hideToolbar () {};
    51         void hideToolbar () {};
    52         void showToolbar () {};
    52         void showToolbar () {};
    53         void setToolbarActions (const QList<PhoneAction*>& ){};
    53         void setToolbarActions (const QList<HbAction *> & ){};
    54         int volumeSliderValue () { return 0; };
    54         int volumeSliderValue () { return 0; };
    55         void removeVolumeSlider () {};
    55         void removeVolumeSlider () {};
    56         void setVolumeSliderValue (
    56         void setVolumeSliderValue (
    57                 int , 
    57                 int , 
    58                 int , 
    58                 int , 
    66         bool isDialpadVisible() { return false; };
    66         bool isDialpadVisible() { return false; };
    67         QString dialpadText() {return QString("1234567");};
    67         QString dialpadText() {return QString("1234567");};
    68         void clearAndHideDialpad(){};
    68         void clearAndHideDialpad(){};
    69         void clearDialpad() {};
    69         void clearDialpad() {};
    70         void bringToForeground() {};
    70         void bringToForeground() {};
    71         void setMenuActions(const QList<PhoneAction*>& ){};
    71 		void hide() {};
       
    72         void setMenuActions(const QList<HbAction *> & ){};
    72         void shutdownPhoneApp() {};
    73         void shutdownPhoneApp() {};
    73         void setBackButtonVisible(bool ) {};        
    74         void setBackButtonVisible(bool ) {};        
    74         HbMenu &menuReference() {};
    75         HbMenu &menuReference() {};
    75         void captureKey(Qt::Key , bool ) {};
    76         void captureKey(Qt::Key , bool ) {};
    76         void setRestrictedMode(bool ) {};
    77         void setRestrictedMode(bool ) {};