phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/phoneuiqtviewif_stub.h
changeset 78 baacf668fe89
parent 74 d1c62c765e48
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
    24 class QKeyEvent;
    24 class QKeyEvent;
    25 class QString;
    25 class QString;
    26 class HbIcon;
    26 class HbIcon;
    27 class HbAction;
    27 class HbAction;
    28 class HbMenu;
    28 class HbMenu;
    29 class PhoneAction;
       
    30 
    29 
    31 class PhoneUIQtViewIFStub : public PhoneUIQtViewIF
    30 class PhoneUIQtViewIFStub : public PhoneUIQtViewIF
    32 {
    31 {
    33 
    32 
    34 public:
    33 public:
    50         Adds new command to bubble. Command id will be emitted as
    49         Adds new command to bubble. Command id will be emitted as
    51         a parameter from view's command(int) signal.
    50         a parameter from view's command(int) signal.
    52     */
    51     */
    53     void addBubbleCommand ( 
    52     void addBubbleCommand ( 
    54         int bubbleId,
    53         int bubbleId,
    55         const PhoneAction& action ) {};
    54         HbAction* action ) {};
    56     
    55     
    57     /*!
    56     /*!
    58         \fn void PhoneUIQtViewIF::clearBubbleCommands ()
    57         \fn void PhoneUIQtViewIF::clearBubbleCommands ()
    59         
    58         
    60         Clears commands from bubble.
    59         Clears commands from bubble.
    81     /*!
    80     /*!
    82         \fn void PhoneUIQtViewIF::setToolbarActions()
    81         \fn void PhoneUIQtViewIF::setToolbarActions()
    83         
    82         
    84         Sets toolbar actions.
    83         Sets toolbar actions.
    85     */
    84     */
    86     void setToolbarActions(const QList<PhoneAction*>& actions) {};    
    85     void setToolbarActions(const QList<HbAction *> &actions) {};    
    87     
    86     
    88     /*!
    87     /*!
    89         \fn void PhoneUIQtViewIF::hideToolbar ()
    88         \fn void PhoneUIQtViewIF::hideToolbar ()
    90         
    89         
    91         Hides toolbar.
    90         Hides toolbar.
   186         
   185         
   187         Brings to foreground.
   186         Brings to foreground.
   188     */
   187     */
   189     void bringToForeground() {};
   188     void bringToForeground() {};
   190     
   189     
       
   190     void hide() {};
       
   191     
   191     /*!
   192     /*!
   192         \fn void PhoneUIQtViewIF::setToolbarActions()
   193         \fn void PhoneUIQtViewIF::setToolbarActions()
   193         
   194         
   194        Sets menu actions.
   195        Sets menu actions.
   195     */
   196     */
   196     void setMenuActions(const QList<PhoneAction*>& actions) {};
   197     void setMenuActions(const QList<HbAction *> &actions) {};
   197       
   198       
   198     /*!
   199     /*!
   199         \fn void PhoneUIQtView::shutdownPhoneApp()
   200         \fn void PhoneUIQtView::shutdownPhoneApp()
   200         
   201         
   201         Shutdown phone application.
   202         Shutdown phone application.