equal
deleted
inserted
replaced
61 // HbInputAbstractMethod::closeKeypad |
61 // HbInputAbstractMethod::closeKeypad |
62 // |
62 // |
63 // --------------------------------------------------------------------------- |
63 // --------------------------------------------------------------------------- |
64 void HbInputAbstractMethod::closeKeypad() |
64 void HbInputAbstractMethod::closeKeypad() |
65 { |
65 { |
66 } |
|
67 |
|
68 // --------------------------------------------------------------------------- |
|
69 // HbInputAbstractMethod::launchCharacterPreviewPane |
|
70 // |
|
71 // --------------------------------------------------------------------------- |
|
72 void HbInputAbstractMethod::launchCharacterPreviewPane(int key) |
|
73 { |
|
74 Q_UNUSED(key); |
|
75 } |
66 } |
76 |
67 |
77 // --------------------------------------------------------------------------- |
68 // --------------------------------------------------------------------------- |
78 // HbInputAbstractMethod::switchSpecialCharacterTable |
69 // HbInputAbstractMethod::switchSpecialCharacterTable |
79 // |
70 // |
173 bool HbInputAbstractMethod::isSctModeActive() const |
164 bool HbInputAbstractMethod::isSctModeActive() const |
174 { |
165 { |
175 return false; |
166 return false; |
176 } |
167 } |
177 |
168 |
|
169 HbKeyboardType HbInputAbstractMethod::currentKeyboardType() const |
|
170 { |
|
171 return HbKeyboardNone; |
|
172 } |
178 |
173 |