
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTimeLine()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtimeline.html
 *  $ONELINER$
 *     Creates a new QTimeLine object.
 *  $INHERITS$
 *     QObject
 *  $SYNTAX$
 *     QTimeLine( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTimeLine
 *  $METHODS$
 *     :currentFrame()                                     -> nInt
 *     :currentTime()                                      -> nInt
 *     :currentValue()                                     -> nQreal
 *     :curveShape()                                       -> nCurveShape
 *     :direction()                                        -> nDirection
 *     :duration()                                         -> nInt
 *     :endFrame()                                         -> nInt
 *     :frameForTime( nMsec )                              -> nInt
 *     :loopCount()                                        -> nInt
 *     :setCurveShape( nShape )                            -> NIL
 *     :setDirection( nDirection )                         -> NIL
 *     :setDuration( nDuration )                           -> NIL
 *     :setEndFrame( nFrame )                              -> NIL
 *     :setFrameRange( nStartFrame, nEndFrame )            -> NIL
 *     :setLoopCount( nCount )                             -> NIL
 *     :setStartFrame( nFrame )                            -> NIL
 *     :setUpdateInterval( nInterval )                     -> NIL
 *     :startFrame()                                       -> nInt
 *     :state()                                            -> nState
 *     :updateInterval()                                   -> nInt
 *     :valueForTime( nMsec )                              -> nQreal
 *     :resume()                                           -> NIL
 *     :setCurrentTime( nMsec )                            -> NIL
 *     :setPaused( lPaused )                               -> NIL
 *     :start()                                            -> NIL
 *     :stop()                                             -> NIL
 *     :toggleDirection()                                  -> 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: hbqtcore
 *  $END$
 */
