
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextEdit()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextedit.html
 *  $ONELINER$
 *     Creates a new QTextEdit object.
 *  $INHERITS$
 *     QAbstractScrollArea
 *  $SYNTAX$
 *     QTextEdit( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextEdit
 *  $METHODS$
 *     :acceptRichText()                                   -> lBool
 *     :alignment()                                        -> nQt_Alignment
 *     :anchorAt( oQPoint )                                -> cQString
 *     :autoFormatting()                                   -> nAutoFormatting
 *     :canPaste()                                         -> lBool
 *     :createStandardContextMenu()                        -> oQMenu
 *     :( oQPoint )                                        -> oQMenu
 *     :currentCharFormat()                                -> oQTextCharFormat
 *     :currentFont()                                      -> oQFont
 *     :cursorForPosition( oQPoint )                       -> oQTextCursor
 *     :cursorRect( oQTextCursor )                         -> oQRect
 *     :()                                                 -> oQRect
 *     :cursorWidth()                                      -> nInt
 *     :document()                                         -> oQTextDocument
 *     :documentTitle()                                    -> cQString
 *     :ensureCursorVisible()                              -> NIL
 *     :find( cExp, nOptions )                             -> lBool
 *     :fontFamily()                                       -> cQString
 *     :fontItalic()                                       -> lBool
 *     :fontPointSize()                                    -> nQreal
 *     :fontUnderline()                                    -> lBool
 *     :fontWeight()                                       -> nInt
 *     :isReadOnly()                                       -> lBool
 *     :isUndoRedoEnabled()                                -> lBool
 *     :lineWrapColumnOrWidth()                            -> nInt
 *     :lineWrapMode()                                     -> nLineWrapMode
 *     :loadResource( nType, oQUrl )                       -> oQVariant
 *     :mergeCurrentCharFormat( oQTextCharFormat )         -> NIL
 *     :moveCursor( nOperation, nMode )                    -> NIL
 *     :overwriteMode()                                    -> lBool
 *     :print( oQPrinter )                                 -> NIL
 *     :setAcceptRichText( lAccept )                       -> NIL
 *     :setAutoFormatting( nFeatures )                     -> NIL
 *     :setCurrentCharFormat( oQTextCharFormat )           -> NIL
 *     :setCursorWidth( nWidth )                           -> NIL
 *     :setDocument( oQTextDocument )                      -> NIL
 *     :setDocumentTitle( cTitle )                         -> NIL
 *     :setLineWrapColumnOrWidth( nW )                     -> NIL
 *     :setLineWrapMode( nMode )                           -> NIL
 *     :setOverwriteMode( lOverwrite )                     -> NIL
 *     :setReadOnly( lRo )                                 -> NIL
 *     :setTabChangesFocus( lB )                           -> NIL
 *     :setTabStopWidth( nWidth )                          -> NIL
 *     :setTextCursor( oQTextCursor )                      -> NIL
 *     :setTextInteractionFlags( nFlags )                  -> NIL
 *     :setUndoRedoEnabled( lEnable )                      -> NIL
 *     :setWordWrapMode( nPolicy )                         -> NIL
 *     :tabChangesFocus()                                  -> lBool
 *     :tabStopWidth()                                     -> nInt
 *     :textBackgroundColor()                              -> oQColor
 *     :textColor()                                        -> oQColor
 *     :textCursor()                                       -> oQTextCursor
 *     :textInteractionFlags()                             -> nQt_TextInteractionFlags
 *     :toHtml()                                           -> cQString
 *     :toPlainText()                                      -> cQString
 *     :wordWrapMode()                                     -> nQTextOption_WrapMode
 *     :append( cText )                                    -> NIL
 *     :clear()                                            -> NIL
 *     :copy()                                             -> NIL
 *     :cut()                                              -> NIL
 *     :insertHtml( cText )                                -> NIL
 *     :insertPlainText( cText )                           -> NIL
 *     :paste()                                            -> NIL
 *     :redo()                                             -> NIL
 *     :scrollToAnchor( cName )                            -> NIL
 *     :selectAll()                                        -> NIL
 *     :setAlignment( nA )                                 -> NIL
 *     :setCurrentFont( oQFont )                           -> NIL
 *     :setFontFamily( cFontFamily )                       -> NIL
 *     :setFontItalic( lItalic )                           -> NIL
 *     :setFontPointSize( nS )                             -> NIL
 *     :setFontUnderline( lUnderline )                     -> NIL
 *     :setFontWeight( nWeight )                           -> NIL
 *     :setHtml( cText )                                   -> NIL
 *     :setPlainText( cText )                              -> NIL
 *     :setText( cText )                                   -> NIL
 *     :setTextBackgroundColor( oQColor )                  -> NIL
 *     :setTextColor( oQColor )                            -> NIL
 *     :undo()                                             -> NIL
 *     :zoomIn( nRange )                                   -> NIL
 *     :zoomOut( nRange )                                  -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
