The AbstactKeyboardWidget provides an abstract class for creating virtual on-screen keyboards. More...
| Public Member Functions | |
| def | __init__ | 
| Creates a KeyboardWidget that will send keyboard events to it's parent. | |
| def | fitInScreen | 
| Tries to position the Keyboard in the best place in the screen. | |
| def | key | 
| Returns the value of "Qt.Key_" + text value. | |
| def | escape | 
| Hides the keyboard. | |
The AbstactKeyboardWidget provides an abstract class for creating virtual on-screen keyboards.
Definition at line 24 of file AbstractKeyboardWidget.py.
| def Koo::Pos::AbstractKeyboardWidget::AbstractKeyboardWidget::__init__ | ( | self, | ||
| parent | ||||
| ) | 
Creates a KeyboardWidget that will send keyboard events to it's parent.
It will also be positioned in the screen acording to its parent coordinates.
Reimplemented in Koo::Pos::KeyboardWidget::KeyboardWidget, and Koo::Pos::KeypadWidget::KeypadWidget.
Definition at line 27 of file AbstractKeyboardWidget.py.
| def Koo::Pos::AbstractKeyboardWidget::AbstractKeyboardWidget::escape | ( | self | ) | 
Hides the keyboard.
Definition at line 100 of file AbstractKeyboardWidget.py.
| def Koo::Pos::AbstractKeyboardWidget::AbstractKeyboardWidget::fitInScreen | ( | self | ) | 
Tries to position the Keyboard in the best place in the screen.
Definition at line 56 of file AbstractKeyboardWidget.py.
| def Koo::Pos::AbstractKeyboardWidget::AbstractKeyboardWidget::key | ( | self, | ||
| text | ||||
| ) | 
Returns the value of "Qt.Key_" + text value.
Definition at line 96 of file AbstractKeyboardWidget.py.