
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QAbstractItemModel()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qabstractitemmodel.html
 *  $ONELINER$
 *     Creates a new QAbstractItemModel object.
 *  $INHERITS$
 *     QObject
 *  $SYNTAX$
 *     QAbstractItemModel( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QAbstractItemModel
 *  $METHODS$
 *     :buddy( oQModelIndex )                              -> oQModelIndex
 *     :canFetchMore( oQModelIndex )                       -> lBool
 *     :columnCount( oQModelIndex )                        -> nInt
 *     :data( oQModelIndex, nRole )                        -> oQVariant
 *     :dropMimeData( oQMimeData, nAction, nRow, nColumn, oQModelIndex )  -> lBool
 *     :fetchMore( oQModelIndex )                          -> NIL
 *     :flags( oQModelIndex )                              -> nQt_ItemFlags
 *     :hasChildren( oQModelIndex )                        -> lBool
 *     :hasIndex( nRow, nColumn, oQModelIndex )            -> lBool
 *     :headerData( nSection, nOrientation, nRole )        -> oQVariant
 *     :index( nRow, nColumn, oQModelIndex )               -> oQModelIndex
 *     :insertColumn( nColumn, oQModelIndex )              -> lBool
 *     :insertColumns( nColumn, nCount, oQModelIndex )     -> lBool
 *     :insertRow( nRow, oQModelIndex )                    -> lBool
 *     :insertRows( nRow, nCount, oQModelIndex )           -> lBool
 *     :mimeTypes()                                        -> oQStringList
 *     :parent( oQModelIndex )                             -> oQModelIndex
 *     :removeColumn( nColumn, oQModelIndex )              -> lBool
 *     :removeColumns( nColumn, nCount, oQModelIndex )     -> lBool
 *     :removeRow( nRow, oQModelIndex )                    -> lBool
 *     :removeRows( nRow, nCount, oQModelIndex )           -> lBool
 *     :rowCount( oQModelIndex )                           -> nInt
 *     :setData( oQModelIndex, oQVariant, nRole )          -> lBool
 *     :setHeaderData( nSection, nOrientation, oQVariant, nRole )  -> lBool
 *     :setSupportedDragActions( nActions )                -> NIL
 *     :sibling( nRow, nColumn, oQModelIndex )             -> oQModelIndex
 *     :sort( nColumn, nOrder )                            -> NIL
 *     :span( oQModelIndex )                               -> oQSize
 *     :supportedDragActions()                             -> nQt_DropActions
 *     :supportedDropActions()                             -> nQt_DropActions
 *     :revert()                                           -> NIL
 *     :submit()                                           -> lBool
 * 
 *  $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$
 */
