src/hbwidgets/editors/hbabstractedit.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 5 627c4a0fd0e7
child 34 ed14f46c0e55
equal deleted inserted replaced
9:730c025d4b77 15:f378acbc9cfb
   108 signals:
   108 signals:
   109     void contentsChanged();
   109     void contentsChanged();
   110     void cursorPositionChanged(int oldPos, int newPos);
   110     void cursorPositionChanged(int oldPos, int newPos);
   111     void selectionChanged(const QTextCursor &oldCursor, const QTextCursor& newCursor);
   111     void selectionChanged(const QTextCursor &oldCursor, const QTextCursor& newCursor);
   112     void aboutToShowContextMenu(HbMenu *contextMenu, const QPointF &pos);
   112     void aboutToShowContextMenu(HbMenu *contextMenu, const QPointF &pos);
       
   113     void anchorTapped(const QString &anchor);
   113 
   114 
   114 public slots:
   115 public slots:
   115     void updatePrimitives();
   116     void updatePrimitives();
   116     virtual void setCursorPosition(int pos, QTextCursor::MoveMode mode = QTextCursor::MoveAnchor);
   117     virtual void setCursorPosition(int pos, QTextCursor::MoveMode mode = QTextCursor::MoveAnchor);
   117     void cut();
   118     void cut();