Changeset 846 for trunk/src/gui/inputmethod/qcoefepinputcontext_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/inputmethod/qcoefepinputcontext_p.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 67 67 QT_BEGIN_NAMESPACE 68 68 69 class Q CoeFepInputContext : public QInputContext,70 public MCoeFepAwareTextEditor,71 public MCoeFepAwareTextEditor_Extension1,72 public MObjectProvider69 class Q_AUTOTEST_EXPORT QCoeFepInputContext : public QInputContext, 70 public MCoeFepAwareTextEditor, 71 public MCoeFepAwareTextEditor_Extension1, 72 public MObjectProvider 73 73 { 74 74 Q_OBJECT … … 85 85 86 86 bool filterEvent(const QEvent *event); 87 bool symbianFilterEvent(QWidget *keyWidget, const QSymbianEvent *event); 87 88 void mouseHandler( int x, QMouseEvent *event); 88 89 bool isComposing() const { return !m_preeditString.isEmpty(); } … … 152 153 MFepInlineTextFormatRetriever *m_formatRetriever; 153 154 MFepPointerEventHandlerDuringInlineEdit *m_pointerHandler; 154 int m_cursorPos;155 155 QBasicTimer m_tempPreeditStringTimeout; 156 156 bool m_hasTempPreeditString; 157 158 friend class tst_QInputContext; 157 159 }; 158 160
Note:
See TracChangeset
for help on using the changeset viewer.