src/hbwidgets/dataform/hbdataformviewitem.h
changeset 6 c3690ec91ef8
parent 3 11d3954df52a
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    21 ** If you have questions regarding the use of this file, please contact
    21 ** If you have questions regarding the use of this file, please contact
    22 ** Nokia at developer.feedback@nokia.com.
    22 ** Nokia at developer.feedback@nokia.com.
    23 **
    23 **
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #ifndef HBDATAFORMITEM_H
    26 #ifndef HBDATAFORMVIEWITEM_H
    27 #define HBDATAFORMITEM_H
    27 #define HBDATAFORMVIEWITEM_H
    28 
    28 
    29 #include <hbabstractviewitem.h>
    29 #include <hbabstractviewitem.h>
    30 
    30 
    31 class HbDataFormModel;
    31 class HbDataFormModel;
    32 class HbDataFormModelItem;
    32 class HbDataFormModelItem;
    77 
    77 
    78     virtual void pressStateChanged(bool value, bool animate);
    78     virtual void pressStateChanged(bool value, bool animate);
    79     void initStyleOption(HbStyleOptionDataFormViewItem *option) const;
    79     void initStyleOption(HbStyleOptionDataFormViewItem *option) const;
    80 
    80 
    81     void showEvent(QShowEvent * event);
    81     void showEvent(QShowEvent * event);
       
    82     QVariant itemChange( GraphicsItemChange change, const QVariant &value );
    82 
    83 
    83 private:
    84 private:
    84     Q_DECLARE_PRIVATE_D(d_ptr, HbDataFormViewItem)
    85     Q_DECLARE_PRIVATE_D(d_ptr, HbDataFormViewItem)
    85 };
    86 };
    86 
    87 
    87 #endif //HBDATAFORMITEM_H
    88 #endif //HBDATAFORMVIEWITEM_H