equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
7 ** This file is part of the QtGui module of the Qt Toolkit. |
8 ** |
8 ** |
98 delete m_fepState; |
98 delete m_fepState; |
99 } |
99 } |
100 |
100 |
101 void QCoeFepInputContext::reset() |
101 void QCoeFepInputContext::reset() |
102 { |
102 { |
103 CCoeFep* fep = CCoeEnv::Static()->Fep(); |
103 commitCurrentString(false); |
104 if (fep) |
|
105 fep->CancelTransaction(); |
|
106 } |
104 } |
107 |
105 |
108 void QCoeFepInputContext::ReportAknEdStateEvent(MAknEdStateObserver::EAknEdwinStateEvent aEventType) |
106 void QCoeFepInputContext::ReportAknEdStateEvent(MAknEdStateObserver::EAknEdwinStateEvent aEventType) |
109 { |
107 { |
110 QT_TRAP_THROWING(m_fepState->ReportAknEdStateEventL(aEventType)); |
108 QT_TRAP_THROWING(m_fepState->ReportAknEdStateEventL(aEventType)); |