homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappsettingsstate.h
changeset 77 4b195f3bea29
parent 46 23b5d6a29cce
child 90 3ac3aaebaee5
equal deleted inserted replaced
61:2b1b11a301d2 77:4b195f3bea29
    41 
    41 
    42     HsViewAppSettingsState(QState *parent = 0);
    42     HsViewAppSettingsState(QState *parent = 0);
    43 
    43 
    44     virtual ~HsViewAppSettingsState();
    44     virtual ~HsViewAppSettingsState();
    45     
    45     
    46 private slots:
       
    47     
       
    48     void settingsDone();
       
    49     
       
    50 signals:
    46 signals:
    51         void initialize(const QString &aUid);      
    47     void initialize(const QString &aUid);      
    52     void exit();
    48     void exit();
    53 
    49 
    54 protected:
    50 protected:
    55 
    51 
    56     void onEntry(QEvent *event);
    52     void onEntry(QEvent *event);
    59 private:
    55 private:
    60 
    56 
    61     void construct();
    57     void construct();
    62     
    58     
    63     HbMainWindow *mainWindow() const; 
    59     HbMainWindow *mainWindow() const; 
    64     
       
    65     void subscribeForMemoryCardRemove(int entryId);
       
    66 
    60 
    67 private:
    61 private:
    68 
    62 
    69     HbView *mView;
    63     HbView *mView;
    70 
    64 
    71     HbView *mPreviousView;
    65     HbView *mPreviousView;
    72     
    66     
    73     HbAction *mActionConfirm;
    67     HbAction *mActionConfirm;
    74     
       
    75     CaNotifier *mNotifier;
       
    76 
       
    77 };
    68 };
    78 
    69 
    79 
    70 
    80 
    71 
    81 #endif //HSVIEWAPPSETTINGSSTATE_H
    72 #endif //HSVIEWAPPSETTINGSSTATE_H