homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmainwindow.h
changeset 69 87476091b3f5
parent 63 52b0f64eeb51
child 86 e4f038c420f7
equal deleted inserted replaced
67:474929a40a0f 69:87476091b3f5
    22 #include <QPixmap>
    22 #include <QPixmap>
    23 #include "hsmenustates_global.h"
    23 #include "hsmenustates_global.h"
    24 
    24 
    25 HS_STATES_TEST_CLASS(MenuStatesTest)
    25 HS_STATES_TEST_CLASS(MenuStatesTest)
    26 
    26 
    27 class HsMenuView;
    27 class HbView;
       
    28 
    28 class HsMainWindow
    29 class HsMainWindow
    29 {
    30 {
    30 
       
    31 public:
    31 public:
    32     HsMainWindow();
    32     HsMainWindow();
    33     virtual ~HsMainWindow();
    33     virtual ~HsMainWindow();
    34 
    34 
    35     virtual void setCurrentView(const HsMenuView &menuView);     
    35     virtual void setCurrentView(HbView *view);
    36 
    36 
    37 };
    37 };
    38 
    38 
    39 #endif // HS_MAIN_WINDOW_H
    39 #endif // HS_MAIN_WINDOW_H