src/hbwidgets/dataform/hbdataform.h
changeset 28 b7da29130b0e
parent 7 923ff622b8b9
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    87     HbDataForm(HbDataFormPrivate &dd, HbAbstractItemContainer *container, 
    87     HbDataForm(HbDataFormPrivate &dd, HbAbstractItemContainer *container, 
    88         QGraphicsItem * parent);
    88         QGraphicsItem * parent);
    89 
    89 
    90     void initStyleOption(HbStyleOptionDataForm *option);
    90     void initStyleOption(HbStyleOptionDataForm *option);
    91 
    91 
       
    92     void orientationChanged(Qt::Orientation newOrientation);
       
    93     void orientationAboutToBeChanged();
       
    94     void showEvent(QShowEvent * event);
       
    95     void hideEvent ( QHideEvent * event );
    92 private:
    96 private:
    93     Q_DECLARE_PRIVATE_D(d_ptr, HbDataForm)
    97     Q_DECLARE_PRIVATE_D(d_ptr, HbDataForm)
    94     Q_DISABLE_COPY(HbDataForm)
    98     Q_DISABLE_COPY(HbDataForm)
    95     Q_PRIVATE_SLOT(d_func(), void _q_page_changed(int))
    99     Q_PRIVATE_SLOT(d_func(), void _q_page_changed(int))
    96     
   100