emailuis/nmsettingui/inc/nmsettingsformcustomitems.h
changeset 75 47d84de1c893
parent 20 ecc8def7944a
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    37     };
    37     };
    38 
    38 
    39 
    39 
    40 public:
    40 public:
    41 
    41 
    42     NmSettingsFormCustomItems(QGraphicsItem *parent=0);
    42     NmSettingsFormCustomItems(QGraphicsItem *parent=NULL);
    43 
    43 
    44     ~NmSettingsFormCustomItems();
    44     ~NmSettingsFormCustomItems();
    45 
    45 
    46     bool canSetModelIndex(const QModelIndex &index) const;
    46     bool canSetModelIndex(const QModelIndex &index) const;
    47 
    47 
    48     virtual HbAbstractViewItem* createItem();
    48     HbAbstractViewItem* createItem();
    49 
    49 
    50 public slots:
    50 public slots:
    51 
    51 
    52     void restore();
    52     void restore();
    53 
    53 
    54 protected:
    54 protected:
    55 
    55 
    56     virtual HbWidget* createCustomWidget();
    56     HbWidget* createCustomWidget();
    57 };
    57 };
    58 
    58 
    59 
    59 
    60 #endif /* NMSETTINGSFORMCUSTOMITEMS_H_ */
    60 #endif /* NMSETTINGSFORMCUSTOMITEMS_H_ */
    61 
    61