/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for QT v4.5+
 *
 *  Please do not modify this document as it is subject to change in future.
 *
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 *
 *  02/25/10 - 18:22:12
 *
 */



/*  $DOC$
    $TEMPLATE$
        Class
    $NAME$
        QInputContext()
    $CATEGORY$
        Harbour Bindings for Qt 4.5.3+
    $SUBCATEGORY$
        GUI
    $ONELINER$
        Creates a new QInputContext object.
    $INHERITS$
        QObject
    $SYNTAX$
        QInputContext():new( ... )
        QInputContext():from( pPtr_OR_oObj_of_type_QInputContext )
        QInputContext():configure( pPtr_OR_oObj_of_type_QInputContext )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QInputContext
    $METHODS$
        :filterEvent( pEvent )                              -> lBool
        :font()                                             -> pQFont
        :identifierName()                                   -> cQString
        :isComposing()                                      -> lBool
        :language()                                         -> cQString
        :mouseHandler( nX, pEvent )                         -> NIL
        :reset()                                            -> NIL
        :sendEvent( pEvent )                                -> NIL
        :standardFormat( nS )                               -> pQTextFormat
        :update()                                           -> NIL
        :widgetDestroyed( pWidget )                         -> NIL

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtgui/TQInputContext.prg
        C++ Wrappers : contrib/hbqt/qtgui/QInputContext.cpp
        Library      : hbqtgui
    $SEEALSO$
        QObject, http://doc.trolltech.com/4.5/qinputcontext.html
    $END$
 */
