src/hbcore/decorators/hbstatusbar_p.h
changeset 30 80e4d18b72f5
parent 23 e6ad4ef83b23
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    73 protected:
    73 protected:
    74     void initStyleOption(HbStyleOptionStatusBar *option) const;
    74     void initStyleOption(HbStyleOptionStatusBar *option) const;
    75     void timerEvent(QTimerEvent *event);
    75     void timerEvent(QTimerEvent *event);
    76     void gestureEvent(QGestureEvent* e);
    76     void gestureEvent(QGestureEvent* e);
    77     bool event(QEvent *e);
    77     bool event(QEvent *e);
       
    78     bool eventFilter(QObject *obj, QEvent *event);
       
    79     
       
    80 private slots:    
       
    81     void startClockTimer();
    78 
    82 
    79 private:
    83 private:
    80     Q_DECLARE_PRIVATE_D(d_ptr, HbStatusBar)
    84     Q_DECLARE_PRIVATE_D(d_ptr, HbStatusBar)
    81     Q_DISABLE_COPY(HbStatusBar)
    85     Q_DISABLE_COPY(HbStatusBar)
    82 
    86