equal
deleted
inserted
replaced
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 |