
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QAbstractItemView()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qabstractitemview.html
 *  $ONELINER$
 *     Creates a new QAbstractItemView object.
 *  $INHERITS$
 *     QAbstractScrollArea
 *  $SYNTAX$
 *     QAbstractItemView( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QAbstractItemView
 *  $METHODS$
 *     :alternatingRowColors()                             -> lBool
 *     :autoScrollMargin()                                 -> nInt
 *     :closePersistentEditor( oQModelIndex )              -> NIL
 *     :currentIndex()                                     -> oQModelIndex
 *     :dragDropMode()                                     -> nDragDropMode
 *     :dragDropOverwriteMode()                            -> lBool
 *     :dragEnabled()                                      -> lBool
 *     :editTriggers()                                     -> nEditTriggers
 *     :hasAutoScroll()                                    -> lBool
 *     :horizontalScrollMode()                             -> nScrollMode
 *     :iconSize()                                         -> oQSize
 *     :indexAt( oQPoint )                                 -> oQModelIndex
 *     :indexWidget( oQModelIndex )                        -> oQWidget
 *     :itemDelegate()                                     -> oQAbstractItemDelegate
 *     :( oQModelIndex )                                   -> oQAbstractItemDelegate
 *     :itemDelegateForColumn( nColumn )                   -> oQAbstractItemDelegate
 *     :itemDelegateForRow( nRow )                         -> oQAbstractItemDelegate
 *     :keyboardSearch( cSearch )                          -> NIL
 *     :model()                                            -> oQAbstractItemModel
 *     :openPersistentEditor( oQModelIndex )               -> NIL
 *     :rootIndex()                                        -> oQModelIndex
 *     :scrollTo( oQModelIndex, nHint )                    -> NIL
 *     :selectionBehavior()                                -> nQAbstractItemView_SelectionBehavior
 *     :selectionMode()                                    -> nQAbstractItemView_SelectionMode
 *     :selectionModel()                                   -> oQItemSelectionModel
 *     :setAlternatingRowColors( lEnable )                 -> NIL
 *     :setAutoScroll( lEnable )                           -> NIL
 *     :setAutoScrollMargin( nMargin )                     -> NIL
 *     :setDragDropMode( nBehavior )                       -> NIL
 *     :setDragDropOverwriteMode( lOverwrite )             -> NIL
 *     :setDragEnabled( lEnable )                          -> NIL
 *     :setDropIndicatorShown( lEnable )                   -> NIL
 *     :setEditTriggers( nTriggers )                       -> NIL
 *     :setHorizontalScrollMode( nMode )                   -> NIL
 *     :setIconSize( oQSize )                              -> NIL
 *     :setIndexWidget( oQModelIndex, oQWidget )           -> NIL
 *     :setItemDelegate( oQAbstractItemDelegate )          -> NIL
 *     :setItemDelegateForColumn( nColumn, oQAbstractItemDelegate )  -> NIL
 *     :setItemDelegateForRow( nRow, oQAbstractItemDelegate )  -> NIL
 *     :setModel( oQAbstractItemModel )                    -> NIL
 *     :setSelectionBehavior( nBehavior )                  -> NIL
 *     :setSelectionMode( nMode )                          -> NIL
 *     :setSelectionModel( oQItemSelectionModel )          -> NIL
 *     :setTabKeyNavigation( lEnable )                     -> NIL
 *     :setTextElideMode( nMode )                          -> NIL
 *     :setVerticalScrollMode( nMode )                     -> NIL
 *     :showDropIndicator()                                -> lBool
 *     :sizeHintForColumn( nColumn )                       -> nInt
 *     :sizeHintForIndex( oQModelIndex )                   -> oQSize
 *     :sizeHintForRow( nRow )                             -> nInt
 *     :tabKeyNavigation()                                 -> lBool
 *     :textElideMode()                                    -> nQt_TextElideMode
 *     :verticalScrollMode()                               -> nScrollMode
 *     :visualRect( oQModelIndex )                         -> oQRect
 *     :clearSelection()                                   -> NIL
 *     :edit( oQModelIndex )                               -> NIL
 *     :reset()                                            -> NIL
 *     :scrollToBottom()                                   -> NIL
 *     :scrollToTop()                                      -> NIL
 *     :selectAll()                                        -> NIL
 *     :setCurrentIndex( oQModelIndex )                    -> NIL
 *     :setRootIndex( oQModelIndex )                       -> NIL
 *     :update( oQModelIndex )                             -> 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$
 */
