equal
deleted
inserted
replaced
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(); |