homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsbaseviewstate.h
changeset 98 e6f74eb7f69f
parent 90 3ac3aaebaee5
equal deleted inserted replaced
97:66b5fe3c07fd 98:e6f74eb7f69f
    75         const QPointF &coords);
    75         const QPointF &coords);
    76     virtual void openInstalledView();
    76     virtual void openInstalledView();
    77     
    77     
    78 protected:
    78 protected:
    79     
    79     
    80     void initialize(
    80     void initialize(HsMenuViewBuilder &menuViewBuilder,
    81         HsMenuViewBuilder &menuViewBuilder, HsStateContext stateContext);
    81             HsStateContext stateContext,
       
    82             HsOperationalContext operationalContext = HsItemViewContext);
       
    83     
    82     void createApplicationLaunchFailMessage(int errorCode,int itemId);
    84     void createApplicationLaunchFailMessage(int errorCode,int itemId);
    83     void defineTransitions();
    85     void defineTransitions();
    84 
    86 
    85 private slots:
    87 private slots:
    86 
    88