src/hbinput/inputwidgets/hbinputbutton.h
changeset 21 4633027730f5
parent 6 c3690ec91ef8
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
   149     QList<HbIcon> icons() const;
   149     QList<HbIcon> icons() const;
   150 
   150 
   151     void setBoundingRect(const QRectF &rect);
   151     void setBoundingRect(const QRectF &rect);
   152     QRectF boundingRect() const;
   152     QRectF boundingRect() const;
   153 
   153 
       
   154     QRectF activeTouchArea() const;
       
   155 
       
   156     void setLastTriggeredPosition(const QPointF &position);
       
   157     void clearLastTriggeredPosition();
       
   158     bool wasTriggeredAt(const QPointF &position) const;
       
   159 
   154 protected:
   160 protected:
   155     HbInputButtonPrivate *const d_ptr;
   161     HbInputButtonPrivate *const d_ptr;
   156 
   162 
   157 private:
   163 private:
   158     Q_DECLARE_PRIVATE_D(d_ptr, HbInputButton)
   164     Q_DECLARE_PRIVATE_D(d_ptr, HbInputButton)