#include <BOnScreenKeyboard.h>
Inheritance diagram for BOnScreenKeyboard:


Public Member Functions | |
| BOnScreenKeyboard (BScreen *screen) | |
| ~BOnScreenKeyboard () | |
| void | onKeyboardPressGlyph (BKeyboard *keyboard, const std::string &glyph) |
| void | onKeyboardPressSpecial (BKeyboard *keyboard, BKeyboard::SpecialKey specialKey) |
| void | onButtonClick (BButton *button) |
| BKeyboard * | keyboard () |
| Return the keyboard widget. | |
| bool | cancelled () |
| Whether the user cancelled the dialog. | |
| std::string | text () |
| The edited text. | |
| void | setText (const std::string &text) |
| Set the text to edit. | |
| virtual void | setRotation (Rotation rot) |
|
|
|
|
|
|
|
|
Whether the user cancelled the dialog.
|
|
|
Return the keyboard widget.
|
|
|
Reimplemented from BButton::Delegate. |
|
||||||||||||
|
Reimplemented from BKeyboard::Delegate. |
|
||||||||||||
|
|
|
|
Reimplemented from BWidget. |
|
|
Set the text to edit.
|
|
|
The edited text.
|
1.3-rc3