/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $DOC$
    $TEMPLATE$
        Class
    $NAME$
        HBQPlainTextEdit()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/hbqplaintextedit.html
    $ONELINER$
        Creates a new HBQPlainTextEdit object.
    $INHERITS$
        QPlainTextEdit
    $SYNTAX$
        HBQPlainTextEdit():new( ... )
        HBQPlainTextEdit():from( pPtr_OR_oObj_of_type_HBQPlainTextEdit )
        HBQPlainTextEdit():configure( pPtr_OR_oObj_of_type_HBQPlainTextEdit )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type HBQPlainTextEdit
    $METHODS$
        :hbGetIndex( pCrQTextCursor )                       -> nInt
        :hbGetLine( pCrQTextCursor )                        -> nInt
        :hbLineNumberAreaWidth()                            -> nInt
        :hbGetSpaces()                                      -> nInt
        :hbSetSpaces( nNewSpaces )                          -> NIL
        :hbBookmarks( nBlock )                              -> NIL
        :hbNextBookmark( nBlock )                           -> NIL
        :hbPrevBookmark( nBlock )                           -> NIL
        :hbGotoBookmark( nBlock )                           -> NIL
        :hbNumberBlockVisible( lB )                         -> NIL
        :hbNumberBlockVisible_1()                           -> lBool
        :hbHighlightCurrentLine( lB )                       -> NIL
        :hbHighlightCurrentLine_1()                         -> lBool
        :hbSetEventBlock( xBlock )                          -> NIL
        :hbUpdateLineNumberAreaWidth( nNewBlockCount )      -> NIL
        :hbCaseUpper()                                      -> NIL
        :hbCaseLower()                                      -> NIL
        :hbEscapeQuotes()                                   -> NIL
        :hbEscapeDQuotes()                                  -> NIL
        :hbUnescapeQuotes()                                 -> NIL
        :hbUnescapeDQuotes()                                -> NIL
        :hbConvertQuotes()                                  -> NIL
        :hbConvertDQuotes()                                 -> NIL
        :hbBlockComment()                                   -> NIL
        :hbStreamComment()                                  -> NIL
        :hbDuplicateLine()                                  -> NIL
        :hbReplaceSelection( cTxt )                         -> NIL
        :hbBlockIndent( nSteps )                            -> NIL
        :hbDeleteLine()                                     -> NIL
        :hbMoveLine( nIDirection )                          -> NIL
        :hbGetSelectedText()                                -> cQString
        :hbTextUnderCursor()                                -> cQString
        :hbShowPrototype( cTip )                            -> NIL
        :hbSetCompleter( pCompleter )                       -> NIL
        :hbSetCurrentLineColor( pColor )                    -> NIL
        :hbSetLineAreaBkColor( pColor )                     -> NIL
        :hbRefresh()                                        -> NIL
        :hbCut( nKey )                                      -> NIL
        :hbCopy()                                           -> NIL
        :hbPaste()                                          -> NIL
        :hbSetSelectionMode( nMode, lOn )                   -> NIL
        :hbGetSelectionInfo()                               -> NIL
        :hbSetSelectionInfo( xSelectionInfo )               -> NIL
        :hbSetSelectionColor( pColor )                      -> NIL
        :hbSetMatchBraces( lAll )                           -> NIL
        :hbGetViewportInfo()                                -> NIL
        :hbApplyKey( nKey, nModifiers, cTxt )               -> NIL
        :hbHighlightArea( nTop, nLeft, nBottom, nRight, nMode )  -> NIL
        :hbTogglePersistentSelection()                      -> NIL
        :hbHorzRulerVisible( lVisible )                     -> 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/THBQPlainTextEdit.prg
        C++ Wrappers : contrib/hbqt/qtgui/HBQPlainTextEdit.cpp
        Library      : hbqtgui
    $SEEALSO$
        QPlainTextEdit
    $END$
 */
