equal
deleted
inserted
replaced
74 QString slot); |
74 QString slot); |
75 void removeAllConnection(); |
75 void removeAllConnection(); |
76 void removeAllConnection(HbDataFormModelItem *item); |
76 void removeAllConnection(HbDataFormModelItem *item); |
77 inline HbTreeModelIterator *treeModelIterator() const; |
77 inline HbTreeModelIterator *treeModelIterator() const; |
78 void emitActivated(const QModelIndex &modelIndex); |
78 void emitActivated(const QModelIndex &modelIndex); |
|
79 void collapseAllGroupPages(const QModelIndex index) ; |
79 |
80 |
80 public: |
81 public: |
81 HbDataFormHeadingWidget* mHeadingWidget; |
82 HbDataFormHeadingWidget* mHeadingWidget; |
82 QHash<HbDataFormModelItem*, ItemSignal> mConnectionList; |
83 QHash<HbDataFormModelItem*, ItemSignal> mConnectionList; |
83 |
84 |