src/hbcore/inputfw/hbinputpredictionengine.cpp
changeset 34 ed14f46c0e55
parent 6 c3690ec91ef8
equal deleted inserted replaced
31:7516d6d86cf5 34:ed14f46c0e55
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #include "hbinputpredictionengine.h"
    26 #include "hbinputpredictionengine.h"
    27 
    27 
    28 /*!
    28 /*!
    29 @alpha
    29 @stable
    30 @hbcore
    30 @hbcore
    31 \class HbPredictionBase
    31 \class HbPredictionBase
    32 \brief A base class for prediction engine abstration layer.
    32 \brief A base class for prediction engine abstration layer.
    33 
    33 
    34 This API defines abstract interface for predictive text input engines.
    34 This API defines abstract interface for predictive text input engines.
   193 {
   193 {
   194     return HbKeyboardNone;
   194     return HbKeyboardNone;
   195 }
   195 }
   196 
   196 
   197 /*!
   197 /*!
       
   198 @stable
       
   199 @hbcore
   198 \class HbPredictionEngine
   200 \class HbPredictionEngine
   199 \brief Prediction API for latin based langauges.
   201 \brief Prediction API for latin based langauges.
   200 
   202 
   201 This interface defines abstract prediction API for latin-based languages.
   203 This interface defines abstract prediction API for latin-based languages.
   202 Also some non-latin languages whose prediction features are functionally similar to
   204 Also some non-latin languages whose prediction features are functionally similar to
   348     Q_UNUSED(callback);
   350     Q_UNUSED(callback);
   349     return QStringList();
   351     return QStringList();
   350 }
   352 }
   351 
   353 
   352 /*!
   354 /*!
       
   355 @stable
       
   356 @hbcore
   353 \class HbPredictionEngineChinese
   357 \class HbPredictionEngineChinese
   354 \brief Abstract API for predictive Chinese input.
   358 \brief Abstract API for predictive Chinese input.
   355 
   359 
   356 This interface extends predictiv einput abstraction layer with methods specific
   360 This interface extends predictive input abstraction layer with methods specific
   357 to predictive Chinese input. Those are mainly related to spelling candidates and candidate
   361 to predictive Chinese input. Those are mainly related to spelling candidates and candidate
   358 page handling.
   362 page handling.
   359 */
   363 */
   360 
   364 
   361 /*!
   365 /*!