
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextBoundaryFinder()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextboundaryfinder.html
 *  $ONELINER$
 *     Creates a new QTextBoundaryFinder object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QTextBoundaryFinder( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextBoundaryFinder
 *  $METHODS$
 *     :boundaryReasons()                                  -> nBoundaryReasons
 *     :isAtBoundary()                                     -> lBool
 *     :isValid()                                          -> lBool
 *     :position()                                         -> nInt
 *     :setPosition( nPosition )                           -> NIL
 *     :string()                                           -> cQString
 *     :toEnd()                                            -> NIL
 *     :toNextBoundary()                                   -> nInt
 *     :toPreviousBoundary()                               -> nInt
 *     :toStart()                                          -> NIL
 *     :type()                                             -> nBoundaryType
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtcore
 *  $END$
 */
