emailuis/nmsettingui/inc/nmmailboxselectionview.h
changeset 23 2dc6caa42ec3
parent 18 578830873419
child 68 83cc6bae1de8
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    50     virtual ~NmMailboxSelectionView();
    50     virtual ~NmMailboxSelectionView();
    51 
    51 
    52 public slots:
    52 public slots:
    53 
    53 
    54     void buttonClick(QObject *item);
    54     void buttonClick(QObject *item);
    55     void formActivate(const QModelIndex &index );
    55     void itemActivate(const QModelIndex &index );
    56 
    56 
    57 private slots:
    57 private slots:
    58 
    58 
    59     void mailboxListChanged(const NmId &mailboxId, NmSettings::MailboxEventType type);
    59     void mailboxListChanged(const NmId &mailboxId, NmSettings::MailboxEventType type);
    60     void mailboxPropertyChanged(const NmId &mailboxId, QVariant property, QVariant value);
    60     void mailboxPropertyChanged(const NmId &mailboxId, QVariant property, QVariant value);
    73     CpItemDataHelper *mItemDataHelper;
    73     CpItemDataHelper *mItemDataHelper;
    74     // Owned.
    74     // Owned.
    75     HbDataFormModel *mModel;
    75     HbDataFormModel *mModel;
    76     // Owned.
    76     // Owned.
    77     QSignalMapper *mSignalMapper;
    77     QSignalMapper *mSignalMapper;
    78     bool mSignalMapperConnected;
       
    79     bool mRefreshForm;
    78     bool mRefreshForm;
    80 };
    79 };
    81 
    80 
    82 #endif // NMMAILBOXSELECTIONVIEW_H
    81 #endif // NMMAILBOXSELECTIONVIEW_H