equal
deleted
inserted
replaced
60 int childCount(const QModelIndex &index) const; |
60 int childCount(const QModelIndex &index) const; |
61 void init(); |
61 void init(); |
62 void addFormPage(const QString& page); |
62 void addFormPage(const QString& page); |
63 void removeFormPage(const QString& page); |
63 void removeFormPage(const QString& page); |
64 void _q_page_changed(int index); |
64 void _q_page_changed(int index); |
|
65 |
65 void _q_item_displayed(const QModelIndex &index); |
66 void _q_item_displayed(const QModelIndex &index); |
66 void makeConnection(QModelIndex index); |
67 void makeConnection(QModelIndex index); |
67 void connectNow(HbDataFormModelItem * modelItem, QString signal, |
68 void connectNow(HbDataFormModelItem * modelItem, QString signal, |
68 QObject *reciever, QString slot); |
69 QObject *reciever, QString slot); |
69 void removeConnection(HbDataFormModelItem * item, |
70 void removeConnection(HbDataFormModelItem * item, |
71 QObject *reciever, |
72 QObject *reciever, |
72 QString slot); |
73 QString slot); |
73 void removeAllConnection(); |
74 void removeAllConnection(); |
74 void removeAllConnection(HbDataFormModelItem *item); |
75 void removeAllConnection(HbDataFormModelItem *item); |
75 inline HbTreeModelIterator *treeModelIterator() const; |
76 inline HbTreeModelIterator *treeModelIterator() const; |
|
77 void emitActivated(const QModelIndex &modelIndex); |
76 |
78 |
77 public: |
79 public: |
78 HbDataFormHeadingWidget* mHeadingWidget; |
80 HbDataFormHeadingWidget* mHeadingWidget; |
79 QHash<HbDataFormModelItem*, ItemSignal> mConnectionList; |
81 QHash<HbDataFormModelItem*, ItemSignal> mConnectionList; |
80 |
82 |