4 #ifndef BPSKEYBOARDCONTROLS_H
5 #define BPSKEYBOARDCONTROLS_H
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
A checkable action to show or hide the alphanumeric keyboard.
Definition: bpskeyboardcontrols.h:142
void setStatus(int aStatus)
Set the keyboard show status.
void setNumericAction(BpsNumericKeyboardAction *aAction)
Set the associated numeric keyboard action.
@ AlphaKeyboardShown
The alphanumeric keyboard is shown.
Definition: bpskeyboardcontrols.h:153
@ NoKeyboardShown
No keyboard is shown.
Definition: bpskeyboardcontrols.h:152
BpsAlphaKeyboardAction(QWidget *aWidget, QObject *aParent=nullptr)
A checkable action to show or hide the numeric keyboard.
Definition: bpskeyboardcontrols.h:194
@ NoKeyboardShown
No keyboard is shown.
Definition: bpskeyboardcontrols.h:204
@ AlphaKeyboardShown
The alphanumeric keyboard is shown.
Definition: bpskeyboardcontrols.h:205
void setAlphaAction(BpsAlphaKeyboardAction *aAction)
Set the associated alphanumeric keyboard action.
BpsNumericKeyboardAction(QWidget *aWidget, QObject *aParent=nullptr)
void setStatus(int aStatus)
Set the keyboard show status.