src/hbwidgets/dataform/hbdataform_p.h
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    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