Documents > BPS V2 C++ API
BpsAlphaKeyboardButton Class Reference

A checkable push button to show or hide the alphanumeric keyboard. More...

#include <bpskeyboardcontrols.h>

List of all members.

Public Member Functions

 BpsAlphaKeyboardButton (QWidget *aWidget, QWidget *aParent=0)
void setNumericButton (BpsNumericKeyboardButton *aButton)
 Set the associated numeric keyboard button.

Detailed Description

A checkable push button to show or hide the alphanumeric keyboard.

A button of type BpsNumericKeyboardButton can be linked by setNumericButton() to get mutual exclusive virtual keyboards, e.g. if on of the buttons is checked the other gets unchecked automatically. This control mandatory requires the application to be of type BpsApplication.


Constructor & Destructor Documentation

BpsAlphaKeyboardButton::BpsAlphaKeyboardButton ( QWidget *  aWidget,
QWidget *  aParent = 0 
)
Parameters:
[in]aWidgetThe widget to show the keyboard for.
[in]aParentThe parent widget.

Member Function Documentation

void BpsAlphaKeyboardButton::setNumericButton ( BpsNumericKeyboardButton aButton)

Set the associated numeric keyboard button.

It is sufficient to set the associated button only on one of the two buttons, the backlink is created automatically.

Parameters:
[in]aButtonThe associated keyboard button.

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