equal
deleted
inserted
replaced
37 Q_OBJECT |
37 Q_OBJECT |
38 public: |
38 public: |
39 HbInputSpellQuery(HbInputMethod *mOwner,HbInputPredictionHandler *predictionHandler); |
39 HbInputSpellQuery(HbInputMethod *mOwner,HbInputPredictionHandler *predictionHandler); |
40 ~HbInputSpellQuery(); |
40 ~HbInputSpellQuery(); |
41 void launch(QString editorText); |
41 void launch(QString editorText); |
|
42 enum HbSpellCloseReason { |
|
43 HbOkPressed, |
|
44 HbCancelPressed, |
|
45 HbForceClose |
|
46 }; |
42 public slots: |
47 public slots: |
43 void dialogClosed(HbAction* action); |
48 void dialogClosed(HbAction* action); |
44 private: |
49 private: |
45 HbInputState mSavedState; |
50 HbInputState mSavedState; |
46 bool mDidHandleFinish; |
51 bool mDidHandleFinish; |