phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/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 class BubbleManagerIF;
    29 class BubbleManagerIF;
    31 
    30 
    32 
    31 
    33 
    32 
    34 class PhoneUIQtViewIFStub : public PhoneUIQtViewIF
    33 class PhoneUIQtViewIFStub : public PhoneUIQtViewIF
    53         Adds new command to bubble. Command id will be emitted as
    52         Adds new command to bubble. Command id will be emitted as
    54         a parameter from view's command(int) signal.
    53         a parameter from view's command(int) signal.
    55     */
    54     */
    56     void addBubbleCommand ( 
    55     void addBubbleCommand ( 
    57         int bubbleId,
    56         int bubbleId,
    58         const PhoneAction& action ) {};
    57         HbAction* action ) {};
    59     
    58     
    60     /*!
    59     /*!
    61         \fn void PhoneUIQtViewIF::clearBubbleCommands ()
    60         \fn void PhoneUIQtViewIF::clearBubbleCommands ()
    62         
    61         
    63         Clears commands from bubble.
    62         Clears commands from bubble.
    84     /*!
    83     /*!
    85         \fn void PhoneUIQtViewIF::setToolbarActions()
    84         \fn void PhoneUIQtViewIF::setToolbarActions()
    86         
    85         
    87         Sets toolbar actions.
    86         Sets toolbar actions.
    88     */
    87     */
    89     void setToolbarActions(const QList<PhoneAction*>& actions) {};    
    88     void setToolbarActions(const QList<HbAction *> &actions) {};    
    90     
    89     
    91     /*!
    90     /*!
    92         \fn void PhoneUIQtViewIF::hideToolbar ()
    91         \fn void PhoneUIQtViewIF::hideToolbar ()
    93         
    92         
    94         Hides toolbar.
    93         Hides toolbar.
   188         \fn void PhoneUIQtView::bringToForeground()
   187         \fn void PhoneUIQtView::bringToForeground()
   189         
   188         
   190         Brings to foreground.
   189         Brings to foreground.
   191     */
   190     */
   192     void bringToForeground(){}; 
   191     void bringToForeground(){}; 
       
   192 	
       
   193 	void hide() {};
   193     
   194     
   194     /*!
   195     /*!
   195         \fn void PhoneUIQtViewIF::setToolbarActions()
   196         \fn void PhoneUIQtViewIF::setToolbarActions()
   196         
   197         
   197        Sets menu actions.
   198        Sets menu actions.
   198     */
   199     */
   199     void setMenuActions(const QList<PhoneAction*>& actions) {};
   200     void setMenuActions(const QList<HbAction *> &actions) {};
   200       
   201       
   201     /*!
   202     /*!
   202         \fn void PhoneUIQtView::shutdownPhoneApp()
   203         \fn void PhoneUIQtView::shutdownPhoneApp()
   203         
   204         
   204         Shutdown phone application.
   205         Shutdown phone application.