src/hbinput/inputwidgets/hbinputcheckboxlist_p.h
changeset 6 c3690ec91ef8
parent 1 f7ac710697a9
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    36 
    36 
    37 public:
    37 public:
    38     explicit HbInputCheckBoxList(QGraphicsItem *parent = 0);
    38     explicit HbInputCheckBoxList(QGraphicsItem *parent = 0);
    39     ~HbInputCheckBoxList();
    39     ~HbInputCheckBoxList();
    40 
    40 
    41     HbAbstractViewItem* createItem();
    41     HbAbstractViewItem *createItem();
    42     bool canSetModelIndex(const QModelIndex &index) const;
    42     bool canSetModelIndex(const QModelIndex &index) const;
    43 
    43 
    44 public slots:
    44 public slots:
    45     void itemActivated(const QModelIndex &index);
    45     void itemActivated(const QModelIndex &index);
    46 
    46 
    47 protected:
    47 protected:
    48     HbWidget* createCustomWidget();
    48     HbWidget *createCustomWidget();
    49 
    49 
    50     HbInputCheckBoxListPrivate * const d_ptr;
    50     HbInputCheckBoxListPrivate *const d_ptr;
    51 
    51 
    52 private:
    52 private:
    53     HbInputCheckBoxList(const HbInputCheckBoxList &other);
    53     HbInputCheckBoxList(const HbInputCheckBoxList &other);
    54 
    54 
    55     Q_DECLARE_PRIVATE_D(d_ptr, HbInputCheckBoxList)
    55     Q_DECLARE_PRIVATE_D(d_ptr, HbInputCheckBoxList)