Changeset 651 for trunk/src/gui/inputmethod/qcoefepinputcontext_p.h
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/inputmethod/qcoefepinputcontext_p.h
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 58 58 #include "qinputcontext.h" 59 59 #include <qhash.h> 60 #include <qtimer.h> 60 61 #include <private/qcore_symbian_p.h> 61 62 #include <private/qt_s60_p.h> … … 92 93 TCoeInputCapabilities inputCapabilities(); 93 94 95 protected: 96 void timerEvent(QTimerEvent *timerEvent); 97 94 98 private: 95 99 void commitCurrentString(bool triggeredBySymbian); … … 99 103 void queueInputCapabilitiesChanged(); 100 104 bool needsInputPanel(); 105 void commitTemporaryPreeditString(); 101 106 102 107 private Q_SLOTS: … … 149 154 int m_longPress; 150 155 int m_cursorPos; 156 QBasicTimer m_tempPreeditStringTimeout; 157 bool m_hasTempPreeditString; 151 158 }; 152 159
Note:
See TracChangeset
for help on using the changeset viewer.