src/hbwidgets/dataform/hbdataform_p.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    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