/*
 *  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$
        QList()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qlist.html
    $ONELINER$
        Creates a new QList object.
    $INHERITS$

    $SYNTAX$
        QList():new( ... )
        QList():from( pPtr_OR_oObj_of_type_QList )
        QList():configure( pPtr_OR_oObj_of_type_QList )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QList
    $METHODS$
        :append( xValue )                                   -> NIL
        :clear()                                            -> NIL
        :count( xValue )                                    -> nInt
        :count_1()                                          -> nInt
        :empty()                                            -> lBool
        :endsWith( xValue )                                 -> lBool
        :indexOf( xValue, nFrom )                           -> nInt
        :insert( nI, xValue )                               -> NIL
        :isEmpty()                                          -> lBool
        :lastIndexOf( xValue, nFrom )                       -> nInt
        :length()                                           -> nInt
        :move( nFrom, nTo )                                 -> NIL
        :pop_back()                                         -> NIL
        :pop_front()                                        -> NIL
        :prepend( xValue )                                  -> NIL
        :push_back( xValue )                                -> NIL
        :push_front( xValue )                               -> NIL
        :removeAll( xValue )                                -> nInt
        :removeAt( nI )                                     -> NIL
        :removeFirst()                                      -> NIL
        :removeLast()                                       -> NIL
        :removeOne( xValue )                                -> lBool
        :replace( nI, xValue )                              -> NIL
        :size()                                             -> nInt
        :startsWith( xValue )                               -> lBool
        :swap( nI, nJ )                                     -> NIL

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtcore/TQList.prg
        C++ Wrappers : contrib/hbqt/qtcore/QList.cpp
        Library      : hbqtcore
    $SEEALSO$

    $END$
 */
