src/hbplugins/inputmethods/common/hbinputpredictionhandler_p.h
changeset 28 b7da29130b0e
parent 7 923ff622b8b9
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
    22 ** Nokia at developer.feedback@nokia.com.
    22 ** Nokia at developer.feedback@nokia.com.
    23 **
    23 **
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 #ifndef HB_INPUT_PREDICTION_HANDLER_PRIVATE
    25 #ifndef HB_INPUT_PREDICTION_HANDLER_PRIVATE
    26 #define HB_INPUT_PREDICTION_HANDLER_PRIVATE
    26 #define HB_INPUT_PREDICTION_HANDLER_PRIVATE
       
    27 
       
    28 #include <QPointer>
    27 
    29 
    28 #include "hbinputmodehandler_p.h"
    30 #include "hbinputmodehandler_p.h"
    29 
    31 
    30 class HbPredictionEngine;
    32 class HbPredictionEngine;
    31 class HbInputSpellQuery;
    33 class HbInputSpellQuery;
    66     bool                mShowTail;
    68     bool                mShowTail;
    67     bool                mAutoAddedSpace;
    69     bool                mAutoAddedSpace;
    68     bool                mCanContinuePrediction;
    70     bool                mCanContinuePrediction;
    69     bool                mShowTooltip;
    71     bool                mShowTooltip;
    70     Qt::KeyboardModifiers mModifiers;
    72     Qt::KeyboardModifiers mModifiers;
    71     HbInputSpellQuery *mSpellQueryDialog;
    73     QPointer<HbInputSpellQuery> mSpellQueryDialog;
    72     bool mAutocompletionEnabled;
    74     bool mAutocompletionEnabled;
    73 public:
    75 public:
    74     virtual void updateEditor();
    76     virtual void updateEditor();
    75 };
    77 };
    76 
    78