src/hbinput/inputwidgets/hbinputvkbwidget_p.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
child 30 80e4d18b72f5
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
   159     HbTouchKeypadButton *mMostRecentlyAccessedButton;
   159     HbTouchKeypadButton *mMostRecentlyAccessedButton;
   160     QPointF mMostRecentlyClickedLocation;
   160     QPointF mMostRecentlyClickedLocation;
   161     HbInputFocusObject  *mFocusedObject;
   161     HbInputFocusObject  *mFocusedObject;
   162     QObject *mCurrentFocusedObject;
   162     QObject *mCurrentFocusedObject;
   163     bool mFlickAnimation;
   163     bool mFlickAnimation;
   164     bool mSettingsListOpen;
   164     int mSettingsDialogsOpen;
   165     bool mAnimateWhenDialogCloses;
   165     bool mAnimateWhenDialogCloses;
   166     HbQwertyKeyboardSize mKeyboardSize;
   166     HbQwertyKeyboardSize mKeyboardSize;
   167     int mCloseHandleHeight;
   167     int mCloseHandleHeight;
   168     int mCloseHandleWidth;
   168     int mCloseHandleWidth;
   169     QGraphicsWidget *mCloseHandle;
   169     QGraphicsWidget *mCloseHandle;
       
   170     bool mKeyboardDimmed;
   170     HbView *mSettingView;
   171     HbView *mSettingView;
   171     HbView *mCurrentView;
   172     HbDialog *mSettingPopup;
   172     bool mKeyboardDimmed;
       
   173     HbInputSettingWidget *mSettingWidget;
       
   174 };
   173 };
   175 
   174 
   176 #endif //HB_INPUT_VKB_WIDGET_PRIVATE_H
   175 #endif //HB_INPUT_VKB_WIDGET_PRIVATE_H
   177 
   176 
   178 // End of file
   177 // End of file