src/hbcore/gui/hbmenuitem_p.h
changeset 28 b7da29130b0e
parent 7 923ff622b8b9
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    62     bool checkboxExists();
    62     bool checkboxExists();
    63     bool submenuExists();
    63     bool submenuExists();
    64     bool separatorExists();
    64     bool separatorExists();
    65 
    65 
    66 protected:
    66 protected:
       
    67     void initStyleOption(HbStyleOptionMenuItem *option) const;
       
    68     void changeEvent(QEvent *event);
       
    69     QVariant itemChange(GraphicsItemChange change, const QVariant &value);
    67 
    70 
    68     void initStyleOption(HbStyleOptionMenuItem *option) const;
       
    69     void changeEvent(QEvent *event);    
       
    70 #ifdef HB_GESTURE_FW
    71 #ifdef HB_GESTURE_FW
    71     void gestureEvent(QGestureEvent *event);
    72     void gestureEvent(QGestureEvent *event);
    72 #endif
    73 #endif
    73 
    74 
    74 private:
    75 private: