src/hbinput/inputwidgets/hbinputmodeindicator.h
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
equal deleted inserted replaced
5:627c4a0fd0e7 6:c3690ec91ef8
    35 
    35 
    36 class HB_INPUT_EXPORT HbInputModeIndicator : public QObject
    36 class HB_INPUT_EXPORT HbInputModeIndicator : public QObject
    37 {
    37 {
    38     Q_OBJECT
    38     Q_OBJECT
    39 public:
    39 public:
    40     HbInputModeIndicator(HbInputButton *button, QGraphicsWidget *parent = 0);
    40     explicit HbInputModeIndicator(HbInputButton *button, QGraphicsWidget *parent = 0);
    41     virtual ~HbInputModeIndicator();
    41     virtual ~HbInputModeIndicator();
    42 
    42 
    43 public slots:
    43 public slots:
    44     void updateIndicator();
    44     void updateIndicator();
    45     void updatePredictionStatus(HbKeyboardSettingFlags keyboardType, bool newStatus);
    45     void updatePredictionStatus(HbKeyboardSettingFlags keyboardType, bool newStatus);
    46 
    46 
    47 private:
    47 private:
    48     Q_DISABLE_COPY(HbInputModeIndicator)
    48     Q_DISABLE_COPY(HbInputModeIndicator)
    49     HbInputModeIndicatorPrivate* mPrivate;
    49     HbInputModeIndicatorPrivate *mPrivate;
    50 };
    50 };
    51 
    51 
    52 #endif // HB_INPUT_MODE_INDICATOR_H
    52 #endif // HB_INPUT_MODE_INDICATOR_H
    53 
    53 
    54 // End of file
    54 // End of file