Public Member Functions

Koo::Pos::AbstractKeyboardWidget::AbstractKeyboardWidget Class Reference

The AbstactKeyboardWidget provides an abstract class for creating virtual on-screen keyboards. More...

List of all members.

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.

Detailed Description

The AbstactKeyboardWidget provides an abstract class for creating virtual on-screen keyboards.

Definition at line 24 of file AbstractKeyboardWidget.py.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated by Doxygen