/*
 * $Id$
 */

/*  $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( lBCodeComplete )                -> cQString
 *     :hbShowPrototype( cTip, nRows, nCols )              -> NIL
 *     :hbSetCompleter( pCompleter )                       -> NIL
 *     :hbSetFldsCompleter( 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
 *     :hbSetProtoStyle( cCss )                            -> NIL
 *     :hbSelectAll()                                      -> NIL
 *     :hbSetFieldsListActive( lActive )                   -> NIL
 *     :hbToggleCodeCompetion()                            -> NIL
 *     :hbToggleCompetionTips()                            -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtgui/THBQPlainTextEdit.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/HBQPlainTextEdit.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     QPlainTextEdit
 *  $END$
 */
