equal
deleted
inserted
replaced
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 |
|
160 void setTouchPointPosition(const QPointF &position); |
|
161 QPointF currentTouchPointPosition() const; |
|
162 bool suppressMoveEvent(const QPointF &position); |
|
163 |
154 protected: |
164 protected: |
155 HbInputButtonPrivate *const d_ptr; |
165 HbInputButtonPrivate *const d_ptr; |
156 |
166 |
157 private: |
167 private: |
158 Q_DECLARE_PRIVATE_D(d_ptr, HbInputButton) |
168 Q_DECLARE_PRIVATE_D(d_ptr, HbInputButton) |