/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QItemSelection()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qitemselection.html
 *  $ONELINER$
 *     Creates a new QItemSelection object.
 *  $INHERITS$
 *     QList
 *  $SYNTAX$
 *     QItemSelection():new( ... )
 *     QItemSelection():from( pPtr_OR_oObj_of_type_QItemSelection )
 *     QItemSelection():configure( pPtr_OR_oObj_of_type_QItemSelection )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QItemSelection
 *  $METHODS$
 *     :contains( pIndex )                                 -> lBool
 *     :merge( pOther, nCommand )                          -> NIL
 *     :select( pTopLeft, pBottomRight )                   -> 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/TQItemSelection.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QItemSelection.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     QList
 *  $END$
 */
