src/hbinput/inputwidgets/hbinputqwertytouchkeyboard_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 6 c3690ec91ef8
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    50 
    50 
    51     HbQwertyKeyboardPrivate();
    51     HbQwertyKeyboardPrivate();
    52     ~HbQwertyKeyboardPrivate();
    52     ~HbQwertyKeyboardPrivate();
    53     void handleStandardButtonPress(int buttonId);
    53     void handleStandardButtonPress(int buttonId);
    54     void handleStandardButtonRelease(int buttonId);
    54     void handleStandardButtonRelease(int buttonId);
    55     void handleStandardButtonClick(int aButtonId);
       
    56 
    55 
    57     void setLayoutDimensions(QSizeF dimensions);
    56     void setLayoutDimensions(QSizeF dimensions);
    58     QSizeF calculateDimensions(QSizeF size);
    57     QSizeF calculateDimensions(QSizeF size);
    59     void initializeKeyboard(bool refreshButtonText);
    58     void initializeKeyboard(bool refreshButtonText);
    60     void initializeNumericKeyboard();
    59     void initializeNumericKeyboard();
    71     QString textForKey(int key);
    70     QString textForKey(int key);
    72     int indexForKeycode(int keyCode);
    71     int indexForKeycode(int keyCode);
    73     int keyCode(int buttonId);
    72     int keyCode(int buttonId);
    74     int keyCode(HbTouchKeypadButton *button);
    73     int keyCode(HbTouchKeypadButton *button);
    75     void getAllowedSctCharcters(QString & allowedSctCharacters);
    74     void getAllowedSctCharcters(QString & allowedSctCharacters);
    76     void updateButtonsText();
    75     void updateButtonsTextAndMappers();
    77 public:
    76 public:
    78     QList<HbTouchKeypadButton*> mButtons;
    77     QList<HbTouchKeypadButton*> mButtons;
    79     QList<HbStyleOptionLabel*> mKeypadButtonOption;
    78     QList<HbStyleOptionLabel*> mKeypadButtonOption;
    80     int mCtrlBtnIndex;
    79     int mCtrlBtnIndex;
    81 
    80