Package mcbase :: Package widgets :: Module mckeyboard :: Class MCKeyboard
[hide private]
[frames] | no frames]

Class MCKeyboard

source code


Instance Methods [hide private]
 
__init__(self, parent=None)
Initializes the virtual keyboard.
source code
 
on_btnSKeyboard_clicked(self)
When the keyboard change button is clicked the keyboard mode will be Q Keyboard, F Keyboard and Random Keyboard.
source code
 
setSelectedChars(self) source code
 
shiftKeyboard(self)
Change the keyboard buttons to the Shift Mode.
source code
 
randomizeKeyboard(self)
Randomizes the random keyboard buttons.
source code
 
button_clicked(self)
When a button on virtual keyboard is pressed.
source code
 
resultAvailable(self)
Emits a signal that the result is now available.
source code
 
getModelCode(self)
Returns modelCode (Inherited from mcbase.widgets.mcwidget.MCWidget)
source code
 
resetModelCode(self)
Resets the modelCode of the widget (Inherited from mcbase.widgets.mcwidget.MCWidget)
source code
 
setModelCode(self, modelCode=None)
Sets the modelCode of the widget (Inherited from mcbase.widgets.mcwidget.MCWidget)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent=None)
(Constructor)

source code 

Initializes the virtual keyboard.

Overrides: object.__init__