ChatView now asks the scene if scrolling is ok on message appending
[quassel.git] / src / qtui / chatscene.h
index a60b842..0c9329e 100644 (file)
@@ -72,6 +72,8 @@ public:
   inline CutoffMode senderCutoffMode() const { return _cutoffMode; }
   inline void setSenderCutoffMode(CutoffMode mode) { _cutoffMode = mode; }
 
+  bool isScrollingAllowed() const;
+
   virtual bool event(QEvent *e);
 
  public slots:
@@ -92,6 +94,7 @@ public:
 signals:
   void lastLineChanged(QGraphicsItem *item, qreal offset);
   void layoutChanged(); // indicates changes to the scenerect due to resizing of the contentsitems
+  void mouseMoveWhileSelecting(const QPointF &scenePos);
 
 protected:
   virtual void mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent);